summaryrefslogtreecommitdiff
path: root/docs/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* tcp_server_sink: generate documentationJiří Pinkava2016-06-292-0/+2
|
* docs: Reviving Python manual.Tom Rondeau2015-08-17106-2435/+2463
| | | | | | | | | | | | | | | | I'd like to only produce a single manual, and the Sphinx docs take too much manual labor to keep up-to-date. Still, there is a lot of useful tools and classes only in Python that need to be exposed in a manual, so this is the quickest way to get there. This flattens the sphinx documentation structure so each component has a <component>_blocks.rst where the actual GNU Radio blocks are managed and a <component>.rst for any other non-block or Python-only code (hier_block2, functions, and classes). The new flattened file structure should make it easier to update, but the index.rst should have some work done to make structure information better.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0716-988/+987
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* docs: Netwrok -> Network (satisfy OCD)Martin Braun2014-01-241-2/+2
|
* docs: Fixes sphinx docs generating script to use any current LD_LIBRARY_PATH ↵Tom Rondeau2013-07-281-1/+1
| | | | already set by the user.
* docs: Removing gr-shd from sphinx docs.Ben Reynwar2013-06-072-10/+0
|
* sphinx: Completed pmt docs.Ben Reynwar2013-05-2918-146/+553
|
* sphinx_docs: Fixes to remove build warnings.Ben Reynwar2013-05-105-16/+24
|
* sphinx: Add start of pmt sphinx docs. Tidied gr sphinx docs.Ben Reynwar2013-04-277-59/+256
|
* sphinx: Added gr-shd to sphinx docs.Ben Reynwar2013-04-262-0/+10
|
* sphinx: Added sphinx source for gr-filter.Ben Reynwar2013-04-266-0/+92
|
* sphinx: Added sphinx source for gr-channels, gr-comedi, gr-fcd, gr-fec.Ben Reynwar2013-04-265-0/+39
|
* sphinx: Added sphinx source for gr-analog.Ben Reynwar2013-04-268-0/+211
|
* sphinx: Added sphinx source for gr-blocks.Ben Reynwar2013-04-2621-0/+729
|
* sphinx-docs: Minor updates to sphinx documentation.Ben Reynwar2013-04-073-3/+15
|
* sphinx-docs: Updating sphinx docs for move of gnuradio.window to ↵Ben Reynwar2013-04-064-48/+23
| | | | gnuradio.fft.window.
* docs: Updating sphinx docs.Ben Reynwar2013-04-0214-162/+133
|
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-03-183-1/+57
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/ofdm/ofdm_bugsquatch.py gr-digital/include/digital/scale_tags.h gr-digital/include/digital/tagged_stream_check.h gr-digital/include/digital/ts_insert_zeros_cc.h gr-digital/python/qa_ofdm_sync_sc_cfb.py gr-digital/python/qa_scale_tags.py gr-digital/python/qa_ts_insert_zeros.py gr-digital/swig/digital_swig.i
| * Merge branch 'master' into nextJohnathan Corgan2013-03-182-1/+10
| |\
| | * sphinx docs: Adding more classes to uhd sphinx docs.Ben Reynwar2013-03-182-1/+10
| | |
| * | Merge branch 'master' into nextJohnathan Corgan2013-03-183-1/+48
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-digital/lib/scale_tags_impl.cc gr-digital/lib/tagged_stream_check_impl.cc gr-digital/lib/ts_insert_zeros_cc_impl.cc gr-digital/python/qa_scale_tags.py gr-digital/python/qa_ts_insert_zeros.py gr-digital/swig/digital_swig.i
| | * sphinx docs: Added additional block function names to blacklist so that they ↵Ben Reynwar2013-03-181-1/+26
| | | | | | | | | | | | are not displayed for every block.
| | * docs: Adding gr-uhd to sphinx docs.Ben Reynwar2013-03-182-0/+22
| | |
* | | blocks: removing lfsr and friends from core; now in gr-blocks.Tom Rondeau2013-03-183-14/+0
| | |
* | | core: removing blocks: align_on_samplenumbers, check_counting_s, ↵Tom Rondeau2013-03-174-30/+0
| | | | | | | | | | | | fake_channel_coder, iqcomp, ofdm_bpsk_demapper, ofdm_frame_sink, pa_2x2_phase_combiner.
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-176-48/+2
|/ / | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks.Tom Rondeau2013-03-133-4/+0
| |
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-103-8/+0
| | | | | | | | moved all refs to gr-blocks.
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵Tom Rondeau2013-03-093-4/+0
| | | | | | | | in gr-blocks.
* | blocks: removing bin_statistics_f from core; now in gr-blocks.Tom Rondeau2013-03-072-2/+0
| |
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-063-42/+0
| |
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-062-24/+0
| |
* | core: removing goertzel and fft implementations from core; see gr-fft.Tom Rondeau2013-03-063-104/+0
| | | | | | | | Also cleaning up some other leftovers.
* | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-065-29/+0
| | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-023-18/+1
| |
* | blocks: removing (un)pack_k_bits from gnuradio-core.Tom Rondeau2013-02-272-2/+0
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-242-4/+0
| |
* | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core.Tom Rondeau2013-02-242-4/+0
| |
* | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-214-28/+0
| | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* | digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-202-11/+0
| | | | | | | | blocks: same for count_bits.
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-2110-195/+1
| | | | | | | | Also fixes up some other missing moves.
* | analog: removed noise and sig sources from core.Tom Rondeau2012-11-102-16/+0
| | | | | | | | Fixed QA code for components that do not use gr-analog.
* | analog: removing frequency mod, phase mod, quad demod, and rail from ↵Tom Rondeau2012-11-063-26/+0
| | | | | | | | gnuradio-core.
* | analog: removing cpfsk and cpm from gnurdio-core.Tom Rondeau2012-11-062-2/+0
| |
* | analog: Removing all squelch blocks from gnuradio-core.Tom Rondeau2012-11-064-53/+1
| | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog.
* | analog: removing probe_avg_mag_sqrd from gnuradio-core.Tom Rondeau2012-11-062-6/+0
| |
* | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-012-7/+0
| | | | | | | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
* | analog: removed all AGC blocks from gnuradio-core.Tom Rondeau2012-10-312-10/+0
| | | | | | | | Also replaces calls to gr.agc with analog.agc.
* | docs: Formatted python docstrings for sphinx docs.Ben Reynwar2012-08-131-2/+3
| |
* | docs: Updating sphinx docs for changes to new block style.Ben Reynwar2012-08-103-8/+7
| |