Skip to content

Commit

Permalink
doc: start using autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 28, 2024
1 parent 15f8517 commit 088cc7c
Show file tree
Hide file tree
Showing 17 changed files with 472 additions and 467 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
include:
- only-needed: true
pkgs-to-clone: digraphs/graphviz
pkgs-to-build: io orb datastructures
pkgs-to-build: io orb datastructures autodoc
- only-needed: false
pkgs-to-clone: NautyTracesInterface digraphs/graphviz
pkgs-to-build: io orb datastructures grape NautyTracesInterface
pkgs-to-build: io orb datastructures grape NautyTracesInterface autodoc

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ missing
src/pkgconfig.h.in
tags
tst/out/
_*.xml
Loading

0 comments on commit 088cc7c

Please sign in to comment.