Skip to content

Commit

Permalink
docs: simulations: Fix images (#143)
Browse files Browse the repository at this point in the history
* docs: simulations: Fix images

* actions: Use default github-actions config
  • Loading branch information
sakshamarora1 authored Oct 30, 2020
1 parent 19c0402 commit 7d30abb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python3 -m pip install mkdocs-git-revision-date-localized-plugin
- name: Git setup and update
run: |
git config user.name "yashlamba" && git config user.email "[email protected]"
git fetch origin
- name: Build Docs
run: mkdocs build
Expand Down
4 changes: 1 addition & 3 deletions docs/simulations/algorithms/ToothpickPattern.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Toothpick Pattern
---
<div style="float:right">
![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png)
</div>
![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png){: style="height:200px";: align=right}

<p align="justify">
The toothpick sequence in geometry is a 2D pattern sequence which is based on the previous
Expand Down
4 changes: 1 addition & 3 deletions docs/simulations/mathematics/LissajousPattern.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Lissajous Pattern
---
<div style="float:right">
![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";}
</div>
![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";: align=right}

<p align="justify">
A Lissajous curve in mathematics, also known as Lissajous Figure or Bowditch curve is the
Expand Down
4 changes: 1 addition & 3 deletions docs/simulations/mathematics/MaurerRosePattern.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Maurer Rose Pattern
---
<div style="float:right">
![MaurerRoseLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/MaurerRoseLight.png){: style="height:200px";}
</div>
![MaurerRoseLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/MaurerRoseLight.png){: style="height:200px";: align=right}

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

0 comments on commit 7d30abb

Please sign in to comment.