Skip to content

Commit 949dd83

Browse files
committed
Update docs
1 parent 132bae9 commit 949dd83

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ PyThaiNLP documentation
1010

1111
PyThaiNLP is a Python library for Thai natural language processing (NLP).
1212

13+
Website: `PyThaiNLP.github.io <https://pythainlp.github.io/>`_
14+
1315

1416
.. toctree::
1517
:glob:

docs/notes/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Thai has historically faced a lot of NLP challenges. A quick list of them includ
1919

2020
Tutorial Notebooks
2121
==================
22-
- [PyThaiNLP Get Started](https://pythainlp.github.io/tutorials/notebooks/pythainlp-get-started.html)
23-
- [Other tutorials](https://pythainlp.github.io/tutorials/)
22+
- `PyThaiNLP Get Started <https://pythainlp.github.io/tutorials/notebooks/pythainlp-get-started.html>`_
23+
- `Other tutorials <https://pythainlp.github.io/tutorials/>`_

docs/notes/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ where ``extras`` can be
2828
- ``wordnet`` (to support wordnet)
2929
- ``full`` (install everything)
3030

31-
For dependency details, look at `extras` variable in [`setup.py`](https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py).
31+
For dependency details, look at `extras` variable in `setup.py <https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py>`_.
3232

3333
Note for installation on Windows:
3434

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
transliteration, soundex generation, spell checking, and
1515
date and time parsing/formatting.
1616
17+
Website: [pythainlp.github.io](https://pythainlp.github.io/)
18+
1719
# Install
1820
1921
For stable version:

0 commit comments

Comments
 (0)