Commit Graph

18 Commits

Author SHA1 Message Date
Carles Fernandez 49d71ca8e4
CI: Fix REUSE-compliance job 2022-01-04 18:05:00 +01:00
Carles Fernandez 802b6891bf
Update Doxyfile to v1.9.3 2022-01-04 16:21:59 +01:00
Carles Fernandez a95ca8c42b
Improved rendering of equations in HTML documentation generated by Doxygen. Make use of MathJax 2.x if found 2020-10-29 19:56:28 +01:00
Carles Fernandez 4d0d263280
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
2020-02-08 01:20:02 +01:00
Carles Fernandez d6ec2a7b2c
Update links (mainly from http to https, fix broken links) 2020-02-05 21:24:46 +01:00
Carles Fernandez 5839b5206c
Remove deprecated parameters 2020-01-26 14:05:34 +01:00
Carles Fernandez c9e03557b7
Remove tabs 2019-10-05 03:16:31 +02:00
Carles Fernandez 9dc85f19b1
Update links 2018-05-25 13:44:57 +02:00
Carles Fernandez 2630cf8644 Make Doxygen documentation reproducible 2018-03-28 19:15:56 +02:00
Carles Fernandez f784c91c05 Move generation of documentation files out from the source tree
Documentation will now be built in the directory from which cmake was
invoked. Doxyfile.in updated and Doxyfile.generic (unused) has been
removed. In-tree generation was causing problems in some environments
and IDEs (such as CLion)
2016-05-12 19:35:55 +02:00
Carles Fernandez c1c1bdb0b6 Remove volk_gnsssdr kernels from "Related pages" 2016-03-12 09:01:06 +01:00
Carles Fernandez 1f78183dd4 exclude volk pages 2016-03-09 21:31:56 +01:00
Carles Fernandez 43453ecd20 Update links to new GPS and EGNOS documents. Remove doxygen scan of SUPL automatically-generated library
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@361 64b25241-fba3-4117-9849-534c7e92360d
2013-05-30 18:53:14 +00:00
Carles Fernandez 3061c721ef adding amsmath packages needed to generate the pdfmanual
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@337 64b25241-fba3-4117-9849-534c7e92360d
2013-02-02 12:38:39 +00:00
Carles Fernandez 002ade0d9b Updated versions of Armadillo (3.6.2) and glog (0.3.3). Added a documentation page about GNSS signal models. In systems in which pdflatex is not available, doyxgen uses MATHJAX, an open source Javascript display engine that requires internet connection but renders beautiful equations in the HTML docs.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@336 64b25241-fba3-4117-9849-534c7e92360d
2013-02-01 17:47:01 +00:00
Carles Fernandez 642dc17142 More elegant file list
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@329 64b25241-fba3-4117-9849-534c7e92360d
2013-01-24 20:52:39 +00:00
Carles Fernandez a66f4df4bc Improve doxygen handling. Added two new targets: 'make pdfmanual' will create a manual at docs/GNSS-SDR_manual.pdf, and 'make doc-clean' will clean the documentation.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@315 64b25241-fba3-4117-9849-534c7e92360d
2013-01-17 01:47:13 +00:00
Carles Fernandez be0343f799 Improving doxygen documentation. Added a main page, logo and some images. Can be invoked by typing 'doxygen' in the root folder and by doing 'make doc' if using CMake.
The documentation will be placed at docs/html/index.html

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@312 64b25241-fba3-4117-9849-534c7e92360d
2013-01-15 01:46:44 +00:00