File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11API Reference
22-------------
33
4- .. autosummary ::
5- :toctree: api
6- :recursive:
4+ .. toctree ::
75
8- exasol_bucketfs_utils_python
6+ api/ exasol_bucketfs_utils_python
Original file line number Diff line number Diff line change 1- # BucketFs Python 0.5.0, released YYYY-MM-DD
1+ # BucketFs Python 0.5.0, released 2022-10-12
22
33## Summary
4- TDB
4+ Added support for listing available buckets.
55
66## Features / Enhancements
77- #4 Added support for listing all accessible buckets of a bucketfs service
88
9- ## Bug Fixes
10-
11- ## Refactoring
12- - Rework
13-
149## Documentation
1510- Add information on how to trigger a release
Original file line number Diff line number Diff line change 3030# ones.
3131extensions = [
3232 'sphinx.ext.autodoc' ,
33+ 'sphinx.ext.viewcode' ,
3334 'sphinx.ext.napoleon' ,
3435 'sphinx.ext.intersphinx' ,
3536 'sphinx.ext.autosummary' ,
You can’t perform that action at this time.
0 commit comments