<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/development/tutorials/examples/autodoc_intenum.py, branch 4.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>doc: Improve autodoc extension example</title>
<updated>2021-12-06T11:31:09+00:00</updated>
<author>
<name>Jouke Witteveen</name>
<email>j.witteveen@gmail.com</email>
</author>
<published>2021-12-06T11:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e200e7b7c122be696685722a119a0a2764b35052'/>
<id>e200e7b7c122be696685722a119a0a2764b35052</id>
<content type='text'>
Enumerations can have aliases, which should be documented as well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enumerations can have aliases, which should be documented as well.</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix autodoc extension example</title>
<updated>2021-12-02T15:50:09+00:00</updated>
<author>
<name>Jouke Witteveen</name>
<email>j.witteveen@gmail.com</email>
</author>
<published>2021-12-02T15:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=bc849e2170db3fa09dd498e4737a056c0fbfceaa'/>
<id>bc849e2170db3fa09dd498e4737a056c0fbfceaa</id>
<content type='text'>
`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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`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.</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Create autodoc extension tutorial</title>
<updated>2021-03-09T14:56:46+00:00</updated>
<author>
<name>igo95862</name>
<email>igo95862@yandex.ru</email>
</author>
<published>2021-03-08T09:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1ac05a2a832dfecfbf9431e919cb9f3b99ebf11f'/>
<id>1ac05a2a832dfecfbf9431e919cb9f3b99ebf11f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
