@@ -99,7 +99,7 @@ These tools offer some or all of these features:
9999
100100```` {tabs}
101101 ```{group-tab} Python
102- - [Sphinx](https://www.sphinx-doc.org) **this is how this lesson material is built**
102+ - [Sphinx](https://www.sphinx-doc.org) **← this is how this lesson material is built**
103103 - Generate HTML/PDF/LaTeX from RST and Markdown (MyST)
104104 - Basically all Python projects use Sphinx but **Sphinx is not limited to Python**.
105105 - [Read the docs](https://about.readthedocs.com)
@@ -122,15 +122,16 @@ These tools offer some or all of these features:
122122
123123 ```
124124 ```{group-tab} R
125- [pkgdown](https://pkgdown.r-lib.org/)
126- Long-Form Documentation for R is typically contained in [vignettes](https://r-pkgs.org/vignettes.html)
127- - **API Reference generation**: via
128- [roxygen2](https://roxygen2.r-lib.org/) and
129- Rdconv
130- - Uses RMarkdown and a LaTeX-like syntax
131- - **Search:**
132- - client-side (Javascript that runs in browser - fuse.js)
133- - also typically avaiable in RStudio
125+ - [pkgdown](https://pkgdown.r-lib.org/)
126+ - **API Reference generation**: via
127+ [roxygen2](https://roxygen2.r-lib.org/) and
128+ Rdconv
129+ - Uses RMarkdown and a LaTeX-like syntax
130+ - **Search:**
131+ - client-side (Javascript that runs in browser - fuse.js)
132+ - also typically avaiable in RStudio
133+
134+ Long-Form Documentation for R is typically contained in [vignettes](https://r-pkgs.org/vignettes.html).
134135
135136 ```
136137 ```{group-tab} C/C++
@@ -183,7 +184,7 @@ These tools offer some or all of these features:
183184
184185 - [Hugo](https://gohugo.io)
185186 - [Hexo](https://hexo.io)
186- - [Zola](https://www.getzola.org/) **<- this is what we use for our project website and workshop websites**
187+ - [Zola](https://www.getzola.org/) **← this is what we use for our project website and workshop websites**
187188 - [Jekyll](https://jekyllrb.com/), default for GitHub pages
188189
189190 - [Franklin.jl](https://github.com/JuliaDocs/Franklin.jl): focuses on technical blogging for the Julia community
0 commit comments