Skip to content

Commit 8541c33

Browse files
committed
Update version to 1.0.1 and adjust documentation
- Incremented version number in `pyproject.toml`, `uv.lock`, and `__version__.py`. - Updated copyright year in documentation to 2025. - Changed documentation index reference from `pyqt` to `pybt`. - Removed deprecated `pyqt` module documentation files.
1 parent c92e602 commit 8541c33

File tree

15 files changed

+35
-45
lines changed

15 files changed

+35
-45
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'bt-python-sdk'
21-
copyright = '2021, Adam Zhang'
21+
copyright = '2025, Adam Zhang'
2222
author = 'Adam Zhang'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.2.0'
25+
release = '1.0.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to bt-python-sdk's documentation!
1212

1313
README
1414
README_CN
15-
pyqt/index
15+
pybt/index
1616

1717
Indices and tables
1818
==================

docs/source/pybt/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pybt modules
2+
=================================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:caption: Contents:
7+
:numbered: 2
8+
9+
modules/api/system
10+
modules/api/website
11+
modules/core/client
12+
modules/core/config
13+
modules/core/token
14+
modules/utils/exceptions
15+
modules/utils/logger

docs/source/pyqt/modules/client.rst renamed to docs/source/pybt/modules/client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.client
1+
pybt.core.client
22
**********************************
33

4-
.. automodule:: pybt.client
4+
.. automodule:: pybt.core.client
55
:members:
66
:undoc-members:
77
:special-members: __init__, __name__

docs/source/pyqt/modules/ftp.rst renamed to docs/source/pybt/modules/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.ftp
1+
pybt.core.config
22
**********************************
33

4-
.. automodule:: pybt.ftp
4+
.. automodule:: pybt.core.config
55
:members:
66
:undoc-members:
77
:special-members: __init__, __name__
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
pybt.sites
1+
pybt.utils.exceptions
22
**********************************
33

4-
.. automodule:: pybt.sites
4+
.. automodule:: pybt.utils.exceptions
55
:members:
66
:undoc-members:
7-
:special-members: __init__, __name__
87
:private-members:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.exceptions
1+
pybt.utils.logger
22
**********************************
33

4-
.. automodule:: pybt.exceptions
4+
.. automodule:: pybt.utils.logger
55
:members:
66
:undoc-members:
77
:private-members:

docs/source/pyqt/modules/system.rst renamed to docs/source/pybt/modules/system.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.system
1+
pybt.api.system
22
**********************************
33

4-
.. automodule:: pybt.system
4+
.. automodule:: pybt.api.system
55
:members:
66
:undoc-members:
77
:special-members: __init__, __name__

docs/source/pyqt/modules/token.rst renamed to docs/source/pybt/modules/token.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.token
1+
pybt.core.token
22
**********************************
33

4-
.. automodule:: pybt.token
4+
.. automodule:: pybt.core.token
55
:members:
66
:undoc-members:
77
:special-members: __init__, __name__

docs/source/pyqt/modules/dbm.rst renamed to docs/source/pybt/modules/website.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybt.dbm
1+
pybt.api.website
22
**********************************
33

4-
.. automodule:: pybt.dbm
4+
.. automodule:: pybt.api.website
55
:members:
66
:undoc-members:
77
:special-members: __init__, __name__

0 commit comments

Comments
 (0)