Skip to content

Commit

Permalink
Remove image embed using rst notation (#3496)
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Stichbury <[email protected]>
  • Loading branch information
stichbury authored Jan 11, 2024
1 parent 2308ce8 commit 9a5ef57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions docs/source/deployment/databricks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ The workflow documented in ["Use a Databricks job to deploy a Kedro project"](./
---
Here's a flowchart to guide your choice of workflow:

```{image} ../../meta/images/databricks-flow-chart.png
:alt: mermaid-Decision making diagram for deploying Kedro projects to Databricks
```
![Decision making diagram for deploying Kedro projects to Databricks](../../meta/images/databricks-flow-chart.png)

% Mermaid code, see https://github.com/kedro-org/kedro/wiki/Render-Mermaid-diagrams
% flowchart TD
Expand Down
5 changes: 2 additions & 3 deletions docs/source/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ If you decide to deploy your Kedro project onto a single machine, you should con

If your pipeline is sizeable, you may want to run it across separate machines, so will need to consult our [guide to distributed deployment](distributed.md).

```{image} ../meta/images/deployment-diagram.png
:alt: mermaid-Decision making diagram for deploying Kedro projects
```
![Decision making diagram for deploying Kedro projects](../meta/images/deployment-diagram.png)


% Mermaid code, see https://github.com/kedro-org/kedro/wiki/Render-Mermaid-diagrams
% flowchart TD
Expand Down
5 changes: 2 additions & 3 deletions docs/source/kedro_project_setup/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ You can provide the following optional arguments in `KedroSession.create()`:
for the underlying **`KedroContext`**; if specified, this will update (and therefore take precedence over) parameters retrieved from the project configuration

## `bootstrap_project` and `configure_project`
```{image} ../meta/images/kedro-session-creation.png
:alt: mermaid-General overview diagram for KedroSession creation
```

![General overview diagram for KedroSession creation](../meta/images/kedro-session-creation.png)

% Mermaid code, see https://github.com/kedro-org/kedro/wiki/Render-Mermaid-diagrams
% graph LR
Expand Down
4 changes: 1 addition & 3 deletions docs/source/starters/new_project_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ See the [Kedro-Viz documentation](https://docs.kedro.org/projects/kedro-viz/en/s

Here is a flowchart to help illustrate some example choice of tools you can select:

```{image} ../meta/images/project-tools-choices.png
:alt: mermaid-Example diagram of specific tool choices
```
![Example diagram of specific tool choices](../meta/images/project-tools-choices.png)

% Mermaid code, see https://github.com/kedro-org/kedro/wiki/Render-Mermaid-diagrams
% flowchart TD
Expand Down

0 comments on commit 9a5ef57

Please sign in to comment.