All Projects → yoloseem → Awesome Sphinxdoc

yoloseem / Awesome Sphinxdoc

Licence: other
A curated list of awesome tools for Sphinx Python Documentation Generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Sphinxdoc

Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-93.85%)
Mutual labels:  documentation, sphinx
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-80.87%)
Mutual labels:  documentation, sphinx
Sphinx Automodapi
Sphinx extension for generating API documentation
Stars: ✭ 36 (-94.97%)
Mutual labels:  documentation, sphinx
Hawkmoth
Hawkmoth - Sphinx Autodoc for C
Stars: ✭ 31 (-95.67%)
Mutual labels:  documentation, sphinx
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (-62.57%)
Mutual labels:  documentation, sphinx
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (-80.03%)
Mutual labels:  documentation, sphinx
Docs
Documentation site
Stars: ✭ 128 (-82.12%)
Mutual labels:  documentation, sphinx
Sphinx
Main repository for the Sphinx documentation builder
Stars: ✭ 4,313 (+502.37%)
Mutual labels:  documentation, sphinx
Sphinx Gallery
Sphinx extension for automatic generation of an example gallery
Stars: ✭ 239 (-66.62%)
Mutual labels:  documentation, sphinx
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: ✭ 164 (-77.09%)
Mutual labels:  documentation, sphinx
Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (-46.93%)
Mutual labels:  documentation, sphinx
Docs
MinIO Object Storage Documentation
Stars: ✭ 488 (-31.84%)
Mutual labels:  documentation, sphinx
Codox
Clojure documentation tool
Stars: ✭ 584 (-18.44%)
Mutual labels:  documentation
Docs
Documentation of Vercel and other services
Stars: ✭ 663 (-7.4%)
Mutual labels:  documentation
Adblockfast
Adblock Fast is a new, faster ad blocker for Android, iOS, Chrome, and Opera.
Stars: ✭ 582 (-18.72%)
Mutual labels:  documentation
Pyment
Format and convert Python docstrings and generates patches
Stars: ✭ 577 (-19.41%)
Mutual labels:  documentation
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+3700%)
Mutual labels:  documentation
Bootstrap4 Offline Docs
Bootstrap 4.4 offline documentation
Stars: ✭ 655 (-8.52%)
Mutual labels:  documentation
Bluedoc
An open-source document management tool for enterprise self host.
Stars: ✭ 579 (-19.13%)
Mutual labels:  documentation
Awesome Technical Writing
📚 A curated list of awesome resources : articles, books, videos, tools, podcasts about technical writing
Stars: ✭ 573 (-19.97%)
Mutual labels:  documentation

Awesome Sphinx (Python Documentation Generator)

A curated list of awesome extra libraries, software and resources for Sphinx_ (Python Documentation Generator). Inspired by awesome-sqlalchemy_. (See also other awesome lists__!)

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License__.

Your contributions are welcome.

.. _Sphinx: http://sphinx-doc.org/ .. _awesome-sqlalchemy: https://github.com/dahlia/awesome-sqlalchemy __ https://github.com/sindresorhus/awesome __ http://creativecommons.org/licenses/by-sa/4.0/

.. contents:: Table of Contents :backlinks: none :depth: 3

Sphinx

| Wikipedia: <https://en.wikipedia.org/wiki/Sphinx_(documentation_generator)>__ | Homepage: https://www.sphinx-doc.org/ | Source: git https://github.com/sphinx-doc/sphinx

| Docs: https://www.sphinx-doc.org/en/master/contents.html | Docs: https://www.sphinx-doc.org/en/master/develop.html | Docs: https://www.sphinx-doc.org/en/master/usage/restructuredtext/ | Docs: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html | Docs: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#line-blocks | Docs: http://docutils.sourceforge.net/docs/ref/rst/directives.html | Docs: https://docs.python.org/devguide/documenting.html#sections | Docs: http://sphinx-doc.org/markup/index.html | Docs: http://sphinx-doc.org/glossary.html

Articles & Presentations

Documenting Your Project With Sphinx_ Exercises for the Sphinx Tutorial that Brandon Rhodes often gives at PyCon.

.. _Documenting Your Project With Sphinx: https://github.com/brandon-rhodes/sphinx-tutorial

Extensions

| Source: git https://github.com/sphinx-doc/sphinx/tree/master/sphinx/ext | Docs: https://www.sphinx-doc.org/en/master/extensions.html | Docs: https://www.sphinx-doc.org/en/master/extdev/ | Docs: https://www.sphinx-doc.org/en/master/extdev/appapi.html

breathe_ ReStructuredText and Sphinx bridge to Doxygen.

javasphinx_ Sphinx extension for documenting Java projects.

numpydoc_ NumPy_'s Sphinx extensions.

Releases_ A Sphinx changelog-generating extension.

sphinx-autodoc-annotation_ Use Python 3 annotations in sphinx-enabled docstrings.

sphinx-autodoc-typehints_ Type hints support for the Sphinx autodoc extension

sphinx-fortran-extension_ A Fortran domain and autodocumentation module for Sphinx.

sphinx-git_ git Changelog for Sphinx.

sphinx-jekyll-builder_ sphinx builder that outputs jekyll compatible markdown files with frontmatter

sphinx-markdown-builder_ Sphinx builder that outputs markdown files.

Sphinx-prompt_ Sphinx directive to add unselectable prompt.

Sphinx-pyreverse_ Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagrams from modules.

sphinxcontrib-autojs_ The auto JavaScript documentation Sphinx extension.

sphinxcontrib-autoprogram_ Provides an automated way to document CLI programs.

sphinxcontrib-blockdiag_ Sphinx extension for embedding blockdiag_ diagrams.

sphinxcontrib-cldomain_ Common Lisp domain for Sphinx.

sphinxcontrib-docbookrestapi_ Sphinx extension that generates documentation for api-site from RST files.

sphinxcontrib-fulltoc_ Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings.

sphinxcontrib-httpdomain_ Provides a Sphinx domain for describing RESTful HTTP APIs. Also supports reflection for Flask, Bottle, and Tornado apps.

cornice.ext.sphinxext_ Sphinx extension to build RESTful HTTP API documentation from Pyramid Cornice docstrings.

sphinxcontrib-programoutput_ Sphinx extension to include program output into documents.

sphinxcontrib-napoleon_ Napoleon is a pre-processor that parses NumPy and Google style docstrings.

Tut_ Tut is a tool that helps you write tutorial style documentation using Sphinx.

Sphinx-Needs_ Sphinx-Needs allows the definition, linking, and filtering of need-objects: requirements, specifications, implementations, test cases, and more.

nbsphinx_ Parse, execute, and generate output from Jupyter notebooks as HTML and LaTeX. Markdown in .ipynb is converted to RST with Pandoc. Markdown cells may contain toctree markup for generating tables of contents including .ipynb and .rst files.

Sphinxcontrib-proof_ Sphinx extension to typeset definitions, theorems, proofs, etc.

Sphinxcontrib-packages_ A sphinx extension to list tools installed on the machine generating the documentation (python versions, binaries, python packages, LaTeX packages, etc.). Useful to know which tools are installed on Readthedocs <https://packages.readthedocs.io>__ when writing your own extension.

sphinx-sitemap_ sphinx-sitemap silently generates a sitemap for HTML builds.

sphinx-jsonschema_ Turns a jsonschema_ into an integral part of your documentation. Useful when you want a single source for both validation and documentation of your JSON entities.

sphinx-gitstamp_ Makes the git timestamp for each page available to HTML templates.

.. _blockdiag: http://blockdiag.com/en/blockdiag/index.html .. _breathe: https://github.com/michaeljones/breathe .. _javasphinx: https://github.com/bronto/javasphinx .. _NumPy: http://www.numpy.org/ .. _numpydoc: https://github.com/numpy/numpydoc .. _Releases: https://github.com/bitprophet/releases .. _sphinx-autodoc-annotation: https://github.com/hsoft/sphinx-autodoc-annotation .. _sphinx-autodoc-typehints: https://github.com/agronholm/sphinx-autodoc-typehints .. _sphinx-autodoc-napoleon-typehints: https://github.com/daviskirk/sphinx-autodoc-napoleon-typehints .. _sphinx-fortran-extension: https://github.com/VACUMM/sphinx-fortran .. _sphinx-git: https://github.com/OddBloke/sphinx-git .. _sphinx-jekyll-builder: https://github.com/codejamninja/sphinx-jekyll-builder .. _sphinx-markdown-builder: https://github.com/codejamninja/sphinx-markdown-builder .. _Sphinx-prompt: http://sbrunner.github.io/sphinx-prompt/ .. _Sphinx-pyreverse: https://github.com/alendit/sphinx-pyreverse .. _sphinxcontrib-autojs: https://github.com/lunant/sphinxcontrib-autojs .. _sphinxcontrib-autoprogram: https://pythonhosted.org/sphinxcontrib-autoprogram/ .. _sphinxcontrib-blockdiag: http://blockdiag.com/en/blockdiag/sphinxcontrib.html .. _sphinxcontrib-cldomain: http://cldomain.russellsim.org/ .. _sphinxcontrib-docbookrestapi: https://github.com/stackforge/sphinxcontrib-docbookrestapi .. _sphinxcontrib-fulltoc: https://github.com/dreamhost/sphinxcontrib-fulltoc .. _sphinxcontrib-httpdomain: https://pythonhosted.org/sphinxcontrib-httpdomain/ .. _cornice.ext.sphinxext: http://cornice.readthedocs.io/en/latest/sphinx.html .. _sphinxcontrib-programoutput: https://github.com/NextThought/sphinxcontrib-programoutput .. _sphinxcontrib-napoleon: http://sphinxcontrib-napoleon.readthedocs.io/en/latest/ .. _Tut: https://github.com/nyergler/tut .. _sphinx-gitstamp: https://github.com/jdillard/sphinx-gitstamp .. _Sphinx-Needs: http://sphinxcontrib-needs.readthedocs.io/en/latest/ .. _sphinx-sitemap: https://github.com/jdillard/sphinx-sitemap .. _Sphinxcontrib-proof: https://framagit.org/spalax/sphinxcontrib-proof/ .. _Sphinxcontrib-packages: https://framagit.org/spalax/sphinxcontrib-packages .. _nbsphinx: https://nbsphinx.readthedocs.io/en/latest/ .. _sphinx-jsonschema: https://github.com/lnoor/sphinx-jsonschema .. _jsonschema: http://json-schema.org

Internationalizations

sphinx-intl_ Sphinx utility that make it easy to translate and to apply translation.

.. _sphinx-intl: https://pypi.python.org/pypi/sphinx-intl

Miscellaneous

django-sphinxdoc_ Integrate Sphinx documentation into a Django-powered website. Allows you to use your sites templates, auth and so on. Offers search via Haystack.

ome-documentation_ Sphinx-based documentation for the Open Microscopy Environment.

riv.vim_ ReStructured text editing extensions for Vim, GVim, MacVim; optionally with InstantRst_ gevent live reload.

sphinx-gui_ Desktop GUI for editing Sphinx docs.

sphinx-markdown-sample_ Markdown based sphinx the documentation generator sample.

tinkerer_ Blog engine static HTML5 generator with categories, tags, landing page, nav sidebar, RSS powered by Sphinx and responsive Jinja templates.

ablog_ ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog with atom feeds, archive pages, blog sidebars, Disqus integration, Font-Awesome integration and easy GitHub Pages deploys

.. _django-sphinxdoc: https://pypi.python.org/pypi/django-sphinxdoc .. _InstantRst: https://github.com/Rykka/InstantRst .. _ome-documentation: https://github.com/openmicroscopy/ome-documentation .. _riv.vim: https://github.com/Rykka/riv.vim .. _sphinx-gui: https://github.com/audreyr/sphinx-gui .. _sphinx-markdown-sample: https://github.com/mctenshi/sphinx-markdown-sample .. _tinkerer: https://github.com/vladris/tinkerer .. _ablog: http://ablog.readthedocs.io/

Themes

| Docs: http://sphinx-doc.org/theming.html | Docs: http://sphinx-doc.org/templating.html | Source: git https://github.com/sphinx-doc/sphinx/tree/master/sphinx/themes

Alabaster_ Modified Kr Sphinx doc theme.

flask-sphinx-themes_ Sphinx Themes for Flask related projects and Flask itself.

krTheme Sphinx Style_ Sphinx theme Kenneth Reitz uses for most projects e.g. Requests_.

Sphinx Readable Theme_ A clean and readable Sphinx theme with focus on autodoc – documentation from docstrings.

sphinx-better-theme_ A theme for Sphinx that looks nice, is easy to style with CSS, works well on small screens and mobile devices, and organizes the page better.

sphinx_rtd_theme_ Sphinx theme for readthedocs.io_.

sphinx-theme-graphite_ A slightly muted light-on-dark theme for the Sphinx document generator using only CSS.

sphinxjp.themes.basicstrap_ Sphinx theme built with responsive Bootstrap_.

sublee-sphinx-themes_ Sphinx themes Heungsub Lee uses for his projects e.g. Energy_, Korean_, Ranking_, TrueSkill_.

sphinx-py3doc-enhanced-theme_ A theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.

sphinx-bootstrap-theme_ Integrates Bootstrap CSS/Javascript framework responsive design with any Bootswatch CSS themes.

sphinx-foundation-theme_ Theme based on the Foundation 4 CSS framework.

sphinx-nameko-theme_ Forked from Sphinx Readable Theme, combined with elements of the Read The Docs theme.

sphinx-guzzle-theme_ Sphinx theme used by Guzzle: http://guzzlephp.org

sphinx-hbp-theme_ HumanBrainProject Collaboratory Sphinx Theme.

crate-docs-theme_ This project provides a Sphinx theme for Crate's documentation that is compatible with ReadTheDocs.

solar-theme_ Solar is an attempt to create a theme for the Python Sphinx documentation generator based on the Solarized color scheme.

sphinxtrap-theme_ Sphinxtrap is a minimalist bootstrap2-based + fontawesome sphinx theme.

mdn-sphinx-theme_ This is a version of the Mozilla Developer Network theme, for the Sphinx documentation engine.

sphinx_adc_theme_ The Apple Developer Connection theme for sphinx

.. _Alabaster: https://github.com/bitprophet/alabaster .. _bootstrap: https://github.com/twbs/bootstrap .. _Energy: http://pythonhosted.org/energy/ .. _flask-sphinx-themes: https://github.com/pallets/flask-sphinx-themes .. _Korean: https://pythonhosted.org/korean/ .. _krTheme Sphinx Style: https://github.com/kennethreitz/kr-sphinx-themes .. _Ranking: http://pythonhosted.org/ranking/ .. _readthedocs.io: https://readthedocs.io .. _Requests: http://docs.python-requests.org/ .. _Sphinx Readable Theme: https://sphinx-readable-theme.readthedocs.io/en/latest/ .. _sphinx-better-theme: http://sphinx-better-theme.readthedocs.io/en/latest/ .. _sphinx_rtd_theme: https://github.com/snide/sphinx_rtd_theme .. _sphinx-theme-graphite: https://github.com/Cartroo/sphinx-theme-graphite .. _sphinxjp.themes.basicstrap: https://github.com/tell-k/sphinxjp.themes.basicstrap .. _sublee-sphinx-themes: https://github.com/sublee/sublee-sphinx-themes .. _TrueSkill: http://trueskill.org/ .. _sphinx-py3doc-enhanced-theme: https://github.com/ionelmc/sphinx-py3doc-enhanced-theme .. _sphinx-bootstrap-theme: https://github.com/ryan-roemer/sphinx-bootstrap-theme .. _sphinx-foundation-theme: https://github.com/peterhudec/foundation-sphinx-theme .. _sphinx-nameko-theme: https://github.com/onefinestay/sphinx-nameko-theme .. _sphinx-guzzle-theme: https://github.com/guzzle/guzzle_sphinx_theme .. _sphinx-hbp-theme: https://github.com/HumanBrainProject/hbp-sphinx-theme/ .. _crate-docs-theme: https://github.com/crate/crate-docs-theme .. _solar-theme: https://github.com/vimalkvn/solar-theme .. _sphinxtrap-theme: https://github.com/jfardello/Sphinxtrap .. _mdn-sphinx-theme: https://github.com/mdn/sphinx-theme .. _sphinx_adc_theme: https://github.com/mga-sphinx/sphinx_adc_theme

Publication

Read the Docs_ Read the Docs hosts documentation, making it fully searchable and easy to find. You can import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. It supports webhooks__ so your docs get built when you commit code. There's also support for versioning so you can build docs from tags and branches of your code in your repository. A full list of features__ is available.

Okydoky_ Automated docs builder using Sphinx/GitHub/Distribute for private use.

sphinx-autobuild_ Watch a Sphinx directory and rebuild the documentation when a change is detected.

sphinx-server_ A universal Sphinx Server based on sphinx-autobuild_ with Docker support that can be used in production (self-hosted) and for documentation development, bundled with PlantUML, Graphviz and HTTP authentication.

sphinx-me_ Wraps your README-only projects in a dynamic Sphinx shell for hosting on Read the Docs_.

Sphinx to GitHub_ Script to prepare Sphinx html output for GitHub Pages_.

ghp-import_ Script to overwrite a gh-pages/master branch with a .nojekyll file for GitHub Pages_.

.. _ghp-import: https://pypi.python.org/pypi/ghp-import .. _GitHub Pages: https://pages.github.com/ .. _Okydoky: https://pypi.python.org/pypi/Okydoky __ http://read-the-docs.readthedocs.io/en/latest/webhooks.html __ http://read-the-docs.readthedocs.io/en/latest/features.html .. _Read the Docs: https://readthedocs.io/ .. _sphinx-autobuild: https://github.com/GaretJax/sphinx-autobuild .. _sphinx-server: https://github.com/dldl/sphinx-server .. _sphinx-me: https://github.com/stephenmcd/sphinx-me .. _Sphinx to GitHub: https://github.com/michaeljones/sphinx-to-github

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].