Skip to content

Conform to expectations regarding directories for docs and for test-data #13

@dalito

Description

@dalito

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/....

Metadata

Metadata

Assignees

Labels

_projectRelated to the generated project

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions