From 7d30abbcdce5c7a80e291b4918de4ccad23066a9 Mon Sep 17 00:00:00 2001 From: Saksham Arora <50872172+sakshamarora1@users.noreply.github.com> Date: Fri, 30 Oct 2020 22:02:40 +0530 Subject: [PATCH] docs: simulations: Fix images (#143) * docs: simulations: Fix images * actions: Use default github-actions config --- .github/workflows/docs.yml | 1 - docs/simulations/algorithms/ToothpickPattern.md | 4 +--- docs/simulations/mathematics/LissajousPattern.md | 4 +--- docs/simulations/mathematics/MaurerRosePattern.md | 4 +--- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f881488..67cb05c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 "yashlamba2000@gmail.com" git fetch origin - name: Build Docs run: mkdocs build diff --git a/docs/simulations/algorithms/ToothpickPattern.md b/docs/simulations/algorithms/ToothpickPattern.md index c185c94..f972336 100644 --- a/docs/simulations/algorithms/ToothpickPattern.md +++ b/docs/simulations/algorithms/ToothpickPattern.md @@ -1,8 +1,6 @@ # Toothpick Pattern --- -
- ![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png) -
+![ToothpickPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/ToothpickPatternLight.png){: style="height:200px";: align=right}

The toothpick sequence in geometry is a 2D pattern sequence which is based on the previous diff --git a/docs/simulations/mathematics/LissajousPattern.md b/docs/simulations/mathematics/LissajousPattern.md index 63d3998..1a05d19 100644 --- a/docs/simulations/mathematics/LissajousPattern.md +++ b/docs/simulations/mathematics/LissajousPattern.md @@ -1,8 +1,6 @@ # Lissajous Pattern --- -

- ![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";} -
+![LissajousPatternLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/LissajousCurveLight.png){: style="height:200px";: align=right}

A Lissajous curve in mathematics, also known as Lissajous Figure or Bowditch curve is the diff --git a/docs/simulations/mathematics/MaurerRosePattern.md b/docs/simulations/mathematics/MaurerRosePattern.md index 319827c..aae0055 100644 --- a/docs/simulations/mathematics/MaurerRosePattern.md +++ b/docs/simulations/mathematics/MaurerRosePattern.md @@ -1,8 +1,6 @@ # Maurer Rose Pattern --- -

- ![MaurerRoseLight](https://raw.githubusercontent.com/cod-ed/simulate/master/assets/simulations/MaurerRoseLight.png){: style="height:200px";} -
+![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.