docs upload

This commit is contained in:
deesiigneer
2022-07-23 19:33:28 +03:00
parent da86771e3c
commit b00b2b76cd
13 changed files with 319 additions and 0 deletions

35
docs/index.rst Normal file
View File

@@ -0,0 +1,35 @@
:theme_html_remove_secondary_sidebar:
Welcome to pyspapi
===================
API wrapper for SP servers written in Python.
Getting started
---------------
Is this your first time using the library? This is the place to get started!
- **First steps:** :ref:`Quickstart <quickstart>`
- **Examples:** Many examples are available in the `examples directory <https://github.com/deesiigneer/pyspapi/tree/main/examples/>`_.
Getting help
------------
If you're having trouble with something, these resources might help.
- Ask questions in `Discord <https://discord.gg/VbyHaKRAaN>`_ server.
- If you're looking for something specific, try the :ref:`searching <search>`.
- Report bugs in the `issue tracker <https://github.com/deesiigneer/pyspapi/issues>`_.
- Ask in `GitHub discussions page <https://github.com/deesiigneer/pyspapi/discussions>`_.
Manuals
-------
These pages go into great detail about everything the API can do.
.. toctree::
:maxdepth: 1
api
quickstart