lp:~david-huard/+junk/numpydoc
Created by
David Huard
and last modified
This extension adds a numpyfunc directive that understands the NumPy docstring format.
- Get this branch:
- bzr branch lp:~david-huard/+junk/numpydoc
Only
David Huard
can upload to this branch. If you are
David Huard
please log in for upload directions.
Related bugs
Related blueprints
Branch information
- Owner:
- David Huard
- Status:
- Abandoned
Recent revisions
- 13. By David Huard <david@huard>
-
added patch for sphinx to support other autodoc directives.
- 12. By David Huard <david@huard>
-
oups
- 11. By David Huard <david@huard>
-
replaced test_parse by get_test_txt
- 10. By David Huard <david@huard>
-
Applied changes by Pierre GM.
- 9. By David Huard <david@huard>
-
trying the currentmodule approach, but not working.
- 8. By David Huard <david@huard>
-
Implemented autonumpyfunction. Depends on a slight modification to sphinx though.
- 7. By David Huard <david@huard>
-
wrote a NumpyDocParser class instead of a function. Changed the markup to improve the final look.
- 6. By David Huard <david@huard>
-
Raises section now processed using field lists. This necessitates modifications to Sphinx though.
- 5. By David Huard <david@huard>
-
updated README and INSTALL
- 4. By David Huard <david@huard>
-
working version of a numpyfunc directive.