Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary files and subheaders in documentation #2563

Merged
merged 3 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops! 😅


## 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