File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## Repository Structure
12
12
13
+ * [docs/](docs/) - mkdocs-managed documentation
14
+ * [elements/](docs/elements/) - generated schema documentation
13
15
* [examples/](examples/) - Examples of using the schema
14
16
* [project/](project/) - project files (these files are auto-generated, do not edit)
15
17
* [src/](src/) - source files (edit these)
16
18
* [{{project_slug}}](src/{{project_slug}})
17
- * [schema](src/{{project_slug}}/schema) -- LinkML schema
19
+ * [schema/ ](src/{{project_slug}}/schema) -- LinkML schema
18
20
(edit this)
19
- * [datamodel](src/{{project_slug}}/datamodel) -- generated
21
+ * [datamodel/ ](src/{{project_slug}}/datamodel) -- generated
20
22
Python datamodel
21
23
* [tests/](tests/) - Python tests
22
- * [tests/ data](tests/data) - Example data
24
+ * [data/ ](tests/data) - Example data
23
25
24
26
## Developer Tools
25
27
You can’t perform that action at this time.
0 commit comments