mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-07 07:49:52 +00:00
Update autodoc of irclib to work better with the current doc in testing.
This commit is contained in:
@ -15,35 +15,32 @@ It is usually the `irc` object given to plugin commands.
|
|||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
|
|
||||||
.. attribute:: zombie
|
|
||||||
|
|
||||||
Whether or not this object represents a living IRC connection.
|
|
||||||
|
|
||||||
:type: bool
|
|
||||||
|
|
||||||
.. attribute:: network
|
|
||||||
|
|
||||||
The name of the network this object is connected to.
|
|
||||||
|
|
||||||
:type: str
|
|
||||||
|
|
||||||
.. attribute:: startedAt
|
|
||||||
|
|
||||||
:type: float
|
|
||||||
|
|
||||||
|
|
||||||
.. _supybot-irclib-ircstate:
|
.. _supybot-irclib-ircstate:
|
||||||
|
|
||||||
IrcState
|
IrcState
|
||||||
========
|
========
|
||||||
|
|
||||||
Used mainly as the `state` attribute of :py:class:`supybot.irclib.Irc` objects.
|
Used mainly as the ``state`` attribute of :py:class:`supybot.irclib.Irc` objects.
|
||||||
|
|
||||||
.. autoclass:: supybot.irclib.IrcState
|
.. autoclass:: supybot.irclib.IrcState
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. _supybot-irclib-ircstatefsm:
|
||||||
|
|
||||||
|
IrcStateFsm
|
||||||
|
===========
|
||||||
|
|
||||||
|
Used as the ``fsm`` attribute of :py:class:`supybot.irclib.IrcState` objects
|
||||||
|
|
||||||
|
.. autoclass:: supybot.irclib.IrcStateFsm
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
|
||||||
|
|
||||||
.. _supybot-irclib-channelstate:
|
.. _supybot-irclib-channelstate:
|
||||||
|
|
||||||
ChannelState
|
ChannelState
|
||||||
@ -61,4 +58,4 @@ Other classes
|
|||||||
|
|
||||||
.. automodule:: supybot.irclib
|
.. automodule:: supybot.irclib
|
||||||
:members:
|
:members:
|
||||||
:exclude-members: Irc, IrcState, ChannelState
|
:exclude-members: Irc, IrcState, IrcStateFsm, ChannelState
|
||||||
|
Reference in New Issue
Block a user