Add tutorial section on documenting Python objects

This commit is contained in:
Juan Luis Cano Rodríguez
2021-08-09 14:59:15 +02:00
parent 1a1e45f1af
commit 2c1fa831c1
5 changed files with 115 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ In short:
component of the target. For example, ``:py:meth:`~Queue.Queue.get``` will
refer to ``Queue.Queue.get`` but only display ``get`` as the link text.
.. _python-domain:
The Python Domain
-----------------