mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
Documentation updates
This commit is contained in:
23
docs/source/api.rst
Normal file
23
docs/source/api.rst
Normal file
@@ -0,0 +1,23 @@
|
||||
.. _pytiled-api:
|
||||
|
||||
PyTiled Parser API
|
||||
==================
|
||||
|
||||
This page documents the Application Programming Interface (API)
|
||||
for the PyTiled Parser library.
|
||||
|
||||
.. automodule:: pytiled_parser.xml_parser
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytiled_parser.objects
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytiled_parser.utilities
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Reference in New Issue
Block a user