Skip to content

Instantly share code, notes, and snippets.

View bittner's full-sized avatar
🐍
Python is my love affair

Peter Bittner bittner

🐍
Python is my love affair
View GitHub Profile
@bittner
bittner / Doxyfile
Created January 18, 2023 23:12
Doxygen example configuration for Python projects. Generates call graphs, ignores test modules.
# Example Doxyfile for a Python (package) project.
#
# - Install Doxgen (e.g. via `sudo apt-get install doxygen`).
# - Run `doxgen` to generate HTML documentation in a `html/` subdirectory.
#
# Generates call graphs, picks up all modules recursively, ignores test modules.
# Docstrings are rendered in typewriter; this may be able to fix via the
# `doxypypy` Python module used as filter for `*.py`.
#
# Inspired by: (see for screenshots!)