Skip to content

Commit

Permalink
Minor documentation styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 21, 2022
1 parent b0fd6c4 commit 4f263c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.py .class, .py .method, .py .property {
.py.class, .py.function, .py.method, .py.property {
margin-top: 20px;
}
3 changes: 3 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ API Reference
.. autoclass:: microdot.Response
:members:

.. autoclass:: microdot.NoCaseDict
:members:

.. autoclass:: microdot.MultiDict
:members:

Expand Down

0 comments on commit 4f263c6

Please sign in to comment.