Skip to content

Commit a7549c5

Browse files
another commit
1 parent bb21bac commit a7549c5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Damavand simplifies the development of an Extract-Transform-Load (ETL) pipeline
88

99
The image below, illustrates the lifecycle of a Damavand pipeline. As highlighted in the image, employment of Damavand makes the development of ETL pipelines highly repeatable, resulting in faster iterative trials.
1010

11-
![Damavand Lifecycle](/assets/images/lifecycle.jpg)
11+
![Damavand Lifecycle](assets/images/lifecycle.jpg)
1212

1313
It is worth mentioning that we do not regard data augmentation as an essential step of the pipeline; therefore, we have not included that in this section; complementary explanations on data augmentation using Damavand is provided late on this page.
1414

@@ -25,7 +25,7 @@ Damavand currently consists of four modules:
2525

2626
The image below, illustrates an overview of the Damavand.
2727

28-
![Damavand Overview](/assets/images/damavand_overview.jpg)
28+
![Damavand Overview](assets/images/damavand_overview.jpg)
2929

3030
## Datasets
3131

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Damavand
22

33
<p align="center">
4-
<img src="/assets/images/logo_new_cropped.jpg" alt="Damavand Logo" width="300">
4+
<img src="assets/images/logo_new_cropped.jpg" alt="Damavand Logo" width="300">
55
</p>
66

77
## Introduction

docs/inspiration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Inspiration
22

33
<p align="center">
4-
<img src="/assets/images/header.jpg" alt="Damavand from Abbasabad">
4+
<img src="assets/images/header.jpg" alt="Damavand from Abbasabad">
55
</p>
66

77
<p align="center">
@@ -76,8 +76,8 @@ The modern poet Bahār personifies Damavand as a chained giant — snow-capped,
7676
One of the most glorious appearances of Damavand in music, is defiently the Symphony No. 6 by [Shahin Farhat](https://en.wikipedia.org/wiki/Shahin_Farhat); Iranian musician and composer.
7777

7878
<div style="display: flex; justify-content: center; gap: 10px; align-items: flex-start;">
79-
<img src="/assets/images/shahin_farhat.jpg" alt="Shahin Farhat" style="height:300px; width:auto;">
80-
<img src="/assets/images/damavand_symphony_artwork.jpg" alt="Symphony No. 6 Artwork" style="height:300px; width:auto;">
79+
<img src="assets/images/shahin_farhat.jpg" alt="Shahin Farhat" style="height:300px; width:auto;">
80+
<img src="assets/images/damavand_symphony_artwork.jpg" alt="Symphony No. 6 Artwork" style="height:300px; width:auto;">
8181
</div>
8282

8383

@@ -99,7 +99,7 @@ One of the most glorious appearances of Damavand in music, is defiently the Symp
9999
Photography has captured Damavand’s towering presence, often highlighting its snow-covered peak against Iran’s landscapes.
100100

101101
<p align="center">
102-
<img src="/assets/images/tiled_image.jpg" alt="Damavand Mountain">
102+
<img src="assets/images/tiled_image.jpg" alt="Damavand Mountain">
103103
</p>
104104
<p align="center">
105105
Sources:

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ extra_javascript:
5454
repo_url: https://github.com/pydamavand/damavand
5555
repo_name: pydamavand/damavand
5656

57-
# site_url: https://pydamavand.github.io/documentation/
58-
# site_base_url: /documentation/
57+
site_url: https://pydamavand.github.io/documentation/
58+
site_base_url: /documentation/

0 commit comments

Comments
 (0)