Skip to content

Commit

Permalink
Finish removing carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Oct 1, 2024
1 parent 340bec6 commit f3df9aa
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 66 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"robpol86_com.html_context",
"robpol86_com.move_static",
"robpol86_com.tags",
"sphinx_carousel.carousel", # https://sphinx-carousel.readthedocs.io
"sphinx_copybutton", # https://sphinx-copybutton.readthedocs.io
"sphinx_disqus.disqus", # https://sphinx-disqus.readthedocs.io
"sphinx_external_toc", # https://sphinx-external-toc.readthedocs.io
Expand Down Expand Up @@ -128,11 +127,6 @@


# Extension settings.
carousel_show_buttons_on_top = True
carousel_show_captions_below = True
carousel_show_controls = True
carousel_show_indicators = True
carousel_show_shadows = True
disqus_shortname = "rob86wiki"
external_toc_path = ".toc.yml"
imgur_target_format = "https://i.imgur.com/%(id)s.%(ext)s"
Expand Down
89 changes: 45 additions & 44 deletions docs/vw_alltrack_2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,50 +30,51 @@ Instructions:

Pictures:

```{carousel}
:data-bs-interval: "false"
:::{imgur-figure} bKipQfp
%
Parts included in the kit I bought from ShopDAP (excluding the pick which I got from Amazon).
:::
:::{imgur-figure} c574eG9
Rear (Driver Side) Before
I started with the rear. This is how it originally looked like. I used the pick tool to stab and yank out the two plastic
covers.
:::
:::{imgur-figure} 9A0Pzjd
Rear (Passenger Side) Installation
I installed the rear pad by pressing it into the front hole first until it snapped into place. I then rotated the pad and the
rear side snapped in easily. I didn't need to use any type of grease either.
:::
:::{imgur-figure} wVSirBZ
%
Done with both rears.
:::
:::{imgur-figure} dw898De
Front Before
Remove the Torx screw first. Then push in the two tabs on the other side and slide the trim piece towards the rear.
:::
:::{imgur-figure} 4KFUGuV
%
This is what it looks like with the trim piece removed.
:::
:::{imgur-figure} TQ6LhyF
%
Install the rubber piece first (not visible here). Then slide in the new trim piece (there are three guides that should hold
the corners of the trim piece in place as you slide it). It should click into place. Screw in the Torx screw and then install
the final cover piece (I used my floor jack to press it into the rubber piece). Again I didn't need to use any grease.
:::
```{list-table}
* - :::{imgur-figure} bKipQfp
%
Parts included in the kit I bought from ShopDAP (excluding the pick which I got from Amazon).
:::
- :::{imgur-figure} c574eG9
Rear (Driver Side) Before
I started with the rear. This is how it originally looked like. I used the pick tool to stab and yank out the two plastic
covers.
:::
- :::{imgur-figure} 9A0Pzjd
Rear (Passenger Side) Installation
I installed the rear pad by pressing it into the front hole first until it snapped into place. I then rotated the pad and the
rear side snapped in easily. I didn't need to use any type of grease either.
:::
* - :::{imgur-figure} wVSirBZ
%
Done with both rears.
:::
- :::{imgur-figure} dw898De
Front Before
Remove the Torx screw first. Then push in the two tabs on the other side and slide the trim piece towards the rear.
:::
- :::{imgur-figure} 4KFUGuV
%
This is what it looks like with the trim piece removed.
:::
* - :::{imgur-figure} TQ6LhyF
%
Install the rubber piece first (not visible here). Then slide in the new trim piece (there are three guides that should hold
the corners of the trim piece in place as you slide it). It should click into place. Screw in the Torx screw and then install
the final cover piece (I used my floor jack to press it into the rubber piece). Again I didn't need to use any grease.
:::
-
-
```

## Aug '22 OEMTools 24938 Gauge Mod
Expand Down
16 changes: 1 addition & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ python = "^3.9"
myst-parser = {version = "*", extras = ["linkify"]}
sphinx = "4.5.0" # TODO: validate sphinx-carousel on Sphinx==5.3.x
sphinx-book-theme = "0.3.3" # TODO: validate sphinx-carousel
sphinx-carousel = "*"
sphinx-copybutton = "*"
sphinx-disqus = "*"
sphinx-external-toc = "*"
Expand Down

0 comments on commit f3df9aa

Please sign in to comment.