| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project contains documentation for the EHRI portal administration features, plus technical docs relating to tool development and maintenance.
To update these docs you can either:
To do this you need to install the Python dependencies:
pip install sphinx sphinx-rtd-themeTo then generate the HTML like so:
cd docs
make htmlThen you can open this page in your browser: docs/_build/html/index.html.
If using Linux you can continuously rebuild these docs while making changes by doing something like this from within the docs directory:
while inotifywait -r --exclude _build *; do
make html
doneOn MacOS, install the fswatch command and use something like this:
fswatch -r --exclude _build . | while read; do make html; doneOn push to the master branch a webhook is set up at readthedocs.org to make the site available at http://documentation.ehri-project.eu.
If you see any problems, inaccuracies, or things that need updating feel free to open an issue on Github.
| Back | FazBrowse Home | New Git URL |