Skip to content

Commit f596cce

Browse files
committed
Add documentation
1 parent 1250a5b commit f596cce

17 files changed

+16
-14
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="images/iftg_logo_small.png" alt="Logo" width="60%">
2+
<img src="assets/iftg_logo_small.png" alt="Logo" width="60%">
33
<h1><b>Welcome to IFTG Documentation</b></h1>
44
</div>
55

docs/introduction.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ enhancing the robustness of your models.
4646
<th>Dilate</th>
4747
</tr>
4848
<tr>
49-
<td><img src="../images/background_img.png" alt="Background" width="100%"></td>
50-
<td><img src="../images/blur_img.png" alt="Blur" width="100%"></td>
51-
<td><img src="../images/brightness_img.png" alt="Brightness" width="100%"></td>
52-
<td><img src="../images/dilate_img.png" alt="Dilate" width="100%"></td>
49+
<td><img src="assets/background_img.png" alt="Background" width="100%"></td>
50+
<td><img src="assets/blur_img.png" alt="Blur" width="100%"></td>
51+
<td><img src="assets/brightness_img.png" alt="Brightness" width="100%"></td>
52+
<td><img src="assets/dilate_img.png" alt="Dilate" width="100%"></td>
5353
</tr>
5454
</table>
5555

@@ -61,10 +61,10 @@ enhancing the robustness of your models.
6161
<th>Gaussian</th>
6262
</tr>
6363
<tr>
64-
<td><img src="../images/elastic_img.png" alt="Elastic" width="100%"></td>
65-
<td><img src="../images/erode_img.png" alt="Erode" width="100%"></td>
66-
<td><img src="../images/flip_img.png" alt="Flip" width="100%"></td>
67-
<td><img src="../images/gaussian_img.png" alt="Gaussian" width="100%"></td>
64+
<td><img src="assets/elastic_img.png" alt="Elastic" width="100%"></td>
65+
<td><img src="assets/erode_img.png" alt="Erode" width="100%"></td>
66+
<td><img src="assets/flip_img.png" alt="Flip" width="100%"></td>
67+
<td><img src="assets/gaussian_img.png" alt="Gaussian" width="100%"></td>
6868
</tr>
6969
</table>
7070

@@ -75,9 +75,9 @@ enhancing the robustness of your models.
7575
<th>Shadow</th>
7676
</tr>
7777
<tr>
78-
<td><img src="../images/pixeldropout_img.png" alt="Pixel Dropout" width="100%"></td>
79-
<td><img src="../images/rotation_img.png" alt="Rotatoin" width="100%"></td>
80-
<td><img src="../images/shadow_img.png" alt="Shadow" width="100%"></td>
78+
<td><img src="assets/pixeldropout_img.png" alt="Pixel Dropout" width="100%"></td>
79+
<td><img src="assets/rotation_img.png" alt="Rotatoin" width="100%"></td>
80+
<td><img src="assets/shadow_img.png" alt="Shadow" width="100%"></td>
8181
</tr>
8282
</table>
8383

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
site_name: ImageFromTextGenerator
2+
site_url: https://omarsamirz.github.io/ImageFromTextGenerator/
3+
24
theme:
3-
favicon: 'images/iftg_logo_small.png'
4-
logo: 'images/iftg_logo_small.png'
5+
favicon: assets/iftg_logo.png
6+
logo: assets/iftg_logo.png
57
name: material
68
language: en
79
features:

0 commit comments

Comments
 (0)