Changeset 120


Ignore:
Timestamp:
Mar 11, 2011, 11:03:57 PM (13 years ago)
Author:
anonymous
Message:

latest sphinx hacks

Location:
trunk/docs
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/_static/default.css

    r119 r120  
    1515
    1616body {
    17     font-family: sans-serif;
    18     font-size: 100%;
    19     background-color: #11303d;
     17    font-family: Verdana, Arial, Helvetica, sans-serif;
     18    font-size: 14px;
     19    background-color: #ffffff;
    2020    color: #000;
    2121    margin: 0;
     
    2424
    2525div.document {
    26     background-color: #1c4e63;
     26    background-color: white;
    2727}
    2828
     
    3838div.body {
    3939    background-color: #ffffff;
    40     color: #000000;
     40    color: #333333;
    4141    padding: 0 20px 30px 20px;
    4242}
     
    4646
    4747div.footer {
    48     color: #ffffff;
     48    color: #646464;
    4949    width: 100%;
    5050    padding: 9px 0 9px 0;
     
    5454
    5555div.footer a {
    56     color: #ffffff;
     56    color: #646464;
    5757    text-decoration: underline;
    5858}
    5959
    6060div.related {
    61     background-color: #133f52;
     61    background-color: #5e3905;
    6262    line-height: 30px;
    6363    color: #ffffff;
     
    7373
    7474div.sphinxsidebar h3 {
    75     font-family: 'Trebuchet MS', sans-serif;
    76     color: #ffffff;
     75    font-family: 'Verdana, Arial, Helvetica, sans-serif;
     76    color: #663e05;
    7777    font-size: 1.4em;
    7878    font-weight: normal;
     
    8282
    8383div.sphinxsidebar h3 a {
    84     color: #ffffff;
     84    color: #333333;
    8585}
    8686
    8787div.sphinxsidebar h4 {
    88     font-family: 'Trebuchet MS', sans-serif;
    89     color: #ffffff;
     88    font-family: 'Verdana, Arial, Helvetica, sans-serif;
     89    color: #663e05;
    9090    font-size: 1.3em;
    9191    font-weight: normal;
     
    9595
    9696div.sphinxsidebar p {
    97     color: #ffffff;
     97    color: #333333;
    9898}
    9999
     
    109109
    110110div.sphinxsidebar a {
    111     color: #98dbcc;
     111    color: #333333;
    112112}
    113113
     
    123123
    124124a {
    125     color: #355f7c;
     125    color: #ffac59;
    126126    text-decoration: none;
    127127}
    128128
    129129a:visited {
    130     color: #355f7c;
     130    color: #ffac59;
    131131    text-decoration: none;
    132132}
     
    146146div.body h5,
    147147div.body h6 {
    148     font-family: 'Trebuchet MS', sans-serif;
    149     background-color: #f2f2f2;
     148    font-family: 'Verdana, Arial, Helvetica, sans-serif;
     149    background-color: #ffffff;
    150150    font-weight: normal;
    151     color: #20435c;
    152     border-bottom: 1px solid #ccc;
     151    color: #663e05;
    153152    margin: 20px -20px 10px -20px;
    154153    padding: 3px 0 3px 10px;
    155154}
    156155
    157 div.body h1 { margin-top: 0; font-size: 200%; }
    158 div.body h2 { font-size: 160%; }
    159 div.body h3 { font-size: 140%; }
    160 div.body h4 { font-size: 120%; }
    161 div.body h5 { font-size: 110%; }
    162 div.body h6 { font-size: 100%; }
     156div.body h1 { margin-top: 0; font-size: 140%; }
     157div.body h2 { font-size: 120%; }
     158div.body h3 { font-size: 100%; }
     159div.body h4 { font-size: 90%; }
     160div.body h5 { font-size: 80%; }
     161div.body h6 { font-size: 70%; }
    163162
    164163a.headerlink {
  • trunk/docs/conf.py

    r119 r120  
    9797# further.  For a list of options available for each theme, see the
    9898# 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 #}
     99html_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}
    109111
    110112# Add any paths that contain custom themes here, relative to this directory.
     
    113115# The name for this set of Sphinx documents.  If None, it defaults to
    114116# "<project> v<release> documentation".
    115 #html_title = None
     117html_title = "ZOO Project " + release + " documentation"
    116118
    117119# A shorter title for the navigation bar.  Default is the same as html_title.
    118 #html_short_title = None
     120html_short_title = "Documentation"
    119121
    120122# The name of an image file (relative to this directory) to place at the top
    121123# of the sidebar.
    122 #html_logo = None
     124#html_logo =
    123125
    124126# The name of an image file (within the static path) to use as favicon of the
    125127# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
    126128# pixels large.
    127 #html_favicon = None
     129html_favicon = "favicon.ico"
    128130
    129131# Add any paths that contain custom static files (such as style sheets) here,
     
    141143
    142144# Custom sidebar templates, maps document names to template names.
    143 #html_sidebars = {}
     145html_sidebars = {
     146'**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'],
     147"index":["indexsidebar.html",'searchbox.html']}
    144148
    145149# Additional templates that should be rendered to pages, maps page names to
     
    157161
    158162# If true, links to the reST sources are added to the pages.
    159 #html_show_sourcelink = True
     163html_show_sourcelink = False
    160164
    161165# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
  • trunk/docs/index.txt

    r119 r120  
    22==========================
    33
    4 ZOO is a WPS (Web Processing Service) open source project released under a MIT/X-11 style license.
     4ZOO is a WPS (Web Processing Service) open source project released under a :ref:`MIT/X-11 style license <license>`.
    55It provides an OGC WPS compliant developer-friendly framework to create and chain WPS Web services.
    66ZOO is made of three parts:
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png