mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
30 lines
784 B
Plaintext
30 lines
784 B
Plaintext
.. MO2 Python Plugin API documentation master file, created by
|
|
sphinx-quickstart on Wed Jul 15 19:36:59 2020.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to MO2 Python Plugin API's documentation!
|
|
=================================================
|
|
|
|
Plugins are a way to extend Mod Organizers functionality. You can write plugins in either C++ or Python,
|
|
theoretically with either being as powerful as the other.
|
|
This documentation is dedicated to writting MO2 **Python** plugins.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
setup-tools
|
|
plugin-types
|
|
writing-plugins
|
|
faq
|
|
|
|
|
|
|
|
.. Indices and tables
|
|
.. ==================
|
|
|
|
.. * :ref:`genindex`
|
|
.. * :ref:`modindex`
|
|
.. * :ref:`search`
|