cdp-backend
cdp-backend copied to clipboard
Clean up ingestion model docs -- specifically document attributes better
https://councildataproject.org/cdp-backend/cdp_backend.pipeline.html#cdp_backend.pipeline.ingestion_models.IngestionModel
- each property should be documented
- try to hide the
from_jsonandfrom_dictmethods - add example for every one
- mark each model as required or optional
Major doc overhaul, use:
"sphinx.ext.autosummary",
"sphinx_autosummary_accessors",
Database Models
---------------
.. currentmodule:: cdp_backend.database.models
.. autosummary::
:toctree: generated/
File
Person