diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-11-20 09:55:47 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-11-20 10:01:02 +0100 |
commit | a0b490366a2f218f111eb4c770bab2f0b9cce19c (patch) | |
tree | 45a7a53727dd3c219ad8c1a66336a8db23bf9628 /docs/pyparsing.rst | |
parent | eb43d95fde4c967b0ce24b0faa082aa70e2a720b (diff) | |
download | pyparsing-git-a0b490366a2f218f111eb4c770bab2f0b9cce19c.tar.gz |
Initial conversion to Sphinx generated documentation.
There are still many bugs in the documentation strings, but at least
genration of documentaiton works.
Diffstat (limited to 'docs/pyparsing.rst')
-rw-r--r-- | docs/pyparsing.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/pyparsing.rst b/docs/pyparsing.rst new file mode 100644 index 0000000..6d9d44c --- /dev/null +++ b/docs/pyparsing.rst @@ -0,0 +1,7 @@ +pyparsing module +================ + +.. automodule:: pyparsing + :members: + :undoc-members: + :show-inheritance: |