Update documentation

This commit is contained in:
Romain Neutron 2012-05-30 15:25:22 +02:00
commit 8d6ef3d4a1
6 changed files with 26 additions and 6 deletions

View file

@ -158,13 +158,13 @@
<div class="navbar-inner">
<div class="container">
<a class="brand" href="{{ pathto(master_doc) }}">{{ project }} documentation</a>
<!--<div class="nav-collapse" id="navigation" class="related">
{{ toctree(collapse=True, maxdepth=-1, titles_only=False) }}
</div>-->
<div class="nav-collapse" id="navigation" class="related">
{{ toctree(collapse=True, maxdepth=1, titles_only=False) }}
</div>
</div>
{% include "ribbon.html" %}
</div>
</div>
<div role="main" class="container">
<div class="row-fluid">

View file

@ -8,7 +8,7 @@
:license: BSD, see LICENSE for details.
#}
{%- if pagename != "search" %}
<div id="searchbox" style="display: none" class="well">
<!--<div id="searchbox" style="display: none" class="well">
<form class="search" action="{{ pathto('search') }}" method="get">
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
@ -17,4 +17,5 @@
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
-->
{%- endif %}

View file

@ -5,3 +5,13 @@ h1, h2, h3, h4, h5, h6{
h3{
padding: 40px 0 10px;
}
a, a:hover, a:visited{
color:#0088CC;
text-decoration:underline;
}
.navbar a,
.sphinxsidebarwrapper a{
text-decoration:none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

View file

@ -4,3 +4,11 @@
body, html {
background-color:#CEC7CB;
}
h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
color:#404040;
}
.hero-unit{
background-color: transparent;
}

View file

@ -3,6 +3,7 @@ PHP FFMpeg documentation
.. toctree::
:hidden:
:maxdepth: 4
Recipes