drgn/docs
Omar Sandoval 7c70a1a384 libdrgn/python: add proper type for enumerators
Currently, type members, enumerators, and parameters are all represented
by tuples in the Python bindings. This is awkward to document and
implement. Instead, let's replace these tuples with proper types,
starting with the easiest one, TypeEnumerator. This one still makes
sense to treat as a sequence so that it can be unpacked as (name,
value).
2020-02-12 15:37:41 -08:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
exts Format Python code with Black 2020-01-14 11:51:58 -08:00
advanced_usage.rst docs: fix Btrfs debugger example 2019-10-02 17:24:11 -07:00
api_reference.rst libdrgn/python: add proper type for enumerators 2020-02-12 15:37:41 -08:00
conf.py Format Python code with Black 2020-01-14 11:51:58 -08:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
helpers.rst Document with Sphinx 2019-04-11 12:48:15 -07:00
index.rst libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
installation.rst Document PyPI package and installation with pip 2020-01-23 15:15:33 -08:00
requirements.txt docs: add requirements.txt 2020-01-14 16:27:10 -08:00
user_guide.rst Add basic stack trace support 2019-08-02 00:26:28 -07:00