fix sphinx warnings/errors

This commit is contained in:
David Halter
2013-02-04 11:09:07 +01:00
parent ed61f28549
commit 3faf50049b
3 changed files with 5 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ Imports & Modules
Modules (modules.py) Modules (modules.py)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
.. automodule:: module .. automodule:: modules
Builtin Modules (builtin.py) Builtin Modules (builtin.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -1,7 +1,4 @@
""" """
Maintainer: David Halter <davidhalter88@gmail.com>
Version: 0.1
py_fuzzyparser parses python code, with the goal of a good representation of py_fuzzyparser parses python code, with the goal of a good representation of
the code within a tree structure. Variables, Classes and Functions are defined the code within a tree structure. Variables, Classes and Functions are defined
within this tree structure, containing their exact locations in the code. within this tree structure, containing their exact locations in the code.

View File

@@ -26,7 +26,7 @@ Filesystem cache
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
.. autodata:: cache_directory .. autodata:: cache_directory
.. autodata:: use_fs_cache .. autodata:: use_filesystem_cache
Parser Parser