Doxygen / Sphinx bridge, with autodoc and autosummary
Project description
This a (pre-alpha) extension for sphinx that to read and display Doxygen XML output. It is similar to Breathe. The implementation extends sphinx.ext.autodoc and sphinx.ext.autosummary as closely as possble.
Usage
In your Sphinx conf.py add 'sphinxcontrib.autodoc_doxygen' to the list of extensions, and set the variable doxygen_xml to a string containing the path to the directory containing your Doxygen XML output.
This adds the following RST directives.
autodoxysummary autodoxyclass autodoxymethod autodoxyenum
Examples
.. autodoxysummary:: :toctree: generated/ :template: doxyclass.rst OpenMM::CustomIntegrator OpenMM::CustomCompoundBondForce
This produces the output shown here
Installation
You can install it with pip (py27 or py33+):
pip install sphinxcontrib-autodoc_doxygen
The necessary dependences should be grabbed by pip. If you have trouble getting lxml, here are some tips:
If you use the Anaconda Python distribution, run conda install lxml. With the system package manager on linux, sudo apt-get install python-lxml or sudo yum install python-lxml should do the trick. On Windows, you may be able to download the lxml from Christoph Gohlke’s repository. On OS X, try the following long command brew install libxslt libxml2; LDFLAGS="-L/usr/local/opt/libxslt/lib -L/usr/local/opt/libxml2/lib" CPPFLAGS="-I/usr/local/opt/libxml2/include -I/usr/local/opt/libxslt/include" pip install lxml. It may take a long time (~5 minutes), but once the wheel is built, it will be cache, so you only need to do this once, even if switch virtualenvs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinxcontrib-autodoc_doxygen-0.2.0.tar.gz
.
File metadata
- Download URL: sphinxcontrib-autodoc_doxygen-0.2.0.tar.gz
- Upload date:
- Size: 250.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb63da8abb3752d2369c07d28fbde6814178b5aae3f84cd312569afd8fa4694a |
|
MD5 | 733ce34a0ba708ecab22f6590e519fd0 |
|
BLAKE2b-256 | 8a0eed0c35770637ca131500c35122162095b103d1efdc99230306918cf9fd1c |
File details
Details for the file sphinxcontrib_autodoc_doxygen-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: sphinxcontrib_autodoc_doxygen-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e4d9e6534c0d483cf3bc048389bc6d80f3246e070e2ff8f0d375d60064b562 |
|
MD5 | ccd65368101dd5943bb5335a1f3894ba |
|
BLAKE2b-256 | 442bac0cdb44227475f43f07c16101dada77dfa2b1f3ed3a4ab11a4e0a9761a0 |