This is the repository for the public LaMetric Time developer documentation available here.
This documentation is written using reStructuredText, powered by Sphinx, and hosted on ReadTheDocs.
Install Software
- Install python and
pip. - Install sphinx and sphinx-autobuild
pip install sphinx shpinx-autobuild - Install sphinx-rtd-theme
pip install sphinx_rtd_theme - Install recommonmark
sudo pip install recommonmark
Follow these steps to build the documentation locally:
- Open terminal and cd to the project folder
- Build HTML:
$ make html - Open
_build/html/index.htmlin a web browser.
To see the available make targets, simply execute make.
If you find a typo, error, or think something can be communicated better, fork this repository and make a pull request.
You can reach us at mailto:support@lametric.com with any feedback or questions.