Test on sphinx syntax 6

This commit is contained in:
Shadow15510 2023-07-22 11:30:48 +02:00
parent 4157fbcf63
commit 9924c7a7f6
3 changed files with 7 additions and 12 deletions

View File

@ -4,11 +4,3 @@
Bot
---
.. automodule:: irc_api.bot
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: irc_api.bot.Bot
:members:
:undoc-members:
:show-inheritance:

View File

@ -4,7 +4,6 @@
IRC
---
.. automodule:: irc_api.irc
:members:
:undoc-members:
.. autoclass:: irc_api.irc.IRC
:undoc-members:
:show-inheritance:

View File

@ -1,4 +1,8 @@
"""Provide a Bot class that react to IRC's message and events."""
"""
Provide a Bot class that react to IRC's message and events.
.. autoclass:: Bot
"""
import logging
import time