Skip to content

Commit

Permalink
Adds CLI reference for pyflyte (#1362)
Browse files Browse the repository at this point in the history
* Adds pyflyte CLI reference guide

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* bump python version

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* bump python version

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* resolve docs error

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* set nested to none

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* remove flyteidl version constraint

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* update requirements

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
  • Loading branch information
samhita-alla authored Dec 11, 2022
1 parent 6d78c56 commit c3d54b1
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ docs/source/plugins/generated/
htmlcov
*.ipynb
*dat
source/_tags/
docs/source/_tags/
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: doc-requirements.txt
2 changes: 2 additions & 0 deletions doc-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cryptography
google-api-core[grpc]
scikit-learn
sphinx-tags
sphinx-click

# Packages for Plugin docs
# Package name Plugin needing it
Expand Down Expand Up @@ -44,3 +45,4 @@ whylogs # whylogs
whylabs-client # whylogs
ray # ray
scikit-learn # scikit-learn
vaex # vaex
Loading

0 comments on commit c3d54b1

Please sign in to comment.