Skip to content

Commit c3eee76

Browse files
authored
Move docs examples from python to examples/python (#214)
1 parent adfd126 commit c3eee76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+73
-73
lines changed

.github/workflows/test-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: |
3232
pip install -r requirements/check-types.txt
3333
pip install -r requirements/check-style.txt
34-
mypy --show-error-codes docs/python/
35-
black docs/python/ --check
36-
ruff check docs/python/
34+
mypy --show-error-codes docs/examples/python/
35+
black docs/examples/python/ --check
36+
ruff check docs/examples/python/
File renamed without changes.

0 commit comments

Comments
 (0)