Skip to content

Commit 7230260

Browse files
committed
Mkdocs-FORD interaction
1 parent 832d10b commit 7230260

48 files changed

Lines changed: 15778 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ test: ## run the tests (re-installs the package every time so you might want to
6868

6969
.PHONY: docs
7070
docs: ## build the docs
71+
@echo "Building Fortran docs"
72+
uv run ford ford_example.md
73+
@echo "Building documentation"
7174
uv run --no-sync mkdocs build
7275

7376
.PHONY: docs-strict

docs/NAVIGATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ See https://oprypin.github.io/mkdocs-literate-nav/
1313
- [Dependency pinning and testing](further-background/dependency-pinning-and-testing.md)
1414
- [Development](development.md)
1515
- [API reference](api/example_fgen_basic/)
16+
- [Fortran API](fortran-api/index.md)
1617
- [Changelog](changelog.md)

0 commit comments

Comments
 (0)