summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/usage.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-07-16 11:41:52 +0200
committerMartin Braun <martin.braun@ettus.com>2014-07-22 21:38:47 +0200
commita9c3d8ff3bc31117309004c16860d18f26369311 (patch)
tree4566e2c2cf868bb471a6cc81e3148a3aef1b061a /docs/doxygen/other/usage.dox
parentd09b971d01f4e65eff80065796d724d88168866d (diff)
docs: Restructured intro page, added some manual pages
Diffstat (limited to 'docs/doxygen/other/usage.dox')
-rw-r--r--docs/doxygen/other/usage.dox42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/doxygen/other/usage.dox b/docs/doxygen/other/usage.dox
new file mode 100644
index 0000000000..90c638e96d
--- /dev/null
+++ b/docs/doxygen/other/usage.dox
@@ -0,0 +1,42 @@
+/*! \page page_usage Usage Manual
+
+Note: Once built, check out <a href="http://gnuradio.org" target="_blank">gnuradio.org</a> for
+more tutorials on using the software system and examples.
+
+<b>Getting Started</b>
+
+\li \subpage build_guide - Installation notes, dependencies etc.
+\li \subpage page_exploring_gnuradio
+\li \subpage page_operating_fg
+
+
+<b>Metadata and Messages</b>
+
+\li \subpage page_pmt
+\li \subpage page_metadata
+\li \subpage page_msg_passing
+\li \subpage page_stream_tags
+\li \subpage page_tagged_stream_blocks
+
+<b>Advanced Development Topics</b>
+
+\li \subpage page_logger
+\li \subpage page_perf_counters
+\li \subpage page_affinity
+\li \subpage page_prefs
+
+<b>Signal Processing and Digital Communications</b>
+
+\li \subpage page_pfb
+\li \subpage page_ofdm
+\li \subpage page_packet_data
+
+<b>Out-of-tree Modules</b>
+
+\li \subpage page_oot_config
+
+<b>VOLK</b>
+
+\li \subpage volk_guide - How to incorporate and use VOLK in GNU Radio blocks
+
+*/