Skip to content

Commit f29f96f

Browse files
committed
docs(CHANGES): Note sphinx-autoapi
1 parent 3aa9171 commit f29f96f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
### Breaking
1717

18-
- `GitRepo`, `SVNRepo`, `MercurialRepo`, `BaseRepo` have been renamed to
19-
`GitProject`, `SVNProject`, `MercurialProject`, `BaseProject` ({issue}`#327`)
18+
- `GitRepo`, `SVNRepo`, `MercurialRepo`, `BaseRepo` have been renamed to `GitProject`, `SVNProject`,
19+
`MercurialProject`, `BaseProject` ({issue}`#327`)
2020
- `GitProject`, `SVNProject`, `MercurialProject`, `BaseProject` have been moved to
2121
`libvcs.projects.{module}.{Module}Project`
2222
- `repo_dir` param is renamed to `dir`:
@@ -109,6 +109,7 @@ $ pip install --user --upgrade --pre libvcs
109109

110110
- API: Split documentation of modules to separate pages
111111
- Fix sphinx-issues ({issue}`#321`)
112+
- Experiment with sphinx-autoapi ({issue}`#328`) for table of contents support
112113

113114
## libvcs 0.11.1 (2022-03-12)
114115

0 commit comments

Comments
 (0)