-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename rsts to docs Signed-off-by: Niels Bantilan <[email protected]> * update docs reqs Signed-off-by: Niels Bantilan <[email protected]> * update reqs, styles Signed-off-by: Niels Bantilan <[email protected]> * update doc requirements Signed-off-by: Niels Bantilan <[email protected]> * edit gitignore Signed-off-by: Niels Bantilan <[email protected]> * update doc requirement Signed-off-by: Niels Bantilan <[email protected]> * update doc requirements Signed-off-by: Niels Bantilan <[email protected]> * update doc requirements Signed-off-by: Niels Bantilan <[email protected]> * minor clean up Signed-off-by: Niels Bantilan <[email protected]> * update deps Signed-off-by: Niels Bantilan <[email protected]> * use doc-requirements.in in .readthedocs.yml Signed-off-by: Niels Bantilan <[email protected]> * updates Signed-off-by: Niels Bantilan <[email protected]> * check in new docs Signed-off-by: Niels Bantilan <[email protected]> * clean up most reference warnings Signed-off-by: Niels Bantilan <[email protected]> * fix ref links Signed-off-by: Niels Bantilan <[email protected]> * update auto examples Signed-off-by: Niels Bantilan <[email protected]> * add logic to find/replace invalid links Signed-off-by: Niels Bantilan <[email protected]> * update docs with changes Signed-off-by: Niels Bantilan <[email protected]> * clean up toc list for deployment docs Signed-off-by: Niels Bantilan <[email protected]> * add back rsts Signed-off-by: Niels Bantilan <[email protected]> * add readthedocs config for monodocs Signed-off-by: Niels Bantilan <[email protected]> * incorporate changes from master Signed-off-by: Niels Bantilan <[email protected]> * reformat concepts section Signed-off-by: Niels Bantilan <[email protected]> * move monodocs readthedocs config Signed-off-by: Niels Bantilan <[email protected]> * debug readthedocs config Signed-off-by: Niels Bantilan <[email protected]> * add monodocs requirements Signed-off-by: Niels Bantilan <[email protected]> * update reqs Signed-off-by: Niels Bantilan <[email protected]> * fix furo dep Signed-off-by: Niels Bantilan <[email protected]> * update logo Signed-off-by: Niels Bantilan <[email protected]> * update logo Signed-off-by: Niels Bantilan <[email protected]> * update css Signed-off-by: Niels Bantilan <[email protected]> * update css Signed-off-by: Niels Bantilan <[email protected]> * update sidebar caption styling Signed-off-by: Niels Bantilan <[email protected]> * update sidebar css * use conda to install monodocs deps Signed-off-by: cosmicBboy <[email protected]> * update conda deps Signed-off-by: cosmicBboy <[email protected]> * update makefile docs target Signed-off-by: cosmicBboy <[email protected]> * add furo dep to environment.yaml Signed-off-by: cosmicBboy <[email protected]> * add retry dep Signed-off-by: cosmicBboy <[email protected]> * update vaex deps Signed-off-by: cosmicBboy <[email protected]> * add graphviz to ci Signed-off-by: cosmicBboy <[email protected]> * add graphviz to readthedocs config Signed-off-by: cosmicBboy <[email protected]> * support pointing to local flytekit, flytesnacks, flytectl - add graphviz as conda dependency - remove monodocs-requirements.{in,txt} Signed-off-by: Niels Bantilan <[email protected]> * delete doc-requirements.txt - defer cleaning this up to followup PR Signed-off-by: Niels Bantilan <[email protected]> * revert doc-requirements.txt Signed-off-by: Niels Bantilan <[email protected]> --------- Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: cosmicBboy <[email protected]> Co-authored-by: Samhita Alla <[email protected]>
- Loading branch information
1 parent
76114aa
commit aff1150
Showing
107 changed files
with
29,989 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,153 +1,61 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile doc-requirements.in | ||
# pip-compile --annotation-style=line doc-requirements.in | ||
# | ||
alabaster==0.7.13 | ||
# via sphinx | ||
astroid==2.15.6 | ||
# via sphinx-autoapi | ||
babel==2.12.1 | ||
# via sphinx | ||
beautifulsoup4==4.12.2 | ||
# via | ||
# furo | ||
# sphinx-code-include | ||
certifi==2023.7.22 | ||
# via requests | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
codespell==2.2.6 | ||
# via -r doc-requirements.in | ||
distlib==0.3.7 | ||
# via virtualenv | ||
docutils==0.17.1 | ||
# via | ||
# sphinx | ||
# sphinx-panels | ||
# sphinx-tabs | ||
filelock==3.12.4 | ||
# via virtualenv | ||
furo @ git+https://github.com/flyteorg/furo@main | ||
# via -r doc-requirements.in | ||
identify==2.5.29 | ||
# via pre-commit | ||
idna==3.4 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.8.0 | ||
# via sphinx | ||
jinja2==3.0.3 | ||
# via | ||
# sphinx | ||
# sphinx-autoapi | ||
# sphinx-tabs | ||
lazy-object-proxy==1.9.0 | ||
# via astroid | ||
markupsafe==2.1.3 | ||
# via jinja2 | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==23.1 | ||
# via sphinx | ||
platformdirs==3.10.0 | ||
# via virtualenv | ||
pre-commit==3.4.0 | ||
# via sphinx-tags | ||
pygments==2.16.1 | ||
# via | ||
# furo | ||
# sphinx | ||
# sphinx-prompt | ||
# sphinx-tabs | ||
pyyaml==6.0.1 | ||
# via | ||
# pre-commit | ||
# sphinx-autoapi | ||
requests==2.31.0 | ||
# via | ||
# sphinx | ||
# sphinxcontrib-youtube | ||
six==1.16.0 | ||
# via | ||
# sphinx-code-include | ||
# sphinxext-remoteliteralinclude | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
soupsieve==2.5 | ||
# via beautifulsoup4 | ||
sphinx==4.5.0 | ||
# via | ||
# -r doc-requirements.in | ||
# furo | ||
# sphinx-autoapi | ||
# sphinx-basic-ng | ||
# sphinx-code-include | ||
# sphinx-copybutton | ||
# sphinx-fontawesome | ||
# sphinx-issues | ||
# sphinx-panels | ||
# sphinx-prompt | ||
# sphinx-tabs | ||
# sphinx-tags | ||
# sphinxcontrib-video | ||
# sphinxcontrib-youtube | ||
sphinx-autoapi==2.0.1 | ||
# via -r doc-requirements.in | ||
sphinx-basic-ng==1.0.0b2 | ||
# via furo | ||
sphinx-code-include==1.1.1 | ||
# via -r doc-requirements.in | ||
sphinx-copybutton==0.5.2 | ||
# via -r doc-requirements.in | ||
sphinx-fontawesome==0.0.6 | ||
# via -r doc-requirements.in | ||
sphinx-issues==3.0.1 | ||
# via -r doc-requirements.in | ||
sphinx-panels==0.6.0 | ||
# via -r doc-requirements.in | ||
sphinx-prompt==1.5.0 | ||
# via -r doc-requirements.in | ||
sphinx-tabs==3.4.0 | ||
# via -r doc-requirements.in | ||
sphinx-tags==0.2.1 | ||
# via -r doc-requirements.in | ||
sphinxcontrib-applehelp==1.0.4 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-mermaid==0.9.2 | ||
# via -r doc-requirements.in | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
sphinxcontrib-video==0.2.0 | ||
# via -r doc-requirements.in | ||
sphinxcontrib-youtube==1.2.0 | ||
# via -r doc-requirements.in | ||
sphinxext-remoteliteralinclude==0.4.0 | ||
# via -r doc-requirements.in | ||
typing-extensions==4.8.0 | ||
# via astroid | ||
unidecode==1.3.6 | ||
# via sphinx-autoapi | ||
urllib3==2.0.6 | ||
# via requests | ||
virtualenv==20.24.5 | ||
# via pre-commit | ||
wrapt==1.15.0 | ||
# via astroid | ||
zipp==3.17.0 | ||
# via importlib-metadata | ||
alabaster==0.7.13 # via sphinx | ||
astroid==3.0.1 # via sphinx-autoapi | ||
babel==2.13.1 # via sphinx | ||
beautifulsoup4==4.12.2 # via furo, sphinx-code-include | ||
certifi==2023.11.17 # via requests | ||
cfgv==3.4.0 # via pre-commit | ||
charset-normalizer==3.3.2 # via requests | ||
codespell==2.2.6 # via -r doc-requirements.in | ||
distlib==0.3.7 # via virtualenv | ||
docutils==0.17.1 # via sphinx, sphinx-panels, sphinx-tabs | ||
filelock==3.13.1 # via virtualenv | ||
furo @ git+https://github.com/flyteorg/furo@main # via -r doc-requirements.in | ||
identify==2.5.32 # via pre-commit | ||
idna==3.6 # via requests | ||
imagesize==1.4.1 # via sphinx | ||
jinja2==3.0.3 # via sphinx, sphinx-autoapi, sphinx-tabs | ||
markupsafe==2.1.3 # via jinja2 | ||
nodeenv==1.8.0 # via pre-commit | ||
packaging==23.2 # via sphinx | ||
platformdirs==4.1.0 # via virtualenv | ||
pre-commit==3.5.0 # via sphinx-tags | ||
pygments==2.17.2 # via furo, sphinx, sphinx-prompt, sphinx-tabs | ||
pyyaml==6.0.1 # via pre-commit, sphinx-autoapi | ||
requests==2.31.0 # via sphinx, sphinxcontrib-youtube | ||
six==1.16.0 # via sphinx-code-include, sphinxext-remoteliteralinclude | ||
snowballstemmer==2.2.0 # via sphinx | ||
soupsieve==2.5 # via beautifulsoup4 | ||
sphinx==4.5.0 # via -r doc-requirements.in, furo, sphinx-autoapi, sphinx-basic-ng, sphinx-code-include, sphinx-copybutton, sphinx-fontawesome, sphinx-issues, sphinx-panels, sphinx-prompt, sphinx-tabs, sphinx-tags, sphinxcontrib-video, sphinxcontrib-youtube, sphinxext-remoteliteralinclude | ||
sphinx-autoapi==2.0.1 # via -r doc-requirements.in | ||
sphinx-basic-ng==1.0.0b2 # via furo | ||
sphinx-code-include==1.1.1 # via -r doc-requirements.in | ||
sphinx-copybutton==0.5.2 # via -r doc-requirements.in | ||
sphinx-fontawesome==0.0.6 # via -r doc-requirements.in | ||
sphinx-issues==3.0.1 # via -r doc-requirements.in | ||
sphinx-panels==0.6.0 # via -r doc-requirements.in | ||
sphinx-prompt==1.5.0 # via -r doc-requirements.in | ||
sphinx-tabs==3.4.0 # via -r doc-requirements.in | ||
sphinx-tags==0.2.1 # via -r doc-requirements.in | ||
sphinxcontrib-applehelp==1.0.4 # via sphinx | ||
sphinxcontrib-devhelp==1.0.2 # via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 # via sphinx | ||
sphinxcontrib-jsmath==1.0.1 # via sphinx | ||
sphinxcontrib-mermaid==0.9.2 # via -r doc-requirements.in | ||
sphinxcontrib-qthelp==1.0.3 # via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 # via sphinx | ||
sphinxcontrib-video==0.2.0 # via -r doc-requirements.in | ||
sphinxcontrib-youtube==1.2.0 # via -r doc-requirements.in | ||
sphinxext-remoteliteralinclude==0.4.0 # via -r doc-requirements.in | ||
typing-extensions==4.8.0 # via astroid | ||
unidecode==1.3.7 # via sphinx-autoapi | ||
urllib3==2.1.0 # via requests | ||
virtualenv==20.25.0 # via pre-commit | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
build: | ||
os: "ubuntu-22.04" | ||
tools: | ||
python: "mambaforge-22.9" | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
conda: | ||
environment: monodocs-environment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line. | ||
SPHINXOPTS = | ||
SPHINXBUILD = sphinx-build | ||
SPHINXPROJ = flyte | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
clean: | ||
rm -rf _build _src api flytectl flytekit flytesnacks protos examples |
Empty file.
Oops, something went wrong.