-
-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial migration to furo * Use serif font; add home link * Clean up logos
- Loading branch information
Showing
14 changed files
with
94 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* Headings */ | ||
|
||
h2, h3, h4, h5, h6 { | ||
font-weight: 400; | ||
} | ||
|
||
/* Left and ride sidebars */ | ||
.sidebar-drawer, .toc-drawer { | ||
/* Sans-serif system font stack */ | ||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; | ||
} | ||
|
||
/* Hide ToC caption text within the main body (but leave them in the side-bar). */ | ||
/* https://github.com/hynek/structlog/blob/b488a8bf589a01aabc41e3bf8df81a9848cd426c/docs/_static/custom.css#L17-L20 */ | ||
#furo-main-content span.caption-text { | ||
display: none; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
.. _api: | ||
|
||
************* | ||
API Reference | ||
************* | ||
|
||
.. toctree:: | ||
:caption: API Reference | ||
|
||
top_level | ||
marshmallow.schema | ||
marshmallow.fields | ||
marshmallow.decorators | ||
marshmallow.validate | ||
marshmallow.utils | ||
marshmallow.error_store | ||
marshmallow.class_registry | ||
marshmallow.exceptions | ||
|
||
Private API | ||
=========== | ||
|
||
.. toctree:: | ||
:caption: Private API | ||
|
||
marshmallow.types | ||
marshmallow.class_registry | ||
marshmallow.error_store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
****** | ||
Donate | ||
****** | ||
|
||
If you find marshmallow useful, please consider supporting the team with a donation: | ||
|
||
.. image:: https://opencollective.com/marshmallow/donate/[email protected] | ||
:target: https://opencollective.com/marshmallow | ||
:alt: Donate to our Open Collective | ||
:height: 50px | ||
|
||
Your donation keeps marshmallow healthy and maintained. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Class Registry | ||
Class registry | ||
============== | ||
|
||
.. automodule:: marshmallow.class_registry | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Error Store | ||
Error store | ||
=========== | ||
|
||
.. automodule:: marshmallow.error_store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Utility Functions | ||
Utility functions | ||
================= | ||
|
||
.. automodule:: marshmallow.utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters