mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a navbar at the bottom too.
This commit is contained in:
parent
f0fa8b740b
commit
0bccf4d944
2
TODO
2
TODO
@ -3,10 +3,8 @@ Global TODO
|
|||||||
|
|
||||||
- "often used" combo box in sidebar
|
- "often used" combo box in sidebar
|
||||||
- discuss and debug comments system
|
- discuss and debug comments system
|
||||||
- navigation links at the bottom too
|
|
||||||
- write new Makefile, handle automatic version info and checkout
|
- write new Makefile, handle automatic version info and checkout
|
||||||
- write a "printable" builder (export to latex, most probably)
|
- write a "printable" builder (export to latex, most probably)
|
||||||
- discuss the default role
|
|
||||||
- discuss lib -> ref section move
|
- discuss lib -> ref section move
|
||||||
- prepare for databases other than sqlite for comments
|
- prepare for databases other than sqlite for comments
|
||||||
- look at the old tools/ scripts, what functionality should be rewritten
|
- look at the old tools/ scripts, what functionality should be rewritten
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
{% block head %}{% endblock %}
|
{% block head %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
{% filter capture('relbar') %}
|
||||||
<div class="related">
|
<div class="related">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<ul>
|
<ul>
|
||||||
@ -63,6 +64,7 @@
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
{% endfilter %}
|
||||||
<div class="document">
|
<div class="document">
|
||||||
<div class="documentwrapper">
|
<div class="documentwrapper">
|
||||||
{%- if builder != 'htmlhelp' %}
|
{%- if builder != 'htmlhelp' %}
|
||||||
@ -80,6 +82,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
</div>
|
</div>
|
||||||
|
{{ relbar }}
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© <a href="{{ pathto('copyright.rst') }}">Copyright</a>
|
© <a href="{{ pathto('copyright.rst') }}">Copyright</a>
|
||||||
1990-2007, Python Software Foundation.
|
1990-2007, Python Software Foundation.
|
||||||
|
Loading…
Reference in New Issue
Block a user