API Reference docs update

This commit is contained in:
Darren Eberly
2022-07-07 01:54:44 -04:00
parent 25067b276f
commit ddf314e4f0
17 changed files with 310 additions and 102 deletions

17
docs/api/parser.rst Normal file
View File

@@ -0,0 +1,17 @@
.. _parser_api:
Parser
======
This module exposes the actual parsing functions. If you are creating an implementation, this is
what you will actually pass a file to and receive back a PyTiled Parser Map or World class depending
on what you're parsing.
pytiled_parser.parse_map
^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: pytiled_parser.parse_map
pytiled_parser.parse_world
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: pytiled_parser.parse_world