diff options
author | Ben Reynwar | 2012-04-30 21:39:44 -0700 |
---|---|---|
committer | Ben Reynwar | 2012-04-30 21:39:44 -0700 |
commit | 141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8 (patch) | |
tree | 2cc9106672100532d901c250b95671c958fb1c4d /docs/sphinx/hieroglyph/README.txt | |
parent | 2817cf14147d6da2e7ef051fbbbf8228fd1c07ba (diff) | |
download | gnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.tar.gz gnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.tar.bz2 gnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.zip |
Adding sphinx documentation.
Diffstat (limited to 'docs/sphinx/hieroglyph/README.txt')
-rw-r--r-- | docs/sphinx/hieroglyph/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sphinx/hieroglyph/README.txt b/docs/sphinx/hieroglyph/README.txt new file mode 100644 index 000000000..c26409d89 --- /dev/null +++ b/docs/sphinx/hieroglyph/README.txt @@ -0,0 +1,10 @@ +Sphinx is a popular tool for documenting Python APIs which uses reStructuredText +as a its lightweight markup language. Sphinx extends restructured text with +semantic markup elements for documenting Python APIs but once these are used the +ratio of markup to content becomes too high and readability is compromised +enough that the docstring becomes unsuitable for use with standard Python +introspection mechanisms like help() or IDEs. + +Hieroglyph is an a Sphinx extension which automatically converts a highly +readable docstring format suitable for use with help() and IDEs to the +reStructuredText hieroglyphics required by Sphinx.
\ No newline at end of file |