.. myanimelistpy documentation master file, created by sphinx-quickstart on Mon Jul 25 10:47:49 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to myanimelistpy's documentation! ========================================= .. image:: ../images/myanimelistpy-logo-rounded.png :align: center :alt: myanimelistpy logo .. centered:: A library to use the MyAnimeList API more easily. .. toctree:: :maxdepth: 2 :hidden: Getting-started/index Manuals/reference Installation ++++++++++++ .. _installation: How to install the myanimelistpy library. .. code:: sh pip install myanimelistpy or .. code:: sh # Linux/macOS python3 -m pip install -U myanimelistpy # Windows py -m pip install -U myanimelistpy Getting started +++++++++++++++ Is this your first time using the library? This is the place to get started! :doc:`Click here ` to check how to use **myanimelispy** and start developing with us. Manuals +++++++ These pages go into great detail about everything the library can do. - :doc:`Reference Manual ` Help ++++ If you're having any issues or questions with the library, head over to our `GitHub issues page `_ and let us know.