File: index.md

package info (click to toggle)
sphinx-basic-ng 1.0.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: python: 179; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 400 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
# sphinx-basic-ng

A modern skeleton for Sphinx themes.

The template for each section is displayed on this page. To override it, create
your own template in the same location. For example,
`sections/article-main.html` will override the announcement HTML.

Below is a sample Table of Contents.

```{toctree}
:glob:

section-one/index
```

```{toctree}
:glob:
:caption: Caption

section-two/index
```