mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-11 05:24:49 -05: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`
|