Skip to content

Commit

Permalink
Remove unnecessary files and subheaders in documentation (#2563)
Browse files Browse the repository at this point in the history
Tidying up.

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
stichbury authored and astrojuanlu committed May 5, 2023
1 parent 807c4e6 commit 081736c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 149 deletions.
13 changes: 0 additions & 13 deletions docs/draft/installed-kedro-project.puml

This file was deleted.

29 changes: 0 additions & 29 deletions docs/draft/kedro-ipython.puml

This file was deleted.

21 changes: 0 additions & 21 deletions docs/draft/kedro-no-project.puml

This file was deleted.

15 changes: 0 additions & 15 deletions docs/draft/kedro-plugin.puml

This file was deleted.

26 changes: 0 additions & 26 deletions docs/draft/kedro-run.puml

This file was deleted.

25 changes: 0 additions & 25 deletions docs/draft/kedro-with-project.puml

This file was deleted.

12 changes: 0 additions & 12 deletions docs/draft/python-m-project.puml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/hooks/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Hooks


## Introduction

Hooks are a mechanism to add extra behaviour to Kedro's main execution in an easy and consistent manner. Some examples might include:

* Adding a log statement after the data catalog is loaded.
Expand Down
2 changes: 0 additions & 2 deletions docs/source/nodes_and_pipelines/run_a_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ kedro run --runner=ThreadRunner

For more information on how to maximise concurrency when using Kedro with PySpark, please visit our guide on [how to build a Kedro pipeline with PySpark](../integrations/pyspark_integration.md).

hook_manager: PluginManager = None,

## Custom runners

If the built-in Kedro runners do not meet your requirements, you can also define your own runner within your project. For example, you may want to add a dry runner, which lists which nodes would be run without executing them:
Expand Down
3 changes: 0 additions & 3 deletions docs/source/tutorial/spaceflights_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ In this tutorial, we construct nodes and pipelines for a price-prediction model

The tutorial takes approximately **30 minutes** to complete. You will work in the terminal and by inspecting project files in an IDE or text editor. There is no Jupyter notebook for the project.


## Scenario

*It is 2160, and the space tourism industry is booming. Globally, thousands of space shuttle companies take tourists to the Moon and back. You have been able to source data that lists the amenities offered in each space shuttle, customer reviews, and company information.*

***Project***: *You want to construct a model that predicts the price for each trip to the Moon and the corresponding return flight.*
Expand Down

0 comments on commit 081736c

Please sign in to comment.