Consolidated documentation for OCL. This documentation supports both Markdown (.md) and Restructured Text (.rst) files. This repository is directly linked to the content in https://ocl-docs.readthedocs.io/ and any changes with commits will be built and deployed in that website.
Add or Edit content in any page under https://github.com/OpenConceptLab/ocl-docs/tree/main/docs/source and commit the changes.
Add a page under - https://github.com/OpenConceptLab/ocl-docs/tree/main/docs/source or any folder under this page
Note: If you want to edit files locally and/or are planning to make multiple edits and want to avoid multiple commits. Follow the following steps
- Clone the repo
- install requirements using
pip install -r requirements.txt
- Go to
docs
folder - Execute
make clean
to clean earlier changes - execute
make html
and if the build is successful it should return with -
build succeeded.
The HTML pages are in build/html.
- You should be able to open the
index.html
file underdocs/build/html
and view the final result of your changes - You can commit and push your changes once you are happy with the end result