sphinx/doc/development/tutorials
Jouke Witteveen bc849e2170
doc: Fix autodoc extension example
`directivetype` is set to mimic `ClassDocumenter`. Reflect that.

`isinstance` would work on the enum members, but that is not what we want here.
`issubclass` raises a TypeError when called on objects that are not classes.
2021-12-02 16:50:09 +01:00
..
examples doc: Fix autodoc extension example 2021-12-02 16:50:09 +01:00
autodoc_ext.rst doc: Added reflink to autodoc tutorial 2021-03-09 17:57:30 +03:00
helloworld.rst doc: Upgrade docutils.sourceforge.io links to HTTPS 2021-05-16 15:53:49 +03:00
index.rst doc: Added autodoc extension tutorial to tutorials index 2021-03-09 17:57:30 +03:00
recipe.rst doc: Upgrade docutils.sourceforge.io links to HTTPS 2021-05-16 15:53:49 +03:00
todo.rst doc: Upgrade docutils.sourceforge.io links to HTTPS 2021-05-16 15:53:49 +03:00