-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused docs/package.json Nowadays sphinx-autobuild offers similar functionality. Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix Sphinx language config Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix circular imports Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Remove unused documentation extensions Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Try to not move files around Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix CSS paths Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix file hierarchy Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix Read the Docs configuration Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Update documentation dependencies Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Manually fix JupyterCommandGroup API docs See gh-2453. Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Install all documentation dependencies Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Restore test requirements kedro.extras.datasets is still being tested. Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Remove all autosummary members from problematic class See gh-2453. Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Temporarily disable nitpicky mode for linkcheck Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Upgrade Read the Docs to Python 3.8 Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix destination of linkcheck Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Minor fixes to docstrings Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Minor reference fix Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Cap sphinx-autodoc-typehints version Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Restore nitpicky linkcheck Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Restore treating documentation warnings as errors Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Remove redundant build-docs CI job Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Ignore .rst files generated to support docs build Signed-off-by: Jo Stichbury <[email protected]> * Explain ignored documentation files Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Move linkcheck to Read the Docs Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Remove old devserver Makefile target Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix databricks broken reference Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix pyspark broken reference Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Fix other broken references Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> --------- Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Jo Stichbury <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> Signed-off-by: Jannic Holzer <[email protected]>
- Loading branch information
Showing
48 changed files
with
61 additions
and
190 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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
:maxdepth: 2 | ||
databricks_workspace.md | ||
visualisation.md | ||
databricks_visualisation.md | ||
``` |
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,8 @@ | ||
# PySpark integration | ||
|
||
```{toctree} | ||
:caption: PySpark | ||
:maxdepth: 2 | ||
pyspark_integration.md | ||
``` |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst
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,10 @@ | ||
kedro.framework.cli.jupyter.JupyterCommandGroup | ||
=============================================== | ||
|
||
.. currentmodule:: kedro.framework.cli.jupyter | ||
|
||
.. autoclass:: JupyterCommandGroup | ||
:members: | ||
|
||
.. Removed all methods and properties, | ||
.. see https://github.com/kedro-org/kedro/issues/2453 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.