Test on sphinx syntax 7

This commit is contained in:
Shadow15510 2023-07-22 11:35:58 +02:00
parent 785b6de7f7
commit e5525b4ab8
2 changed files with 2 additions and 3 deletions

View File

@ -3,5 +3,4 @@
Bot
---
.. automodule:: irc_api.bot
:ignore-module-all:
.. module:: irc_api.bot

View File

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