diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-07-06 05:58:27 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-07-06 05:58:54 -0500 |
commit | 6e91e87cabe1e49a836103d3431f1d94dcacec33 (patch) | |
tree | 619aa34bf2944e821a0cdd8324f4c061b672d2f9 /docs | |
parent | ad0af4e046947d861a86faa22127f0dcb8549d20 (diff) | |
download | pyparsing-git-6e91e87cabe1e49a836103d3431f1d94dcacec33.tar.gz |
Sphinx and docstring fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pyparsing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyparsing.rst b/docs/pyparsing.rst index 6d9d44c..6d51a78 100644 --- a/docs/pyparsing.rst +++ b/docs/pyparsing.rst @@ -3,5 +3,5 @@ pyparsing module .. automodule:: pyparsing :members: - :undoc-members: + :special-members: :show-inheritance: |