Files
Alex Jaramillo 5cbd31cbf2 Require explicit telemctl opt-in
telemetrics-client installation starts when the package is installed,
this change makes sure that to start telemetry the first time two steps
are needed: 1- telemctl opt-in and 2- telemctl start

Signed-off-by: Alex Jaramillo <alex.jch@gmail.com>
2019-10-14 11:02:20 -07:00
..
2019-10-14 11:02:20 -07:00
2016-07-01 20:16:54 +00:00
2016-07-01 20:16:54 +00:00
2018-09-06 09:57:01 -07:00
2018-12-21 11:16:53 -07:00

Notes on manual pages

The manual pages are generated using rst2man.py. To recreate them, run make manpages in the toplevel folder. If you want to edit the documentation for upstream changes, make sure to edit the *.rst files and not the shipped nroff output files.

Generating HTML documentation

At toplevel, run 'doxygen docs/Doxyfile'. The documentation is generated in the docs/html/ directory.