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
The template inherited a slightly unconventional directory layout from linkml-project-cookiecutter.
In most python and many other projects, some files are stored at different locations. So the template breaks the expectations. We we should fix that.
Source files for the documentation are currently src/docs. We should move them to docs/. Note that docs/ is currently git-ignored as it is used as build-directory for the documentation. The new build dir should be docs/_build (need to check if this name is typical for mkdocs; it is for sphinx).
Test data used in unit tests are currently in src/data/examples/ but typically stored under tests/....
The text was updated successfully, but these errors were encountered:
The template inherited a slightly unconventional directory layout from linkml-project-cookiecutter.
In most python and many other projects, some files are stored at different locations. So the template breaks the expectations. We we should fix that.
Source files for the documentation are currently
src/docs
. We should move them todocs/
. Note thatdocs/
is currently git-ignored as it is used as build-directory for the documentation. The new build dir should bedocs/_build
(need to check if this name is typical for mkdocs; it is for sphinx).Test data used in unit tests are currently in
src/data/examples/
but typically stored undertests/...
.The text was updated successfully, but these errors were encountered: