File: index.md

package info (click to toggle)
sphinx-basic-ng 1.0.0~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: python: 179; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Sample Documentation

This is sample documentation, showing how `sphinx-basic-ng` can be used to
simplify the development of a Sphinx theme.

```{toctree}
top-level-one
section-one/index
Second Section <section-two/index>
top-level-two
```

Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta quod nulla
officia! Ratione voluptate distinctio in architecto! Reprehenderit neque dicta
in eligendi similique obcaecati eos? Quibusdam assumenda pariatur dolore
voluptas?

```{toctree}
:caption: Caption!
:titlesonly:

top-level-three
external <https://example.com>
```