You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to how :meta private:, :meta public:, or :meta hide-value: in Sphinx work (see the docs here), I would want to be able to mark function as a decorator/abstractmethod/etc using something like this:
deffunction():
""" Description of the method :trio decorator: :trio classmethod: """
It should probably be possible to base its implementation on Sphinx's own implementation used for the :meta: fields.
The text was updated successfully, but these errors were encountered:
Similarly to how
:meta private:
,:meta public:
, or:meta hide-value:
in Sphinx work (see the docs here), I would want to be able to mark function as a decorator/abstractmethod/etc using something like this:It should probably be possible to base its implementation on Sphinx's own implementation used for the
:meta:
fields.The text was updated successfully, but these errors were encountered: