Skip to content

Commit

Permalink
New documentation site (#81)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
phil-scale authored Mar 3, 2023
1 parent f3e96e4 commit 489e943
Show file tree
Hide file tree
Showing 113 changed files with 1,653 additions and 49,888 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- run:
name: Pylint Lint Check # Uses .pylintrc for configuration
command: |
poetry run pylint launch --ignore=api_client
poetry run pylint launch --ignore=api_client,openapi_client
- run:
name: MyPy typing check
command: |
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client --exclude launch/openapi_client
- run:
name: Isort Import Formatting Check # Only validation, without re-formatting
command: |
Expand Down
134 changes: 0 additions & 134 deletions docs/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading

0 comments on commit 489e943

Please sign in to comment.