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, certain files are stored at different locations. So the template breaks the expectations. We should fix that.
Source files for the documentation are currently in 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 documentation build directory is already site which is the default for mkdocs (good!).
Test data used in unit tests are currently in src/data/examples/ but typically stored under tests/....