summaryrefslogtreecommitdiff
path: root/docs/sphinx/hieroglyph/__init__.py
diff options
context:
space:
mode:
authorBen Reynwar2012-04-30 21:39:44 -0700
committerBen Reynwar2012-04-30 21:39:44 -0700
commit141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8 (patch)
tree2cc9106672100532d901c250b95671c958fb1c4d /docs/sphinx/hieroglyph/__init__.py
parent2817cf14147d6da2e7ef051fbbbf8228fd1c07ba (diff)
downloadgnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.tar.gz
gnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.tar.bz2
gnuradio-141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8.zip
Adding sphinx documentation.
Diffstat (limited to 'docs/sphinx/hieroglyph/__init__.py')
-rw-r--r--docs/sphinx/hieroglyph/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sphinx/hieroglyph/__init__.py b/docs/sphinx/hieroglyph/__init__.py
new file mode 100644
index 000000000..25dea27fb
--- /dev/null
+++ b/docs/sphinx/hieroglyph/__init__.py
@@ -0,0 +1,6 @@
+# We only need to expose the setup function to Sphinx
+
+from .hieroglyph import setup
+from .version import __version__
+
+__author__ = 'Robert Smallshire' \ No newline at end of file