diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-03-17 22:30:20 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-18 08:48:06 -0700 |
commit | 0a4a01a1068faa7239305d2bd67b341f407590e4 (patch) | |
tree | f696cc31816a418d4a85fb4c6ba038e615cc672c /docs/sphinx | |
parent | 3693ee3259fa8bf2d9ad393842a80cd1fc330863 (diff) |
docs: Adding gr-uhd to sphinx docs.
Diffstat (limited to 'docs/sphinx')
-rw-r--r-- | docs/sphinx/source/index.rst | 13 | ||||
-rw-r--r-- | docs/sphinx/source/uhd.rst | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 38d859aafd..783b5af7e7 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -38,6 +38,19 @@ Core Framework gnuradio.qtgui <qtgui/index> gnuradio.wxgui <wxgui/index> +Harware Interfaces +------------------ + +.. autosummary:: + :nosignatures: + + gnuradio.uhd + +.. toctree:: + :hidden: + + gnuradio.uhd <uhd> + Utilities --------- diff --git a/docs/sphinx/source/uhd.rst b/docs/sphinx/source/uhd.rst new file mode 100644 index 0000000000..92f4bdc8c2 --- /dev/null +++ b/docs/sphinx/source/uhd.rst @@ -0,0 +1,9 @@ +gnuradio.uhd +============ + +.. automodule:: gnuradio.uhd + +.. autooldblock:: gnuradio.uhd.usrp_sink +.. autooldblock:: gnuradio.uhd.usrp_source +.. autooldblock:: gnuradio.uhd.amsg_source + |