Skip to content

Commit ba8076c

Browse files
Merge pull request #544 from SuffolkLITLab/copilot/improve-auto-docs-navigation
Improve auto-generated API documentation formatting and navigation structure
2 parents a0e3d26 + 55345dc commit ba8076c

28 files changed

+5663
-967
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd docs
4444
pydoc-markdown
45+
./fix-doc-titles.sh
4546
- uses: actions/setup-node@v3
4647
with:
4748
node-version: 20

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd docs
4444
pydoc-markdown
45+
./fix-doc-titles.sh
4546
- uses: actions/setup-node@v3
4647
with:
4748
node-version: 20

0 commit comments

Comments
 (0)