Skip to content

Commit

Permalink
separate index entry in docs toc + update for aiorequestful 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jul 12, 2024
1 parent a4a3a37 commit f2a331a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,11 @@ What's in this documentation
reference/musify.types
reference/musify.utils

.. raw:: html

<hr>

.. toctree::
:maxdepth: 1

genindex
2 changes: 1 addition & 1 deletion docs/info/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Create a new branch in your local git project and commit changes to this branch

All tests are located within ``./tests``.
If you make any changes to the functionality of the package, you **must** either modify or add new tests for these changes.
To run tests, you must have installed either the ``test`` or ``dev`` optional dependencies and run ``pytest`` i.e.:
To run tests, you must have installed either the ``test`` or ``dev`` optional dependencies and run ``pytest`` e.g.:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion musify/libraries/remote/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from aiorequestful.cache.backend.base import ResponseCache
from aiorequestful.cache.exception import CacheError
from aiorequestful.cache.session import CachedSession
from aiorequestful.request.handler import RequestHandler
from aiorequestful.request import RequestHandler
from aiorequestful.response.payload import JSONPayloadHandler
from aiorequestful.types import ImmutableJSON, JSON
from yarl import URL
Expand Down

0 comments on commit f2a331a

Please sign in to comment.