[tor-commits] [stem/master] Targeting contents at top of modules
atagar at torproject.org
atagar at torproject.org
Wed Jun 6 04:30:17 UTC 2012
commit 8badba152f5d9b2a83a9b9893c328cd23dd219a2
Author: Damian Johnson <atagar at torproject.org>
Date: Tue Jun 5 21:22:49 2012 -0700
Targeting contents at top of modules
For modules like stem.response and stem.util I was linking to the first anchor,
which isn't the behavor I wanted (skips the title at the top, which is a nicer
landing). I resisted making this change earlier because it means that those
links have different styling from those above, but now that there's more of
them I'm happy with it this way.
---
docs/index.rst | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index f5c3f3d..32b3d71 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -33,13 +33,18 @@ Used for launching Tor and managing the process.
Parsed versions that can be compared to the requirement for various features.
-:mod:`stem.response`
---------------------
+`stem.descriptor <stem.descriptor.html>`_
+-------------------------------------
+
+Utilities for working with the Tor consensus and descriptors.
+
+`stem.response <stem.response.html>`_
+-------------------------------------
Parsed replies that we receive from the Tor control socket.
-:mod:`stem.util`
---------------------
+`stem.util <stem.util.html>`_
+-----------------------------
Utility functions available to stem and its users.
More information about the tor-commits
mailing list