Hawkmoth - Sphinx Autodoc for C
Project description
Hawkmoth is a minimalistic Sphinx C Domain autodoc directive extension to incorporate formatted C source code comments written in reStructuredText into Sphinx based documentation. It uses Clang Python Bindings for parsing, and generates C Domain directives for C API documentation, and more. In short, Hawkmoth is Sphinx Autodoc for C.
Hawkmoth aims to be a compelling alternative for documenting C projects using Sphinx, mainly through its simplicity of design, implementation and use.
Example
Given C source code with rather familiar looking documentation comments:
/** * Get foo out of bar. */ void foobar();
and a directive in the Sphinx project:
.. c:autodoc:: filename.c
you can incorporate code documentation into Sphinx. It’s as simple as that.
You can document functions, their parameters and return values, structs, unions, their members, macros, function-like macros, enums, enumeration constants, typedefs, variables, as well as have generic documentation comments not attached to any symbols.
Documentation
Documentation on how to configure Hawkmoth and write documentation comments, with examples, is available in the doc directory in the source tree, obviously in Sphinx format and using the directive extension. Pre-built documentation showcasing what Hawkmoth can do is available at Read the Docs.
Installation
You can install Hawkmoth from PyPI with:
pip install hawkmoth
You’ll additionally need to install Clang and Python 3 bindings for it through your distro’s package manager; they are not available via PyPI. You may also need to set LD_LIBRARY_PATH so that the Clang library can be found. For example:
export LD_LIBRARY_PATH=$(llvm-config --libdir)
Alternatively, installation packages are available for:
In Sphinx conf.py, add hawkmoth to extensions, and point cautodoc_root at the source tree. See the extension documentation for details.
Development and Contributing
Hawkmoth source code is available on GitHub. The development version can be checked out via git using this command:
git clone https://github.com/jnikula/hawkmoth.git
Please file bugs and feature requests as GitHub issues. Contributions are welcome both as emailed patches to the mailing list and as pull requests.
Dependencies
Python 3.4
Sphinx 1.8
Clang 6.0
Python 3 Bindings for Clang 6.0
sphinx-testing 1.0.0 (for development)
These are the versions Hawkmoth is currently being developed and tested against. Other versions might work, but no guarantees.
License
Hawkmoth is free software, released under the 2-Clause BSD License.
Contact
IRC channel #hawkmoth on freenode.
Mailing list hawkmoth@freelists.org. Subscription information at the list home page.
Project details
Release history Release notifications | RSS feed
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 hawkmoth-0.4.tar.gz
.
File metadata
- Download URL: hawkmoth-0.4.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb2176f403e51c531073c80b57453b6541e71c19afe8f2b77732287dd5d9bfc7 |
|
MD5 | aab6cd2df9d1f58125a1f766548ad854 |
|
BLAKE2b-256 | 70d0cbc2f07572ff029bfbc544082f86d49e0c0bcaf0345aa65e120b3fc0f508 |
File details
Details for the file hawkmoth-0.4-py3-none-any.whl
.
File metadata
- Download URL: hawkmoth-0.4-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1d4e30f8e711ce33f48787676600d3349fa6192b9577f34fde529641eb8b937 |
|
MD5 | 0e8ce77d8d2626790b8c7f51bb576ef8 |
|
BLAKE2b-256 | 79a4f498abf111601bf16d6a2580162178c449ae6fa03ae48ec14e31c8fbf583 |