summaryrefslogtreecommitdiff
path: root/docs/sphinx/README
diff options
context:
space:
mode:
authorTom Rondeau2012-05-22 19:15:36 -0400
committerTom Rondeau2012-05-22 19:15:36 -0400
commit598a843ab4a0f792e81f163ce541f4160fd66537 (patch)
treeacc017963695e57d82d590002cbf6f134381549f /docs/sphinx/README
parent5d33373a99265bc075bddb95c1e7b06a2e176cbd (diff)
parentf2b4f45fd949848e0b0faf296320c10e251208de (diff)
downloadgnuradio-598a843ab4a0f792e81f163ce541f4160fd66537.tar.gz
gnuradio-598a843ab4a0f792e81f163ce541f4160fd66537.tar.bz2
gnuradio-598a843ab4a0f792e81f163ce541f4160fd66537.zip
Merge branch 'sphinxdocs'
Diffstat (limited to 'docs/sphinx/README')
-rw-r--r--docs/sphinx/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/sphinx/README b/docs/sphinx/README
index c3ac38264..0ae3a43f8 100644
--- a/docs/sphinx/README
+++ b/docs/sphinx/README
@@ -48,7 +48,7 @@ examples.
under the "Slicing and Dicing Streams" subheading.
Edit file gnuradio/docs/sphinx/source/gr/slicedice_blk.rst and add
the line
- >.. autoblock:: gnuradio.gr.myslicer
+ >.. autooldblock:: gnuradio.gr.myslicer
2) Adding a new python hierarchical block gnuradio.digital.mymod
Edit file gnruadio/docs/sphinx/source/digital/index.rst and add the
@@ -63,7 +63,10 @@ examples.
a python hierarchical signal processing block so that it can format
it appropriately.
-The process for documenting objects that are not signal processing blocks is
-similar but rather than using the 'autoblock' and 'autopyblock' directives
-the standard sphinx directives such as 'autofunction' and 'autoclass' can
-be used. \ No newline at end of file
+The process for documenting objects that are not signal processing
+blocks is similar but rather than using the 'autooldblock', and
+'autopyblock' directives the standard sphinx directives such as
+'autofunction' and 'autoclass' can be used.
+
+Finally for signal processing blocks using the 3.7 style the directive
+'autoblock' rather than 'autooldblock' can be used. \ No newline at end of file