Changeset 120
- Timestamp:
- Mar 11, 2011, 11:03:57 PM (14 years ago)
- Location:
- trunk/docs
- Files:
-
- 11 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_static/default.css
r119 r120 15 15 16 16 body { 17 font-family: sans-serif;18 font-size: 1 00%;19 background-color: # 11303d;17 font-family: Verdana, Arial, Helvetica, sans-serif; 18 font-size: 14px; 19 background-color: #ffffff; 20 20 color: #000; 21 21 margin: 0; … … 24 24 25 25 div.document { 26 background-color: #1c4e63;26 background-color: white; 27 27 } 28 28 … … 38 38 div.body { 39 39 background-color: #ffffff; 40 color: # 000000;40 color: #333333; 41 41 padding: 0 20px 30px 20px; 42 42 } … … 46 46 47 47 div.footer { 48 color: # ffffff;48 color: #646464; 49 49 width: 100%; 50 50 padding: 9px 0 9px 0; … … 54 54 55 55 div.footer a { 56 color: # ffffff;56 color: #646464; 57 57 text-decoration: underline; 58 58 } 59 59 60 60 div.related { 61 background-color: # 133f52;61 background-color: #5e3905; 62 62 line-height: 30px; 63 63 color: #ffffff; … … 73 73 74 74 div.sphinxsidebar h3 { 75 font-family: ' Trebuchet MS', sans-serif;76 color: # ffffff;75 font-family: 'Verdana, Arial, Helvetica, sans-serif; 76 color: #663e05; 77 77 font-size: 1.4em; 78 78 font-weight: normal; … … 82 82 83 83 div.sphinxsidebar h3 a { 84 color: # ffffff;84 color: #333333; 85 85 } 86 86 87 87 div.sphinxsidebar h4 { 88 font-family: ' Trebuchet MS', sans-serif;89 color: # ffffff;88 font-family: 'Verdana, Arial, Helvetica, sans-serif; 89 color: #663e05; 90 90 font-size: 1.3em; 91 91 font-weight: normal; … … 95 95 96 96 div.sphinxsidebar p { 97 color: # ffffff;97 color: #333333; 98 98 } 99 99 … … 109 109 110 110 div.sphinxsidebar a { 111 color: # 98dbcc;111 color: #333333; 112 112 } 113 113 … … 123 123 124 124 a { 125 color: # 355f7c;125 color: #ffac59; 126 126 text-decoration: none; 127 127 } 128 128 129 129 a:visited { 130 color: # 355f7c;130 color: #ffac59; 131 131 text-decoration: none; 132 132 } … … 146 146 div.body h5, 147 147 div.body h6 { 148 font-family: ' Trebuchet MS', sans-serif;149 background-color: #f 2f2f2;148 font-family: 'Verdana, Arial, Helvetica, sans-serif; 149 background-color: #ffffff; 150 150 font-weight: normal; 151 color: #20435c; 152 border-bottom: 1px solid #ccc; 151 color: #663e05; 153 152 margin: 20px -20px 10px -20px; 154 153 padding: 3px 0 3px 10px; 155 154 } 156 155 157 div.body h1 { margin-top: 0; font-size: 200%; }158 div.body h2 { font-size: 1 60%; }159 div.body h3 { font-size: 1 40%; }160 div.body h4 { font-size: 120%; }161 div.body h5 { font-size: 110%; }162 div.body h6 { font-size: 100%; }156 div.body h1 { margin-top: 0; font-size: 140%; } 157 div.body h2 { font-size: 120%; } 158 div.body h3 { font-size: 100%; } 159 div.body h4 { font-size: 90%; } 160 div.body h5 { font-size: 80%; } 161 div.body h6 { font-size: 70%; } 163 162 164 163 a.headerlink { -
trunk/docs/conf.py
r119 r120 97 97 # further. For a list of options available for each theme, see the 98 98 # documentation. 99 #html_theme_options = { 100 # "rightsidebar": "true" 101 # "headbgcolor": "#ffffff", 102 # "bgcolor": "#ffffff", 103 # "textcolor": "#646464", 104 # "linkcolor": "#fc9326", 105 # "visitedlinkcolor": "#fc9326", 106 # "sidebarbgcolor": "red", 107 # "relbarbgcolor": "#5e3905" 108 #} 99 html_theme_options = { 100 "rightsidebar": "true", 101 "headbgcolor": "#ffffff", 102 "bgcolor": "#ffffff", 103 "textcolor": "#333333", 104 "linkcolor": "#fc9326", 105 "visitedlinkcolor": "#fc9326", 106 "sidebarbgcolor": "white", 107 "footerbgcolor": "#ffffff", 108 "footertextcolor": "#646464", 109 "relbarbgcolor": "#5e3905" 110 } 109 111 110 112 # Add any paths that contain custom themes here, relative to this directory. … … 113 115 # The name for this set of Sphinx documents. If None, it defaults to 114 116 # "<project> v<release> documentation". 115 #html_title = None 117 html_title = "ZOO Project " + release + " documentation" 116 118 117 119 # A shorter title for the navigation bar. Default is the same as html_title. 118 #html_short_title = None 120 html_short_title = "Documentation" 119 121 120 122 # The name of an image file (relative to this directory) to place at the top 121 123 # of the sidebar. 122 #html_logo = None124 #html_logo = 123 125 124 126 # The name of an image file (within the static path) to use as favicon of the 125 127 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 126 128 # pixels large. 127 #html_favicon = None 129 html_favicon = "favicon.ico" 128 130 129 131 # Add any paths that contain custom static files (such as style sheets) here, … … 141 143 142 144 # Custom sidebar templates, maps document names to template names. 143 #html_sidebars = {} 145 html_sidebars = { 146 '**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'], 147 "index":["indexsidebar.html",'searchbox.html']} 144 148 145 149 # Additional templates that should be rendered to pages, maps page names to … … 157 161 158 162 # If true, links to the reST sources are added to the pages. 159 #html_show_sourcelink = True163 html_show_sourcelink = False 160 164 161 165 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -
trunk/docs/index.txt
r119 r120 2 2 ========================== 3 3 4 ZOO is a WPS (Web Processing Service) open source project released under a MIT/X-11 style license.4 ZOO is a WPS (Web Processing Service) open source project released under a :ref:`MIT/X-11 style license <license>`. 5 5 It provides an OGC WPS compliant developer-friendly framework to create and chain WPS Web services. 6 6 ZOO is made of three parts:
Note: See TracChangeset
for help on using the changeset viewer.