Skip to content

Commit

Permalink
add docs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro authored Jan 23, 2024
1 parent 15b18e1 commit 6e79ba1
Show file tree
Hide file tree
Showing 36 changed files with 1,499 additions and 420 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: chartboost/ruff-action@v1
with:
src: "sdks/python"
version: 0.0.265
version: 0.1.14
checkName: "test_and_lint"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: v0.1.14
hooks:
- id: ruff
args: ["--fix", "sdks/python"]
args: ["sdks/python"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
244 changes: 0 additions & 244 deletions README.md

This file was deleted.

Loading

0 comments on commit 6e79ba1

Please sign in to comment.