Skip to content

Commit 0bf372e

Browse files
committed
added fansites section to supported sections
1 parent 6164d4e commit 0bf372e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,9 @@ Additionally, parsers attempt to detect when the HTML belongs to a different sec
640640
.. autoclass:: tibiapy.parsers.CMPostArchiveParser
641641
:members:
642642

643+
.. autoclass:: tibiapy.parsers.FansitesSectionParser
644+
:members:
645+
643646
.. autoclass:: tibiapy.parsers.ForumAnnouncementParser
644647
:members:
645648

docs/intro.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Supported Sections
107107
+----------------------------------+--------------------------------------------------------------+---------------------------------------------+
108108
| Guilds_ (Wars) | :meth:`tibiapy.parsers.GuildWarsParser.from_content` | :meth:`Client.fetch_guild_wars` |
109109
+----------------------------------+--------------------------------------------------------------+---------------------------------------------+
110+
| Fansites_ | :meth:`tibiapy.parsers.FansitesSectionParser.from_content` | :meth:`Client.fetch_fansites_section` |
111+
+----------------------------------+--------------------------------------------------------------+---------------------------------------------+
110112
| Forums_ (Section) | :meth:`tibiapy.parsers.ForumSectionParser.from_content` | :meth:`Client.fetch_forum_world_boards` |
111113
| | | :meth:`Client.fetch_forum_trade_boards` |
112114
| | | :meth:`Client.fetch_forum_community_boards` |
@@ -150,6 +152,7 @@ Supported Sections
150152
.. _Creature Library: https://www.tibia.com/library/?subtopic=creatures
151153
.. _Event Schedule: https://www.tibia.com/news/?subtopic=eventcalendar
152154
.. _Guilds: https://www.tibia.com/community/?subtopic=guilds
155+
.. _Fansites: https://www.tibia.com/community/?subtopic=fansites
153156
.. _Forums: https://www.tibia.com/community/?subtopic=forum
154157
.. _Highscores: https://www.tibia.com/community/?subtopic=highscores
155158
.. _Houses: https://www.tibia.com/community/?subtopic=houses

0 commit comments

Comments
 (0)