From bc1b4c18c8f16b6fbc666593869547ad2529662f Mon Sep 17 00:00:00 2001 From: Ben Reynwar Date: Mon, 21 May 2012 22:15:08 -0700 Subject: docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style. --- docs/sphinx/README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/sphinx/README') 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 -- cgit