This repository contains the Torchbox Constitution documentation built with MkDocs.
The following are required to run the local environment:
- Python, version 3.6 or up
- pip (Python package installer)
- Clone the repository:
git clone git@github.com:torchbox/torchbox-constitution.git
cd torchbox-constitution
- Install dependencies:
pip install -r requirements.txt
- Start the local development server:
mkdocs serve
The documentation will be available at: http://localhost:8000/
To deploy the documentation to GitHub Pages:
mkdocs gh-deploy
The documentation is automatically deployed to: https://torchbox.github.io/torchbox-constitution/
The documentation covers:
- Introduction
- Co-owner Rights & Responsibilities
- Purpose & Principles
- Structure & Governance
- Financial Management
- Glossary
All documentation is written in Markdown and located in the /docs
folder.