summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-05-22docs: Adding gr-fft to sphinx docsBen Reynwar
2012-05-21docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar
2012-05-21docs: Fixed copyright in sphinx docs.Ben Reynwar
2012-05-21docs: Added version number to sphinx docs.Ben Reynwar
2012-05-21docs: Extended README for sphinx docs.Ben Reynwar
2012-05-21Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar
2012-05-20sphinx: Added a README for explaining the documentation process.Tom Rondeau
2012-05-20sphinx: dummy toctree entries to remove warnings.Tom Rondeau
2012-05-20Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵Tom Rondeau
sphinxdocs
2012-05-20sphinx: create a conf.py and run_sphinx_build.sh files.Tom Rondeau
These files help a user run Sphinx on the installed system. The shell script is designed for ease of use.
2012-05-17Add sphinx mathjax extension.Ben Reynwar
2012-05-08docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar
2012-05-08doxyxml: Added parsing of parameters from xml.Ben Reynwar
2012-05-01docs: fixed bug in doxygen looking at howto dir.Tom Rondeau
2012-05-01docs: adds a 'make sphinx' target that can be run after 'make install' to ↵Tom Rondeau
generate the Python docs.
2012-04-30Adding sphinx documentation.Ben Reynwar
2012-04-22docs: updating build dependency and building instructions.Tom Rondeau
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-13Fix some minor warnings.Tom Rondeau
2012-04-03docs: adding more info to the doxygen manual's build guide.Tom Rondeau
2012-03-01Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
2012-03-01Merge branch 'master' into nextTom Rondeau
2012-03-01Merge branch 'maint'Tom Rondeau
2012-03-01docs: setting up ability to link to example files in the Doxygen manual. ↵Tom Rondeau
Using the PFB channelize.py as a test.
2012-02-14Merge branch 'master' into safe_alignJohnathan Corgan
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
2012-02-14Merge branch 'master' into nextTom Rondeau
2012-02-14Merge branch 'maint'Tom Rondeau
2012-02-14docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun
2012-02-13volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau
to use it.
2012-02-10Merge branch 'master' into nextTom Rondeau
2012-02-10docs: swig_docs don't look at operators when building Python documentation.Marcus Mueller
2012-01-19Merge branch 'master' into nextTom Rondeau
2012-01-19docs: another try/except/rerun spot.Tom Rondeau
2012-01-19Merge branch 'nosync' into maintTom Rondeau
2012-01-16docs: another hack to check for errors and retry when building the swigdocs.Tom Rondeau
2012-01-06docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau
try rereading up to 3 times.
2012-01-03build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
2012-01-03build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau
2012-01-03build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau
with -jN.
2011-12-30Merge branch 'master' into nextTom Rondeau
Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
2011-12-29digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau
them. Also set the alpha value to a default of 0.001; most won't need to change this.
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-12-01docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau
to expose all PMT functions in the manual.
2011-11-28docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau
2011-11-27docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau
2011-11-27docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵Tom Rondeau
autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently.
2011-11-26docs: don't ignore the entire qtgui directory.Tom Rondeau
2011-11-16work on swig docs, added to core and digitalJosh Blum