There are 2 steps to building the documentation and adding it to DAE:
- (Desktop Python) Run the python file
notebooks/user/build_docs/make_create_user_docs.py: the full documentation exists in thedocsfolder in the top-level of the repo; this step takes this documentation and puts the contents into a file that can be run on DAE to make it readable by users. - (DAE Prod) Copy the notebook
notebooks/user/collab/create_user_docs.pycreated in step 1 into DAE Prod and run it: this will add the documentation to a user-facing table in DAE Prod.