summaryrefslogtreecommitdiff
path: root/docs/sphinx
Commit message (Expand)AuthorAgeFilesLines
* 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
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-065-29/+0
* 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
* digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-202-11/+0
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-2110-195/+1
* analog: removed noise and sig sources from core.Tom Rondeau2012-11-102-16/+0
* analog: removing frequency mod, phase mod, quad demod, and rail from gnuradio...Tom Rondeau2012-11-063-26/+0
* 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
* 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 gr-...Tom Rondeau2012-11-012-7/+0
* analog: removed all AGC blocks from gnuradio-core.Tom Rondeau2012-10-312-10/+0
* 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
* docs: Updating sphinx docs for movement of blocks from gr to digital.Ben Reynwar2012-08-108-37/+37
* docs: Adding gr-fft to sphinx docsBen Reynwar2012-05-222-0/+10
* docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar2012-05-2125-371/+406
* docs: Fixed copyright in sphinx docs.Ben Reynwar2012-05-211-3/+3
* docs: Added version number to sphinx docs.Ben Reynwar2012-05-211-4/+4
* docs: Extended README for sphinx docs.Ben Reynwar2012-05-211-1/+32
* Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar2012-05-216-131/+125
|\
| * sphinx: Added a README for explaining the documentation process.Tom Rondeau2012-05-201-0/+38
| * sphinx: dummy toctree entries to remove warnings.Tom Rondeau2012-05-201-0/+43
| * sphinx: create a conf.py and run_sphinx_build.sh files.Tom Rondeau2012-05-204-151/+21
| * docs: adds a 'make sphinx' target that can be run after 'make install' to gen...Tom Rondeau2012-05-011-0/+43
* | Add sphinx mathjax extension.Ben Reynwar2012-05-171-1/+1
|/
* Adding sphinx documentation.Ben Reynwar2012-04-3068-0/+4051