Skip to content

Commit

Permalink
Update wording around regenerating developer API docs
Browse files Browse the repository at this point in the history
The old wording said "automatic" which is not entirely accurate since
you still have to manually commit and push the changes.
  • Loading branch information
victorlin committed Jul 10, 2024
1 parent 6ca5cce commit 6c75a8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

- run: pip install .[dev]

- run: ./devel/generate-developer-api-docs
- run: ./devel/regenerate-developer-api-docs

- name: Check for changes
run: |
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/contribute/DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,13 @@ file in order to render the pages.
reStructuredText file should be added under `docs/usage/cli/` in addition to
the new file under `docs/api/`.
### Automatically updating developer API docs
### Regenerating developer API docs
To update the developer API documentation after adding or removing an augur submodule,
autogenerate a new API file as follows.
To regenerate the developer API documentation after adding, renaming, or removing an augur
submodule, autogenerate a new API file as follows.
```bash
./devel/generate-developer-api-docs
./devel/regenerate-developer-api-docs
```
### Building documentation
Expand Down

0 comments on commit 6c75a8b

Please sign in to comment.