Minor touches in documentation dev
authorDmitriy Morozov <dmitriy@mrzv.org>
Wed, 25 Aug 2010 14:36:11 -0700
branchdev
changeset 225 d4c3991a2462
parent 224 8f6fb2ad57f7
child 226 574a165c0a9c
Minor touches in documentation
doc/conf.py
doc/python/persistence-diagram.rst
--- a/doc/conf.py	Wed Aug 25 14:31:36 2010 -0700
+++ b/doc/conf.py	Wed Aug 25 14:36:11 2010 -0700
@@ -28,7 +28,7 @@
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 
               #'sphinx.ext.jsmath',  'ext.sprite_jsmath', 
               'sphinx.ext.pngmath',
-              'ext.sfile', 'ext.cppdocs']
+              'ext.sfile']
 todo_include_todos = True
 
 jsmath_path = 'jsMath/easy/load.js'
--- a/doc/python/persistence-diagram.rst	Wed Aug 25 14:31:36 2010 -0700
+++ b/doc/python/persistence-diagram.rst	Wed Aug 25 14:36:11 2010 -0700
@@ -47,9 +47,6 @@
 
 
 
-:class:`Point` class
-======================
-
 .. class:: Point
 
     .. method:: __init__( x, y [, data])