diff --git a/.gitignore b/.gitignore index 8670afc6..09f67f50 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,14 @@ build*/ python-client/ openapi-generator-cli.jar +# make_doc.sh: rendered HTML (default output dir) and the throw-away venv it builds in. The venv is +# normally deleted at the end, but stays behind when the build fails. +public/ +tmp_venv/ + +# gen_python_client.sh: the built sdist/wheel. +/dist/ + # rugnux_vs_xds.py output dirs (the default, and the ad-hoc ones used when comparing runs) rugnux_cmp*/ diff --git a/docs/python_client/README.md b/docs/python_client/README.md index 07c512ca..87c34b4b 100644 --- a/docs/python_client/README.md +++ b/docs/python_client/README.md @@ -37,9 +37,9 @@ Python 3.9+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://git.psi.ch/jungfraujoch/jungfraujoch.git +pip install git+https://gitea.psi.ch/mx/jungfraujoch.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://git.psi.ch/jungfraujoch/jungfraujoch.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://gitea.psi.ch/mx/jungfraujoch.git`) Then import the package: ```python diff --git a/gen_python_client.sh b/gen_python_client.sh old mode 100644 new mode 100755 index 87492a55..c5d7c303 --- a/gen_python_client.sh +++ b/gen_python_client.sh @@ -6,7 +6,7 @@ VERSION=$(