This repository contains the documentation of the Human Phenotype Project (HPP) for researchers. It is published under the Pheno Knowledgebase website.
- Updates should be made via a PR.
- Please separate commits for changes to the source files from the rendering of the docs.
- Ensure quarto is installed.
- Install the JupyterLab extension for Quarto. This is required to render the Jupyter Notebooks properly.
python3 -m pip install jupyterlab-quarto
- Go to the
pheno_knowledge_base
folder. - Run
quarto render
to build the docs. - Run
quarto preview
to preview the docs before publishing.
- Run the
src/create_publications.ipynb
notebook. - Build the docs (see above).
- Update the corresponding markdown file in the
markdowns-expanded
folder. - Run the
python ../pheno-examples/src/tools/add_intro.py pheno_knowledge_base/datasets
command to update the introduction to the datasets. - Build the docs (see above).