summaryrefslogtreecommitdiff
path: root/docs/sphinx/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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-2123-363/+363
|
* 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
|
* Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar2012-05-212-1/+45
|\
| * 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-201-1/+2
| | | | | | | | These files help a user run Sphinx on the installed system. The shell script is designed for ease of use.
* | Add sphinx mathjax extension.Ben Reynwar2012-05-171-1/+1
|/
* Adding sphinx documentation.Ben Reynwar2012-04-3055-0/+1806