Skip to content

Commit 489e943

Browse files
authored
New documentation site (#81)
* Use mkdocs and write docs for launch * updates * add site_url * add overview of concepts * fix * some more fixes * Update CLI help string to 118 instead of 78 chars wide * test python code in docs and docstrings * update team tags to infra * update literal to typing_extensions * add some reqs * fix * add sleep to callbacks * updates * update deps * address comments * fix pylint
1 parent f3e96e4 commit 489e943

File tree

113 files changed

+1653
-49888
lines changed

Some content is hidden

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

113 files changed

+1653
-49888
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- run:
4747
name: Pylint Lint Check # Uses .pylintrc for configuration
4848
command: |
49-
poetry run pylint launch --ignore=api_client
49+
poetry run pylint launch --ignore=api_client,openapi_client
5050
- run:
5151
name: MyPy typing check
5252
command: |
53-
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client
53+
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client --exclude launch/openapi_client
5454
- run:
5555
name: Isort Import Formatting Check # Only validation, without re-formatting
5656
command: |

docs/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)