mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
26 lines
383 B
ReStructuredText
26 lines
383 B
ReStructuredText
module_option
|
|
=============
|
|
|
|
.. py:class:: B
|
|
:module: test.extra
|
|
|
|
This is also a test.
|
|
|
|
|
|
.. py:method:: B.baz()
|
|
:module: test.extra
|
|
|
|
Does something similar to :meth:`foo`.
|
|
|
|
|
|
.. py:method:: B.foo()
|
|
:module: test.extra
|
|
|
|
Does something.
|
|
|
|
|
|
.. py:method:: B.test()
|
|
:module: test.extra
|
|
|
|
Does something completely unrelated to :meth:`foo`
|