[Debexpo-devel] [debexpo] 05/32: Add toctree directives to docs/index.rst

Kentaro Hayashi kenhys-guest at moszumanska.debian.org
Sat Aug 19 06:51:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

kenhys-guest pushed a commit to branch master
in repository debexpo.

commit 9e18e72fcaf288b68264bf08677b6fe61888b144
Author: Eeshan Garg <jerryguitarist at gmail.com>
Date:   Mon May 18 20:11:41 2015 +0530

    Add toctree directives to docs/index.rst
---
 docs/index.rst            | 31 ++++++++++++++++++++-----------
 docs/writing_cronjobs.rst |  4 ++--
 2 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index a17a1d5..69c1382 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,25 +16,34 @@ like PostgreSQL, MySQL or Sqlite.
 Setting up debexpo
 ------------------
 
-* :ref:`installing`
-* :ref:`config-file`
+.. toctree::
+    :maxdepth: 1
+
+    installing
+    config_file
 
 Using debexpo
 -------------
 
-* :ref:`uploading`
-* :ref:`plugins`
-* :ref:`soap`
+.. toctree::
+    :maxdepth: 1
+
+    uploading
+    plugins
+    soap
 
 Development documentation
 -------------------------
 
-* :ref:`building`
-* :ref:`writing-plugins`
-* :ref:`writing-cronjobs`
-* :ref:`coding-standards`
-* :ref:`contributing`
-* :ref:`api`
+.. toctree::
+    :maxdepth: 1
+
+    building
+    writing_plugins
+    writing_cronjobs
+    coding_standards
+    contributing
+    api
 
 Indices and tables
 ==================
diff --git a/docs/writing_cronjobs.rst b/docs/writing_cronjobs.rst
index f5a0fb4..7b35665 100644
--- a/docs/writing_cronjobs.rst
+++ b/docs/writing_cronjobs.rst
@@ -54,13 +54,13 @@ if you need any setup. The following attributes will be instantiated for your
 cronjob:
 
 ``self.parent``
---------------
+---------------
 
 This is a reference to the worker object, which instantiated your cronjob. You can
 call any method in from there, if necessary.
 
 ``self.config``
---------------
+---------------
 
 This is an instantiated configuration object. You can access every Debexpo
 configuration setting from it.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debexpo/debexpo.git



More information about the Debexpo-devel mailing list