Skip to content

Commit

Permalink
Fix includes of images from MD files
Browse files Browse the repository at this point in the history
Signed-off-by: Tims777 <[email protected]>
  • Loading branch information
Tims777 committed Feb 14, 2024
1 parent 8a6abfb commit 6e12b87
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ bin/
!**/docs/Makefile
!**/docs/readme_link.md
!**/docs/documentation.rst
!**/docs/_static

# Env files
*.env
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Merchant Size Predictor is labelled as the (Estimated) Value Predictor here.

### Component Diagram

![Component Diagram](Media/component-diagram-with-controller.svg)
![Component Diagram](_static/component-diagram-with-controller.svg)

### Sequence Diagram

![Sequence Diagram](Media/sequence-diagram.svg)
![Sequence Diagram](_static/sequence-diagram.svg)

### Controller Workflow Diagram

![Controller Workflow Diagram](Media/controller-workflow-diagram.jpg)
![Controller Workflow Diagram](_static/controller-workflow-diagram.jpg)
2 changes: 1 addition & 1 deletion Documentation/Design-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Merchant Size Predictor (MSP).

## Component Diagram

![Component Diagram](Media/component-diagram.svg)
![Component Diagram](_static/component-diagram.svg)

## External Software

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Google-Search-Strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ we try to combine the search methods and derive the most probable result.
4. Else: Return Phone-based search results
5. Else: Return nothing

![Search Strategy](./Media/google_places_strategy.drawio.png)
![Search Strategy](./_static/google_places_strategy.drawio.png)
File renamed without changes.
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions src/docs/_static

0 comments on commit 6e12b87

Please sign in to comment.