Skip to content
Snippets Groups Projects
Commit ef118877 authored by Remco Tukker's avatar Remco Tukker
Browse files

add the publishers to the sphinx docs

parent db20d475
Branches
Tags
1 merge request!12Feature/comp 114 python code quality
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
"""
survey_publisher_2022
=========================
This module loads the survey data from 2022 from the survey database.
Registered as click cli command when installing compendium-v2.
"""
import logging
import click
import enum
......
"""
survey_publisher_v1
=========================
This module loads the survey data from before 2022 from and excel file.
Missing info is filled in from the survey db for some questions.
Registered as click cli command when installing compendium-v2.
"""
import logging
import math
import click
......
......@@ -11,3 +11,4 @@ a React web application that consumes and renders the json data.
api
development
publishers
.. api intro
Publishers
===============
.. contents:: :local:
.. automodule:: compendium_v2.publishers.survey_publisher_v1
:members:
.. automodule:: compendium_v2.publishers.survey_publisher_2022
:members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment