Skip to content

Commit 7d30abb

Browse files
docs: simulations: Fix images (#143)
* docs: simulations: Fix images * actions: Use default github-actions config
1 parent 19c0402 commit 7d30abb

4 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
python3 -m pip install mkdocs-git-revision-date-localized-plugin
2121
- name: Git setup and update
2222
run: |
23-
git config user.name "yashlamba" && git config user.email "yashlamba2000@gmail.com"
2423
git fetch origin
2524
- name: Build Docs
2625
run: mkdocs build

docs/simulations/algorithms/ToothpickPattern.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Toothpick Pattern
22
---
3-
<div style="float:right">
4-
![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png)
5-
</div>
3+
![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png){: style="height:200px";: align=right}
64

75
<p align="justify">
86
The toothpick sequence in geometry is a 2D pattern sequence which is based on the previous

docs/simulations/mathematics/LissajousPattern.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Lissajous Pattern
22
---
3-
<div style="float:right">
4-
![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";}
5-
</div>
3+
![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";: align=right}
64

75
<p align="justify">
86
A Lissajous curve in mathematics, also known as Lissajous Figure or Bowditch curve is the

docs/simulations/mathematics/MaurerRosePattern.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Maurer Rose Pattern
22
---
3-
<div style="float:right">
4-
![MaurerRoseLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/MaurerRoseLight.png){: style="height:200px";}
5-
</div>
3+
![MaurerRoseLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/MaurerRoseLight.png){: style="height:200px";: align=right}
64

75
A Maurer rose of the rose $r = sin(nθ)$ consists of the 360 lines successively connecting the mentioned below
86
361 points, where $n$ is a positive integer. The rose has $n$ petals if $n$ is odd, and $2n$ petals if $n$ is even.

0 commit comments

Comments
 (0)