Skip to content

Commit 3be54d0

Browse files
author
David Erb
committed
fixes docs and test config
1 parent fcf1ae0 commit 3be54d0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/user/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Documentation is split into four categories, also accessible from links in the s
2525
:caption: How-to Guides
2626
:maxdepth: 1
2727

28-
how-to/01-development
28+
how-to/01-installing_development
2929
how-to/03-starting_development
3030

3131
+++
@@ -53,6 +53,7 @@ Documentation is split into four categories, also accessible from links in the s
5353
:caption: Reference
5454
:maxdepth: 1
5555

56+
reference/01-conda
5657
reference/api
5758

5859
+++

docs/user/reference/01-conda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The production backend is built as a conda environment.
66
Install the soakdb3 package in a virtual environment::
77

88
$ module load python/3.10
9-
$ python3 -m venv /scratch/$USER/soakdb3
9+
$ python3 -m venv /scratch/$USER/venv/soakdb3
1010
$ source /scratch/$USER/soakdb3/bin/activate
1111
$ pip install --upgrade pip
12-
$ pip install soakdb3
12+
$ pip install --upgrade soakdb3
1313

1414
Make sure you have the version of soakdb3 you expect, since this is the version used to name the conda environment::
1515

tests/configurations/laptop.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ dataface_specification:
3030
actual_dataface_specification:
3131
type: "soakdb3_lib.datafaces.aiosqlite"
3232
type_specific_tbd:
33+
visitid_mappings:
34+
- action: "regex_replace"
35+
pattern: "[Cc][:]"
36+
replace: ""
37+
- action: "regex_replace"
38+
pattern: "[Yy][:]/"
39+
replace: "/dls/labxchem/"
40+
# For developer computers.
41+
- action: "regex_replace"
42+
pattern: "//dc/dls/labxchem/"
43+
replace: "/dls/labxchem/"
3344
database:
3445
type: "soakdb3_lib.databases.aiosqlite"
3546
filename: "set by code"

0 commit comments

Comments
 (0)