Skip to content

Commit 2f98179

Browse files
Update the documentation (#339)
1 parent 159366c commit 2f98179

File tree

11 files changed

+55
-23
lines changed

11 files changed

+55
-23
lines changed

.github/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
coverage:
23
## Status checks in PR
34
##

.github/dependabot.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1+
# -*- coding: utf-8 -*-
12
version: 2
23
updates:
34
- package-ecosystem: "github-actions"
45
directory: "/"
56
schedule:
67
interval: "weekly"
7-
- package-ecosystem: "pip"
8-
directory: "/"
9-
schedule:
10-
interval: "weekly"
11-
ignore:
12-
- dependency-name: "ruff"

.github/self-review.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ must be addressed before a PR will be accepted.
88
[python-kraken-sdk](https://github.com/btschwertfeger/python-kraken-sdk).
99
Most issues will be resolve through the pre-commit hooks.
1010
- [ ] Also take care to follow the community guidelines and the [Code of
11-
Conduct](./.github/CODE_OF_CONDUCT.md).
12-
- [ ] Self-review your changes to detect typos, syntax errors and any kind of
11+
Conduct](./CODE_OF_CONDUCT.md).
12+
- [ ] Self-review your changes to detect typos, syntax errors, and any kind of
1313
unwanted behavior.
1414
- [ ] If you changed the source code you have to **ensure that all unit tests
1515
run through**. If you added a new function you also have to **write a
@@ -20,9 +20,8 @@ must be addressed before a PR will be accepted.
2020
- [ ] Take your time to prepare your code before creating a PR. A good PR will
2121
save a lot of time for everyone.
2222
- [ ] There are several workflows/actions within this repository. Relevant
23-
workflows must be run successfully within your fork. In the following
24-
these workflows are listed, but **please also read the respective workflow
25-
files to get further information**. Actions must be enabled within the
26-
fork, so that workflows can run within the context of a PR.
27-
- CI/CD (`cicd.yaml`): Can be used to run all actions at once - but requires
28-
having API keys for Spot, Futures and the Futures demo environment.
23+
workflows must be run successfully within your fork. Actions must be
24+
enabled within the fork, so that workflows can run within the context of a
25+
PR. [cicd.yaml](./workflows/cicd.yaml) can be used to run all actions at
26+
once - but requires having API keys for Spot, Futures and the Futures demo
27+
environment.

.github/workflows/_codeql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# For most projects, this workflow file will not need changing; you simply need
23
# to commit it to your repository.
34
#

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# -*- coding: utf-8 -*- Copyright (C)
2-
# 2023 Benjamin Thomas Schwertfeger
1+
# -*- coding: utf-8 -*-
2+
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
33
# GitHub: https://github.com/btschwertfeger
44
#
55
# Workflow to apply pre-commit, build, test and upload the package to the test
@@ -55,7 +55,7 @@ on:
5555
types: [opened, synchronize, reopened]
5656
branches: ["**"]
5757

58-
# only run once due to API rate limits
58+
# Only run once due to API rate limits
5959
concurrency:
6060
group: ${{ github.workflow }}-${{ github.ref }}
6161
cancel-in-progress: true

.github/workflows/scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# This workflow uses actions that are not certified by GitHub. They are provided
23
# by a third-party and are governed by separate terms of service, privacy
34
# policy, and support documentation.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/btschwertfeger/python-kraken-sdk/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/btschwertfeger/python-kraken-sdk/compare/v3.1.3...HEAD)
6+
7+
Uncategorized merged pull requests:
8+
9+
- Bump step-security/harden-runner from 2.10.2 to 2.10.3 [\#337](https://github.com/btschwertfeger/python-kraken-sdk/pull/337) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump github/codeql-action from 3.28.0 to 3.28.1 [\#336](https://github.com/btschwertfeger/python-kraken-sdk/pull/336) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
12+
## [v3.1.3](https://github.com/btschwertfeger/python-kraken-sdk/tree/v3.1.3) (2025-01-05)
13+
14+
[Full Changelog](https://github.com/btschwertfeger/python-kraken-sdk/compare/v3.1.2...v3.1.3)
15+
16+
**Fixed bugs:**
17+
18+
- Resolve "Long lasting REST sessions get terminated" [\#334](https://github.com/btschwertfeger/python-kraken-sdk/pull/334) ([btschwertfeger](https://github.com/btschwertfeger))
19+
20+
Uncategorized merged pull requests:
21+
22+
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 [\#332](https://github.com/btschwertfeger/python-kraken-sdk/pull/332) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Bump github/codeql-action from 3.27.9 to 3.28.0 [\#331](https://github.com/btschwertfeger/python-kraken-sdk/pull/331) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- Bump astral-sh/setup-uv from 4 to 5 [\#330](https://github.com/btschwertfeger/python-kraken-sdk/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Bump github/codeql-action from 3.27.7 to 3.27.9 [\#329](https://github.com/btschwertfeger/python-kraken-sdk/pull/329) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 [\#328](https://github.com/btschwertfeger/python-kraken-sdk/pull/328) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- Bump github/codeql-action from 3.27.5 to 3.27.7 [\#327](https://github.com/btschwertfeger/python-kraken-sdk/pull/327) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Bump codecov/codecov-action from 5.0.7 to 5.1.1 [\#323](https://github.com/btschwertfeger/python-kraken-sdk/pull/323) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- Update egress policy in CI [\#326](https://github.com/btschwertfeger/python-kraken-sdk/pull/326) ([btschwertfeger](https://github.com/btschwertfeger))
30+
- Update egress rules in CI [\#322](https://github.com/btschwertfeger/python-kraken-sdk/pull/322) ([btschwertfeger](https://github.com/btschwertfeger))
31+
332
## [v3.1.2](https://github.com/btschwertfeger/python-kraken-sdk/tree/v3.1.2) (2024-11-26)
433

534
[Full Changelog](https://github.com/btschwertfeger/python-kraken-sdk/compare/v3.1.1...v3.1.2)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Documentation:
6767
- [https://python-kraken-sdk.readthedocs.io/en/stable](https://python-kraken-sdk.readthedocs.io/en/stable)
6868
- [https://python-kraken-sdk.readthedocs.io/en/latest](https://python-kraken-sdk.readthedocs.io/en/latest)
6969

70+
Projects using this SDK:
71+
72+
- https://github.com/btschwertfeger/kraken-infinity-grid
73+
- https://github.com/btschwertfeger/kraken-rebalance-bot
74+
7075
---
7176

7277
## ❗️ Attention

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ def setup(app: Any) -> None: # noqa: ARG001,ANN401
7474
"display_github": True,
7575
"github_user": "btschwertfeger",
7676
"github_repo": "python-kraken-sdk",
77-
"github_version": "master/docs/",
77+
"github_version": "master/doc/",
7878
}
7979
# html_theme_options = {"rightsidebar": "true", "relbarbgcolor": "black"}

doc/examples/rest_example_usage.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ The repository of the `python-kraken-sdk`_ provides some example scripts that
1616
demonstrate some of the implemented methods. Please see the sections listed
1717
below.
1818

19+
Projects that use the SDK are listed below:
20+
21+
* https://github.com/btschwertfeger/kraken-infinity-grid
22+
* https://github.com/btschwertfeger/kraken-rebalance-bot
23+
1924
.. toctree::
2025
:maxdepth: 2
2126

@@ -24,7 +29,3 @@ below.
2429
market_client_example.ipynb
2530
rest_ws_samples/futures_ws_examples.rst
2631
rest_ws_samples/futures_rest_examples.rst
27-
28-
Third-party projects that use the SDK are listed below.
29-
30-
* https://github.com/btschwertfeger/kraken-rebalance-bot

0 commit comments

Comments
 (0)