Documentation Tools and Hosting

Documentation Tools and Hosting#

Static Site Generators

  • Sphinx: The Python ecosystem standard (reST/Markdown).

  • MkDocs: Fast, Markdown-centric alternative.

  • Quarto: Built for scientific and technical publishing.

  • MyST: Markdown ecosystem fully compatible with Sphinx.

Hosting Platforms

  • Read the Docs (RTD): Automated versioning and building.

  • GitHub / GitLab Pages: Direct CI/CD integration.