Skip to content

Commit 2a11279

Browse files
Merge pull request #1108 from kabilar/master
Fix docs
2 parents dbd772c + 1d9c55a commit 2a11279

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/.docker/pip_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material
1+
mkdocs-material==9.1.17
22
mkdocs-redirects
33
mkdocstrings
44
mkdocstrings-python

docs/src/design/tables/filepath.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ of the pipeline, or, if they are, that records in the pipeline are
6767
updated accordingly. A safe method of changing `filepath` data is
6868
as follows:
6969

70-
1. Delete the `filepath` database record.
71-
This will ensure that any downstream records in the pipeline depending
72-
on the `filepath` record are purged from the database.
73-
2. Modify `filepath` data.
74-
3. Re-insert corresponding the `filepath` record.
75-
This will add the record back to DataJoint with an updated file checksum.
76-
4. Compute any downstream dependencies, if needed.
77-
This will ensure that downstream results dependent on the `filepath`
78-
record are updated to reflect the newer `filepath` contents.
70+
1. Delete the `filepath` database record.
71+
This will ensure that any downstream records in the pipeline depending
72+
on the `filepath` record are purged from the database.
73+
2. Modify `filepath` data.
74+
3. Re-insert corresponding the `filepath` record.
75+
This will add the record back to DataJoint with an updated file checksum.
76+
4. Compute any downstream dependencies, if needed.
77+
This will ensure that downstream results dependent on the `filepath`
78+
record are updated to reflect the newer `filepath` contents.
7979

8080
### Disable Fetch Verification
8181

0 commit comments

Comments
 (0)