Skip to content

Commit 118c036

Browse files
committed
Add search to navbar and body
as well as contents and modindex to body too. search! \o/
1 parent 762a52a commit 118c036

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<li><a href="https://www.atagar.com/contact/">Author</a></li>
6464
</ul>
6565
</li>
66+
<li><a href="{{ pathto('search') }}">Search</a></li>
6667
</ul>
6768

6869
{%- block haikurel2 %}

docs/contents.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _contents:
2+
13
Contents
24
========
35

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Welcome to Stem!
1111

1212
Stem is a Python controller library for `Tor <https://www.torproject.org/>`_. With it you can use Tor's `control protocol <https://gitweb.torproject.org/torspec.git/tree/control-spec.txt>`_ to script against the Tor process, or build things such as `Nyx <https://nyx.torproject.org/>`_. Stem's latest version is **1.8.1** (released September, 2022).
1313

14+
* :ref:`contents`
15+
* :ref:`modindex`
16+
* :ref:`search`
17+
1418
.. Main Stem Logo
1519
Source: http://www.wpclipart.com/plants/assorted/P/plant_stem.png.html
1620
Author: Jakub Jankiewicz

0 commit comments

Comments
 (0)