Commit 9e5fe10
committed
docs: post-2.3.1 stale-text sweep (3 small drift fixes)
Three unrelated small drift items from the audit:
- tests/integration/test_trace.py:403 - docstring cited 'provenance.md,
Allowed table set'; that spec file was deleted when strict_provenance
retired, and the section moved to 'trace.md §Allowed table set'.
- src/datajoint/builtin_codecs/filepath.py (4 sites) - docstring
hardcoded _hash/ and _schema/ as reserved sections, but validate()
reads each store's configured hash_prefix/schema_prefix (defaults
_hash/_schema). Reworded to name the settings with defaults.
- RELEASE_MEMO.md conda-forge example - dep list omitted 7 runtime deps
(deepdiff, pyparsing, tqdm, networkx, pydot, fsspec, pydantic-settings),
included spurious minio (only in test extras via
testcontainers[minio]), and pinned pymysql >=1.0 (actual >=0.7.2).
Section explicitly says 'check dependencies match pyproject.toml',
so replaced with the complete matching list.
Docs-only.1 parent 5f49c76 commit 9e5fe10
3 files changed
Lines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | | - | |
155 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | | - | |
158 | 163 | | |
159 | 164 | | |
160 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | | - | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
0 commit comments