1# Copyright (C) 2018 Free Software Foundation, Inc.
2#
3# Permission is granted to copy, distribute and/or modify this document
4# under the terms of the GNU Free Documentation License, Version 1.3
5# or any later version published by the Free Software Foundation;
6# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
7# A copy of the license is included in the section entitled "GNU
8# Free Documentation License".
9
10/*! \page page_usage Usage Manual
11
12Note: The Usage Manual has been moved to the <a href="https://wiki.gnuradio.org" target="_blank">GNU Radio wiki</a>, along with all other documentation that is not specific to a block/class/function/etc.
13
14For viewing offline, snapshots of these wiki pages are periodically exported and stored in gnuradio/docs/usage-manual/
15
16Here are links to the various Usage Manual pages (they are also linked on the home page of the wiki):
17
18<b>Getting Started</b>
19
20\li <a href="https://wiki.gnuradio.org/index.php/Handling_Flowgraphs" target="_blank">Handling Flowgraphs</a>
21\li <a href="https://wiki.gnuradio.org/index.php/GNURadioCompanion" target="_blank">GNU Radio Companion (GRC)</a>
22
23<b>Metadata and Messages</b>
24
25\li <a href="https://wiki.gnuradio.org/index.php/Polymorphic_Types_(PMTs)" target="_blank">Polymorphic Types (PMTs)</a>
26\li <a href="https://wiki.gnuradio.org/index.php/Metadata_Information" target="_blank">Metadata Information</a>
27\li <a href="https://wiki.gnuradio.org/index.php/Message_Passing" target="_blank">Message Passing</a>
28\li <a href="https://wiki.gnuradio.org/index.php/Stream_Tags" target="_blank">Stream Tags</a>
29\li <a href="https://wiki.gnuradio.org/index.php/Tagged_Stream_Blocks" target="_blank">Tagged Stream Blocks</a>
30
31<b>Advanced Development Topics</b>
32
33\li <a href="https://wiki.gnuradio.org/index.php/Logging" target="_blank">Logging</a>
34\li <a href="https://wiki.gnuradio.org/index.php/Performance_Counters" target="_blank">Performance Counters</a>
35\li <a href="https://wiki.gnuradio.org/index.php/Block_Thread_Affinity_and_Priority" target="_blank">Block Thread Affinity and Priority</a>
36\li <a href="https://wiki.gnuradio.org/index.php/Configuration_Files" target="_blank">Configuration Files</a>
37\li <a href="https://wiki.gnuradio.org/index.php/Types_of_Blocks" target="_blank">Types of Blocks</a>
38
39<b>Signal Processing and Digital Communications</b>
40
41\li <a href="https://wiki.gnuradio.org/index.php/Polyphase_Filterbanks" target="_blank">Polyphase Filterbanks</a>
42
43<b>VOLK</b>
44
45\li <a href="https://wiki.gnuradio.org/index.php/VOLK_Guide" target="_blank">VOLK Guide</a>
46
47*/
48