Jeff Thompson | fa30664 | 2013-06-17 15:06:57 -0700 | [diff] [blame^] | 1 | [theme] |
| 2 | inherit = basic |
| 3 | stylesheet = default.css |
| 4 | pygments_style = sphinx |
| 5 | |
| 6 | [options] |
| 7 | projectname = ndnSIM |
| 8 | homepage = http://www.named-data.net/ |
| 9 | homepage2 = http://irl.cs.ucla.edu/ |
| 10 | apidocs = ndnSIM API |
| 11 | apidocsurl = http://?????????/doxygen/annotated.html |
| 12 | customstylesheet = ndn.cxx-stylesheet.css |
| 13 | logo = ndn-logo.png |
| 14 | logo2 = irl-logo.png |
| 15 | logoalt = ns-3 Logo |
| 16 | projectbrief = NDN.cxx: C++ NDN API |
| 17 | projectnumber = (CCNx C-API wrapper) |
| 18 | |
| 19 | favicon = favicon.ico |
| 20 | docstitle = Documentation |
| 21 | |
| 22 | rightsidebar = false |
| 23 | stickysidebar = false |
| 24 | collapsiblesidebar = true |
| 25 | externalrefs = true |
| 26 | |
| 27 | bgcolor = white |
| 28 | textcolor = black |
| 29 | linkcolor = #91A501 |
| 30 | visitedlinkcolor = #91A501 |
| 31 | |
| 32 | headbgcolor = #E3E3E3 |
| 33 | headtextcolor = #373737 |
| 34 | headlinkcolor = #91A501 |
| 35 | |
| 36 | relbarbgcolor = #D5D5D5 |
| 37 | relbarlinkcolor = #373737 |
| 38 | relbartextcolor = #373737 |
| 39 | |
| 40 | sidebarbgcolor = #FAFAFA |
| 41 | sidebartextcolor = #373737 |
| 42 | sidebarlinkcolor = #91A501 |
| 43 | sidebarbtncolor = #D5D5D5 |
| 44 | |
| 45 | footerbgcolor = #D5D5D5 |
| 46 | footertextcolor = #364D7C |
| 47 | |
| 48 | codebgcolor = ##FBFCFD |
| 49 | codetextcolor = black |
| 50 | |
| 51 | bodyfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif |
| 52 | headfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif |
| 53 | |