You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contribute to DataJoint Documentation
2
2
3
-
This is the home for DataJoint software documentation as hosted at https://datajoint.com/docs/core/datajoint-python/latest/
3
+
This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/core/datajoint-python/latest/.
4
4
5
5
## VSCode Linter Extensions and Settings
6
6
@@ -89,9 +89,8 @@ INFO - Doc file 'index.md' contains an unrecognized relative link './develop
89
89
-`/docs/core/datajoint-python/` is the actual docs site hosted by datajoint/datajoint-python's github pages
90
90
-`/docs/elements/element-*/` is the actual docs site hosted by each element's github pages
91
91
92
-
93
92
```log
94
93
WARNING - Doc file 'query/operators.md' contains a link '../../../images/concepts-operators-restriction.png', but
95
94
the target '../../images/concepts-operators-restriction.png' is not found among documentation files.
96
95
```
97
-
- We use Github Pages to host our docs, the image references needs to follow the mkdocs's build directory structure, under `site/` directory once you run mkdocs.
96
+
- We use Github Pages to host our docs, the image references needs to follow the mkdocs's build directory structure, under `site/` directory once you run mkdocs.
0 commit comments