Skip to content

Commit

Permalink
Merge pull request #7860 from tk0miya/7841_update_docs
Browse files Browse the repository at this point in the history
doc: Add modname separator tip for autodoc (refs: #7841)
  • Loading branch information
tk0miya authored Jun 25, 2020
2 parents 275d93b + 42f29b6 commit 03e85df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/usage/extensions/autodoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,

.. versionadded:: 1.3

* As a hint to autodoc extension, you can put a ``::`` separator in between
module name and object name to let autodoc know the correct module name if
it is ambiguous. ::

.. autoclass:: module.name::Noodle


.. rst:directive:: autofunction
autodecorator
Expand Down

0 comments on commit 03e85df

Please sign in to comment.