-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
403 additions
and
407 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,23 @@ | ||
/* Headings */ | ||
|
||
h2, h3, h4, h5, h6 { | ||
font-weight: 400; | ||
} | ||
|
||
/* UI elements: left and right sidebars, "Back to top" button, admonitions, Copy button */ | ||
.sidebar-drawer, .toc-drawer, .back-to-top, .admonition, .copybtn { | ||
/* 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; | ||
} | ||
|
||
/* Links */ | ||
|
||
a:link, a:visited { | ||
color: var(--color-link); | ||
} | ||
|
||
/* 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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,23 @@ | ||
.. _api: | ||
|
||
************* | ||
API Reference | ||
************* | ||
|
||
.. toctree:: | ||
:caption: API Reference | ||
|
||
top_level | ||
marshmallow.schema | ||
marshmallow.fields | ||
marshmallow.decorators | ||
marshmallow.validate | ||
marshmallow.utils | ||
marshmallow.experimental.context | ||
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
Oops, something went wrong.