This is the documentation for Cyclid, including the Cyclid API server, Cyclid UI server, the Cyclid command line client, and documentation on how to write Cyclid jobs.
The documentation is written in reStructuredText format, and we use Read the Docs to host them.
If you just want to read the documentation, see docs.cyclid.io
If you want to contribute to the documentation, ensure you have Python pip
installed and then run
$ pip install -r requirements.txtThis will install the docutils & Sphinx packages which are used to generate
the documentation. To (re-)generate the documentation, run make html in the
docs directory; the documentation will be built into the _build/html/
directory. See the Sphinx documentation
for more details.
- Fork it.
- Create your feature branch (git checkout -b my-new-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin my-new-feature).
- Create new Pull Request.