Marshmallow: Documentation: include a table summarizing built in Field types

Created on 2 Jun 2020  路  2Comments  路  Source: marshmallow-code/marshmallow

Right now when I want to check if a field type is pre-defined by Marshmallow (or I want to check the parameters a field takes) I have to scroll through the API documentation. It would be nice if there was a quick reference table that has as columns the field class and a quick description. The class itself should then link to the API docs for that particular class.

Most helpful comment

This is available in the latest docs. They'll be in the stable docs as well the next time we cut a new release.

https://marshmallow.readthedocs.io/en/latest/marshmallow.fields.html

All 2 comments

This is available in the latest docs. They'll be in the stable docs as well the next time we cut a new release.

https://marshmallow.readthedocs.io/en/latest/marshmallow.fields.html

Awesome, thanks!

Was this page helpful?
0 / 5 - 0 ratings