Skip to content

Commit 1a3d1d8

Browse files
authored
Prepare 0.5.0 release
1 parent ab1d9f9 commit 1a3d1d8

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

doc/api.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
API Reference
22
-------------
33

4-
.. autosummary::
5-
:toctree: api
6-
:recursive:
4+
.. toctree::
75

8-
exasol_bucketfs_utils_python
6+
api/exasol_bucketfs_utils_python

doc/changes/changes_0.5.0.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
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

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# ones.
3131
extensions = [
3232
'sphinx.ext.autodoc',
33+
'sphinx.ext.viewcode',
3334
'sphinx.ext.napoleon',
3435
'sphinx.ext.intersphinx',
3536
'sphinx.ext.autosummary',

0 commit comments

Comments
 (0)