From 344789c2e3f813535fe63425fd791df7abd2e810 Mon Sep 17 00:00:00 2001 From: David Erb Date: Tue, 13 Jun 2023 06:13:48 +0100 Subject: [PATCH] from new devops --- .dae-devops/docs/developing.rst | 4 ++-- .dae-devops/docs/installing.rst | 8 ++++---- docs/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.dae-devops/docs/developing.rst b/.dae-devops/docs/developing.rst index c4c3487..526bbe4 100644 --- a/.dae-devops/docs/developing.rst +++ b/.dae-devops/docs/developing.rst @@ -14,7 +14,7 @@ Clone the repository:: It is recommended that you install into a virtual environment so this installation will not interfere with any existing Python software. -Make sure to have at least python version >=3.10 then:: +Make sure to have at least python version 3.10 then:: $ python3 -m venv /scratch/$USER/myvenv $ source /scratch/$USER/myvenv/bin/activate @@ -28,4 +28,4 @@ Install the package in edit mode which will also install all its dependencies:: Now you may begin modifying the code. -.. # dae_devops_fingerprint 541a732e9b67fb4322c7d4286330894f +.. # dae_devops_fingerprint 29833ac3c02790256dee4294547276fc diff --git a/.dae-devops/docs/installing.rst b/.dae-devops/docs/installing.rst index e5251d4..0327394 100644 --- a/.dae-devops/docs/installing.rst +++ b/.dae-devops/docs/installing.rst @@ -6,11 +6,11 @@ Installing ======================================================================= -You will need python >=3.10 or later. +You will need python 3.10 or later. -On a Diamond Light Source internal computer, you can achieve Python >=3.10 by:: +On a Diamond Light Source internal computer, you can achieve Python 3.10 by:: - $ module load python/>=3.10 + $ module load python/3.10 You can check your version of python by typing into a terminal:: @@ -39,4 +39,4 @@ You can check the version that has been installed by typing:: $ dls-bxflow-epsic --version $ dls-bxflow-epsic --version-json -.. # dae_devops_fingerprint 2536adcdc877e553821264097f0af330 +.. # dae_devops_fingerprint 8a36471be569817b021d617c3891644b diff --git a/docs/conf.py b/docs/conf.py index f7f2140..7688b45 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -188,7 +188,7 @@ def ultimateReplace(app, docname, source): "$" + "{repository_name}": "dls-bxflow-epsic", "$" + "{package_name}": "dls_bxflow_epsic", "$" + "{git_url}": "https://github.com/DiamondLightSource", - "$" + "{python_version_at_least}": ">=3.10", + "$" + "{python_version_at_least}": "3.10", } @@ -197,4 +197,4 @@ def setup(app): app.connect("source-read", ultimateReplace) -# dae_devops_fingerprint 3f4594f6f175a8e6f58718c177489f82 +# dae_devops_fingerprint 8e603e29e8b9baa409c57595a0c5e916