test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / doc / conf.py
index 5611106225f98fa256b57556c77763615d273ab5..f78d7259faaac2e75fa75e4f9f9f6bed81740beb 100644 (file)
@@ -28,7 +28,7 @@ import hooke
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
               'sphinx.ext.coverage', 'sphinx.ext.doctest', 
               'sphinx.ext.intersphinx', 'sphinx.ext.pngmath',
-              'numpydoc']
+              'sphinx.ext.todo', 'numpydoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -201,13 +201,19 @@ latex_documents = [
 
 # -- Options for intersphinx ---------------------------------------------------
 
-intersphinx_mapping = {'http://docs.python.org/dev': None}
+intersphinx_mapping = {
+    'http://docs.python.org/dev/': None,
+    'http://docs.scipy.org/doc/numpy/': None,
+    'http://docs.scipy.org/doc/scipy/reference/': None,
+    'http://matplotlib.sourceforge.net/' : None,
+    }
 
 # -- Options for pngmath -------------------------------------------------------
 
 pngmath_latex_preamble = r"""
-\newcommand{\gaussian}{\textrm{gaussian}}
-\newcommand{\rect}{\textrm{rect}}
-\newcommand{\rfft}{\textrm{rfft}}
-\newcommand{\sinc}{\textrm{sinc}}
+% \newcommand{\gaussian}{\textrm{gaussian}}
 """
+
+# -- Options for todo ----------------------------------------------------------
+
+todo_include_todos = True