Skip to content

Commit

Permalink
Removed temporary hack when generating documentation.
Browse files Browse the repository at this point in the history
Adding cell type to docs
  • Loading branch information
cmungall committed Jul 31, 2023
1 parent 90d3eaa commit 429032e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docs/index.md: README.md
cp $< $@

docs/%/index.md: src/$(PACKAGE)/templates/%.yaml
$(TMPRUN) gen-doc --include-top-level-diagram --diagram-type er_diagram $< -d docs/$*
$(RUN) gen-doc --include-top-level-diagram --diagram-type er_diagram $< -d docs/$*


serve:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ nav:
- Core Upper Level Schema: core/index.md
- Biochemical Reactions: reaction/index.md
- Biological Processes: biological_process/index.md
- Cell Types: cell_type/index.md
- Chemical to Disease: ctd/index.md
- Diagnostic Procedures: diagnostic_procedure/index.md
- Drugs and Mechanisms: drug/index.md
Expand Down
11 changes: 5 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ airium = ">=0.2.5"
httpx = ">=0.23.3"
aiohttp = ">=3.8.4"
inflection = ">=0.5.1"
linkml-runtime = ">=1.5.3"
linkml-runtime = "^1.5.5"
nlpcloud = ">=1.0.39"
fastapi = {version = ">=0.88.0", optional = true}
uvicorn = {version = ">=0.20.0", optional = true}
Expand Down

0 comments on commit 429032e

Please sign in to comment.