Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 2.1 KB

sphinx.rst

File metadata and controls

94 lines (54 loc) · 2.1 KB

Sphinx Documentation

sudo apt-get install  texmaker gummi texlive texlive-full texlive-latex-recommended latexdraw intltool-debian lacheck libgtksourceview2.0-0 libgtksourceview2.0-common lmodern luatex po-debconf tex-common texlive-binaries texlive-extra-utils texlive-latex-base texlive-latex-base-doc texlive-luatex texlive-xetex texlive-lang-cyrillic texlive-fonts-extra texlive-science texlive-latex-extra texlive-pstricks
  • Link checking is facilitated by sphinx using make linkcheck (on windows)
  • Add section on FontAwesome inline icons from sphinx-panels
  • https://fontawesome.com/
  • Add tutorial/ section on maintaining a bibliography in Sphinx.

Useful Sphinx Extensions

Content of the top-left panel

---

Content of the top-right panel

example,badge-primary

---

eye,mr-1 Bottom-left panel

Hidden content

---

ReStructuredText

.. panels::

    Content of the top-left panel

    ---

    Content of the top-right panel

    :badge:`example,badge-primary`

    ---

    .. dropdown:: :fa:`eye,mr-1` Bottom-left panel

        Hidden content

    ---

    .. link-button:: https://example.com
        :text: Clickable Panel
        :classes: stretched-link

MyST Markdown

````{panels}
Content of the top-left panel

---

Content of the top-right panel

{badge}`example,badge-primary`

---

```{dropdown} :fa:`eye,mr-1` Bottom-left panel
Hidden content
```

---

```{link-button} https://example.com
:text: Clickable Panel
:classes: stretched-link
```

````