From e6488ef2d1a55d856a82eaad5a54f41c0b679255 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu>
Date: Mon, 19 Jun 2023 16:26:19 +0200
Subject: [PATCH] update scratch deployment

---
 doc/maintainers.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/maintainers.rst b/doc/maintainers.rst
index 3d87892..713b08d 100644
--- a/doc/maintainers.rst
+++ b/doc/maintainers.rst
@@ -17,11 +17,11 @@ in Maxwell:
 where ``<PROPOSAL>`` is the desired proposal number. This will create a Python
 environment and will download and install the Toolbox source code. It will
 result to the creation of the following folders in the path
-``<PROPOSAL_PATH>/usr/Software``.
+``<PROPOSAL_PATH>/scratch``.
 
 .. code-block::
 
-    <PROPOSAL_PATH>/usr/Software/
+    <PROPOSAL_PATH>/scratch
     ├─ checkouts/
     │  ├─ toolbox_<PROPOSAL>/
     │  │  ├─ <source code>
@@ -72,7 +72,7 @@ run the following commands:
 
 .. code:: shell
 
-    cd <PROPOSAL_PATH>/usr/Software/
+    cd <PROPOSAL_PATH>/scratch
     source envs/toolbox_<IDENTIFIER>/bin/activate
     pip install ...
 
@@ -84,7 +84,7 @@ Updating the source codes
 
 Should there be desired changes in the Toolbox codes, may it be bug fixes or
 additional features during beamtime, one can freely modify the source codes in
-the following path: ``<PROPOSAL_PATH>/usr/Software/checkouts/toolbox_<IDENTIFIER>``.
+the following path: ``<PROPOSAL_PATH>/scratch/checkouts/toolbox_<IDENTIFIER>``.
 The contents of this folder should be a normal git repository. Any changes can
 be easily done (e.g., editing a line of code, checking out a different
 branch, etc.) and such changes are immediately reflected on the environment.
-- 
GitLab