- Substra repository
- Substra-documentation repository
- Substra documentation
Note: The
CONTRIBUTING.mdorignal source file is located in the .github repository and then fetched into this documentation.
_staticcontains static files (favicon, css, logo)srccontains all the source documentsdocscontains all the built documentationconf.pyis the Python Sphinx configuration fileindex.rstis the general Table Of Content of this very documentation_buildis the default build output directory
# In the substra-documentation repository:
# Install the dependencies
pip install -r requirements.txt
# Automatically build the documentation at each change and test the result in your browser at http://localhost:8000
make livehtml
# Build the documentation
make docs
# Commit changes
git add .
git commit -m "Documentation Update $(date -u +"%Y-%m-%d %H:%M")"
git push├── contribute
│ └── CONTRIBUTING.md
├── entry_points
│ ├── faq.md
│ └── glossary.md
├── getting_started
│ ├── installation
│ │ ├── local_install_docker_compose.md
│ │ └── local_install_skaffold.md
│ └── usage
│ └── usage.md
├── img
│ ├── architecture_overview.png
│ ├── git_pr_status.png
│ ├── start_backend.png
│ ├── start_frontend.png
│ └── start_hlf-k8s.png
├── overview
│ └── overview.md
├── platform_description
│ └── platform.md
└── publish.md