]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Enable TODO items in sphinx.
authorMichael Hanke <michael.hanke@gmail.com>
Sun, 2 Jan 2011 19:11:10 +0000 (14:11 -0500)
committerMichael Hanke <michael.hanke@gmail.com>
Sun, 2 Jan 2011 19:11:10 +0000 (14:11 -0500)
sphinx/conf.py
sphinx/todo.rst [new file with mode: 0644]

index 0bdb259ebf9ac12af4881eb2832e2664b9ac4a71..1e8818de94ad3e22f1dc4533309369d325c92f43 100644 (file)
@@ -43,7 +43,11 @@ def artworkdir():
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 #extensions = []
 sys.path.append(os.path.abspath('.'))
-extensions = ['sphinxext.quote']
+extensions = ['sphinxext.quote',
+              'sphinx.ext.todo']
+
+# show todo items
+todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
diff --git a/sphinx/todo.rst b/sphinx/todo.rst
new file mode 100644 (file)
index 0000000..f54c10f
--- /dev/null
@@ -0,0 +1,13 @@
+.. -*- mode: rst; fill-column: 78 -*-
+.. ex: set sts=4 ts=4 sw=4 et tw=79:
+
+.. _todo:
+
+************
+The Big TODO
+************
+
+This is a comprehensive list of all ToDo items documented on the NeuroDebian
+website.
+
+.. todolist::