All Projects → sphinx-doc → Sphinx

sphinx-doc / Sphinx

Licence: other
Main repository for the Sphinx documentation builder

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
TeX
3793 projects
HTML
75241 projects
CSS
56736 projects
common lisp
692 projects

Projects that are alternatives of or similar to Sphinx

Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (-91.19%)
Mutual labels:  documentation, documentation-tool, sphinx
Sphinx Gallery
Sphinx extension for automatic generation of an example gallery
Stars: ✭ 239 (-94.46%)
Mutual labels:  documentation, sphinx
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (-94.85%)
Mutual labels:  documentation, documentation-tool
Devdocs Macos
An unofficial DevDocs API Documentation viewer for macOS.
Stars: ✭ 258 (-94.02%)
Mutual labels:  documentation, documentation-tool
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: ✭ 164 (-96.2%)
Mutual labels:  documentation, sphinx
Hippie Swagger
API testing tool with automatic swagger assertions
Stars: ✭ 166 (-96.15%)
Mutual labels:  documentation, documentation-tool
sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (-99.14%)
Mutual labels:  sphinx, documentation-tool
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-96.82%)
Mutual labels:  documentation, sphinx
Literate.jl
Simple package for literate programming in Julia
Stars: ✭ 272 (-93.69%)
Mutual labels:  documentation, documentation-tool
Investigate.vim
A Vim plugin for looking up documentation
Stars: ✭ 282 (-93.46%)
Mutual labels:  documentation, documentation-tool
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (-93.37%)
Mutual labels:  documentation, documentation-tool
Simpler Paper
elegant document generation tool.
Stars: ✭ 151 (-96.5%)
Mutual labels:  documentation, documentation-tool
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (-96.68%)
Mutual labels:  documentation, sphinx
Awesome Documentation Tools
🔥 📚 All the tools, processes and resources you need to create an awesome API & Project documentation
Stars: ✭ 138 (-96.8%)
Mutual labels:  documentation, documentation-tool
Docsify
🃏 A magical documentation site generator.
Stars: ✭ 19,310 (+347.72%)
Mutual labels:  documentation, documentation-tool
sphinx press theme
A Sphinx-doc theme based on Vuepress
Stars: ✭ 113 (-97.38%)
Mutual labels:  sphinx, documentation-tool
Documentalist
📝 A sort-of-static site generator optimized for living documentation of software projects
Stars: ✭ 130 (-96.99%)
Mutual labels:  documentation, documentation-tool
Docs
Documentation site
Stars: ✭ 128 (-97.03%)
Mutual labels:  documentation, sphinx
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (-93.79%)
Mutual labels:  documentation, sphinx
Compodoc
📔 The missing documentation tool for your Angular, Nest & Stencil application
Stars: ✭ 3,567 (-17.3%)
Mutual labels:  documentation, documentation-tool

Sphinx

Package on PyPI Documentation Status Build Status (AppVeyor) Build Status (CircleCI) Code Coverage Status (Codecov) BSD 3 Clause Open Source Helpers badge

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages are planned.

Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils.

Among its features are the following:

  • Output formats: HTML (including derivative formats such as HTML Help, Epub and Qt Help), plain text, manual pages and LaTeX or direct PDF output using rst2pdf
  • Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information
  • Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children
  • Automatic indices: general index as well as a module index
  • Code handling: automatic highlighting using the Pygments highlighter
  • Flexible HTML output using the Jinja 2 templating engine
  • Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings
  • Setuptools integration

For more information, refer to the the documentation.

Installation

Sphinx is published on PyPI and can be installed from there:

pip install -U sphinx

We also publish beta releases:

pip install -U --pre sphinx

If you wish to install Sphinx for development purposes, refer to the contributors guide.

Documentation

Documentation is available from sphinx-doc.org.

Get in touch

  • Report bugs, suggest features or view the source code on GitHub.
  • For less well defined questions or ideas, use the mailing list.

Please adhere to our code of conduct.

Testing

Continuous testing is provided by Travis (for unit tests and style checks on Linux), AppVeyor (for unit tests on Windows), and CircleCI (for large processes like TeX compilation).

For information on running tests locally, refer to the contributors guide.

Contributing

Refer to the contributors guide.

Release signatures

Releases are signed with following keys:

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].