remove source-lit docs (#15525)
* remove source-lit * remove source-lit * remove source-lit
This commit is contained in:
parent
921dc1cd9a
commit
33b22b8e0d
|
@ -128,7 +128,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pkg-name: ["app", "pytorch", "lit"]
|
||||
pkg-name: ["app", "pytorch"]
|
||||
env:
|
||||
FREEZE_REQUIREMENTS: "1"
|
||||
steps:
|
||||
|
@ -185,5 +185,5 @@ jobs:
|
|||
with:
|
||||
name: docs-${{ matrix.pkg-name }}-${{ github.sha }}
|
||||
path: docs/build/html/
|
||||
# Use always() to always run this step to publish test results when there are test failures
|
||||
# Use always() to always run this step to publish test results when there are test failuress
|
||||
if: success()
|
||||
|
|
4
Makefile
4
Makefile
|
@ -47,8 +47,8 @@ test: clean
|
|||
python -m coverage report
|
||||
|
||||
docs: clean
|
||||
pip install -e . --quiet -r requirements/lit/docs.txt
|
||||
cd docs/source-lit && $(MAKE) html
|
||||
pip install -e . --quiet -r requirements/app/docs.txt
|
||||
cd docs/source-app && $(MAKE) html
|
||||
|
||||
update:
|
||||
git submodule update --init --recursive --remote
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -T -W
|
||||
SPHINXBUILD = sphinx-build
|
||||
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)
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_static/copybutton.js
|
|
@ -1 +0,0 @@
|
|||
../../../../../source-pytorch/_static/images/accelerator/ipus/profiler.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/benchmarks/figure-parity-times.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/PTL101_youtube_thumbnail.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/fast_2.gif
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/pl_overview.gif
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/pl_overview_flat.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/pl_quick_start_full_compressed.gif
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/tf_loss.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/tf_tags.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/general/tutorial_cover.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../source-app/_static/images/icon.svg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/lightning_lite/lite.gif
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/lightning_module/pt_to_pl.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/lightning_module/pt_trainer.png
|
|
@ -1 +0,0 @@
|
|||
../../../source-app/_static/images/logo-large.svg
|
|
@ -1 +0,0 @@
|
|||
../../../source-app/_static/images/logo-small.svg
|
|
@ -1 +0,0 @@
|
|||
../../../source-app/_static/images/logo.png
|
|
@ -1 +0,0 @@
|
|||
../../../source-app/_static/images/logo.svg
|
|
@ -1 +0,0 @@
|
|||
../../../source-pytorch/_static/images/logo_light.svg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/mnist_cpu_bar.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/mnist_gpu.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/mnist_tb.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/pt_to_pl.jpg
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/restart_runtime.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/runtime_tpu.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/tpu_fast.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/mnist_imgs/tpu_start.png
|
|
@ -1 +0,0 @@
|
|||
../../../../source-pytorch/_static/images/trainer/lr_finder.png
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_static/main.css
|
|
@ -1 +0,0 @@
|
|||
../../../source-pytorch/_templates/autosummary/module.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_templates/classtemplate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_templates/classtemplate_no_index.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_templates/layout.html
|
|
@ -1 +0,0 @@
|
|||
../../source-app/_templates/theme_variables.jinja
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/accelerator_prepare.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu_expert.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu_faq.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/gpu_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/hpu.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/hpu_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/hpu_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/ipu.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/ipu_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/ipu_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/ipu_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/mps.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/mps_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/tpu.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/tpu_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/tpu_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/tpu_faq.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/accelerators/tpu_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/finetuning.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/model_parallel.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/pretrained.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/pruning_quantization.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/strategy_registry.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/training_tricks.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/advanced/transfer_learning.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/api_reference/components.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/api_reference/core.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/api_reference/frontend.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/api_reference/runners.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-app/api_reference/storage.rst
|
|
@ -1 +0,0 @@
|
|||
../source-app/api_references.rst
|
|
@ -1 +0,0 @@
|
|||
../source-app/basics.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/benchmarking/benchmarks.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_advanced_2.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_advanced_3.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_expert.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_faq.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/cli/lightning_cli_intermediate_2.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cloud_training.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cloud_training_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cluster.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cluster_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cluster_expert.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cluster_intermediate_1.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/cluster_intermediate_2.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/fault_tolerant_training.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/fault_tolerant_training_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/fault_tolerant_training_expert.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/fault_tolerant_training_faq.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/grid_costs.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/run_advanced.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/run_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/run_expert.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/run_intermediate.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/session_basic.rst
|
|
@ -1 +0,0 @@
|
|||
../../source-pytorch/clouds/session_intermediate.rst
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue