summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-25 23:07:42 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-25 23:07:42 -0400
commit885cc643b5a10c217f043caa2ac7f077d3a24bad (patch)
tree125ba561f275d106da9ab92770d2aeda28dfd1a8 /docs/doxygen/other
parentef090712155f9abd4c4750f64028300bdcba9b07 (diff)
docs: fixed use of section tags in python_blocks docs.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r--docs/doxygen/other/python_blocks.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doxygen/other/python_blocks.dox b/docs/doxygen/other/python_blocks.dox
index 811eb84b68..49273cdcd8 100644
--- a/docs/doxygen/other/python_blocks.dox
+++ b/docs/doxygen/other/python_blocks.dox
@@ -2,7 +2,7 @@
How to create blocks in Python
-\subsection pyblocks_streaming Streaming Data Blocks
+\section pyblocks_streaming Streaming Data Blocks
We create blocks in Python very much like we would in C++, just with
more Python. Figure out which type of block you want to create:
@@ -69,7 +69,7 @@ the size of the output_items vector.
-\subsection pyblocks_tags Using Stream Tags
+\section pyblocks_tags Using Stream Tags
Python blocks have access to the stream tag system like their C++
counterparts. The interface is almost identical except they behave
@@ -108,7 +108,7 @@ def work(self, input_items, output_items):
-\subsection pyblocks_msgs Using Message Passing
+\section pyblocks_msgs Using Message Passing
Again, like their C++ counterparts, Python blocks can use the
asynchronous message passing interface. We define output message