mblottiere / substra-documentation

This is where the Substra documentation is forged

Home Page:https://doc.substra.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's build & publish the documentation

Files & Directories

Note: The CONTRIBUTING.md original source file is located in the .github repository and then fetched into this documentation.

  • _static contains static files (favicon, css, logo)
  • src contains all the source documents
  • docs contains all the built documentation
  • conf.py is the Python Sphinx configuration file
  • index.rst is the general Table Of Content of this very documentation
  • _build is the default build output directory

Tree of the src folder

src/
├── architecture.md
├── concepts.md
├── CONTRIBUTING.md
├── debugging.md
├── faq.md
├── glossary.md
├── img
│   ├── architecture_overview.png
│   ├── assets_relationships.png
│   ├── dataset-files-opener.png
│   ├── git_pr_status.png
│   ├── start_backend.png
│   ├── start_frontend.png
│   ├── start_hlf-k8s.png
│   ├── training_phase1.png
│   └── training.svg
├── index.rst
├── overview.md
├── publish.md
├── setup
│   ├── demo.md
│   ├── further_resources.md
│   ├── index.rst
│   └── local_install_skaffold.md
└── usage.md

Commands

# 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 "[build]"
git push

Contributing

About

This is where the Substra documentation is forged

https://doc.substra.ai/

License:Apache License 2.0


Languages

Language:Python 68.9%Language:Makefile 25.3%Language:CSS 5.8%