Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 440 Bytes

CAM-SIMA-docs

CAM-SIMA developer documentation

Local usage

Python environment

Required python libraries (pip install):

  • mkdocs
  • mkdocs-material

Pushing updates

  1. Clone the repository and checkout main
  2. Run the server (from top of the repository directory): mkdocs serve (or python -m mkdocs serve
  3. Open the documentation on your local server: http://127.0.0.1:8000/
  4. Make edits
  5. Push directly back to main