Skip to content

Commit 89e3775

Browse files
authored
Merge pull request #1247 from bact/toc-order
Specify order of notes in doc website TOC
2 parents 956eefa + 47b1787 commit 89e3775

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Website: `pythainlp.org <https://pythainlp.org/>`_
1818
:maxdepth: 1
1919
:caption: Notes
2020

21-
notes/*
21+
notes/installation
22+
notes/start
23+
notes/command
24+
notes/threadsafe
25+
notes/faq
26+
notes/license
2227

2328
.. toctree::
2429
:glob:
File renamed without changes.

docs/notes/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Development (pre-release) version::
99

1010
pip install --upgrade --pre pythainlp
1111

12-
Some features (for example, named entity recognition) require additional optional dependencies. Install them using the extras syntax:
12+
Some features (for example, named entity recognition) require additional optional dependencies. Install them using the `extras` syntax:
1313

1414
pip install pythainlp[extra1,extra2,...]
1515

@@ -145,8 +145,8 @@ Runtime configurations
145145

146146
Configures PyThaiNLP to operate in read-only mode (0 = False, 1 = True).
147147

148-
FAQ
149-
===
148+
Installation FAQ
149+
================
150150

151151
Q: How do I set environment variables on each executor node in a distributed environment?
152152

File renamed without changes.

0 commit comments

Comments
 (0)