Update documentation
This commit is contained in:
parent
f652d6051d
commit
8d6ef3d4a1
6 changed files with 26 additions and 6 deletions
|
|
@ -158,12 +158,12 @@
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="{{ pathto(master_doc) }}">{{ project }} documentation</a>
|
<a class="brand" href="{{ pathto(master_doc) }}">{{ project }} documentation</a>
|
||||||
<!--<div class="nav-collapse" id="navigation" class="related">
|
<div class="nav-collapse" id="navigation" class="related">
|
||||||
{{ toctree(collapse=True, maxdepth=-1, titles_only=False) }}
|
{{ toctree(collapse=True, maxdepth=1, titles_only=False) }}
|
||||||
</div>-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "ribbon.html" %}
|
{% include "ribbon.html" %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div role="main" class="container">
|
<div role="main" class="container">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- if pagename != "search" %}
|
{%- 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">
|
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||||
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
|
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
|
||||||
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
|
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
|
||||||
|
|
@ -17,4 +17,5 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||||
|
-->
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,14 @@ h1, h2, h3, h4, h5, h6{
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
padding: 40px 0 10px;
|
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 |
|
|
@ -1,6 +1,14 @@
|
||||||
/**
|
/**
|
||||||
* Here you write your customizations
|
* Here you write your customizations
|
||||||
*/
|
*/
|
||||||
body, html {
|
body, html {
|
||||||
background-color:#CEC7CB;
|
background-color:#CEC7CB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
|
||||||
|
color:#404040;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-unit{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ PHP FFMpeg documentation
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
:maxdepth: 4
|
||||||
|
|
||||||
Recipes
|
Recipes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue