drgn/docs
Omar Sandoval 36068a0ea8 Fix trailing commas for Black v20.8b1
Black was recently changed to treat a trailing comma as an indicator to
put each item/argument on its own line. We have a bunch of places where
something previously had to be split into multiple lines, then was
edited to fit on one line, but Black kept the trailing comma. Now this
update wants to unnecessarily split it back up. For now, let's get rid
of these commas. Hopefully in the future Black has a way to opt out of
this.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2020-08-27 11:31:29 -07:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
exts Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
advanced_usage.rst docs: fix broken link to drgn.h 2020-07-27 11:56:36 -07:00
api_reference.rst Associate types with program 2020-08-26 17:41:09 -07:00
conf.py Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
helpers.rst Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
index.rst libdrgn: make program components pluggable 2019-05-10 12:41:07 -07:00
installation.rst Add CONTRIBUTING.rst 2020-07-07 17:44:02 -07:00
user_guide.rst docs: mention tools directory 2020-04-17 16:15:35 -07:00