Skip to content

Commit 0c34077

Browse files
committed
add docs
1 parent 916a83d commit 0c34077

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2816
-797
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,6 @@ coverage: ## check code coverage quickly with the default Python
6565
coverage html
6666
$(BROWSER) htmlcov/index.html
6767

68-
docs: ## generate Sphinx HTML documentation, including API docs
69-
rm -f docs/pythainlp.rst
70-
rm -f docs/modules.rst
71-
sphinx-apidoc -o docs/ pythainlp
72-
$(MAKE) -C docs clean
73-
$(MAKE) -C docs html
74-
$(BROWSER) docs/_build/html/index.html
75-
76-
servedocs: docs ## compile the docs watching for changes
77-
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
78-
7968
release: clean ## package and upload a release
8069
python setup.py sdist upload
8170
python setup.py bdist_wheel upload

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ PyThaiNLP
88
.. image:: https://img.shields.io/travis/wannaphongcom/pythainlp.svg
99
:target: https://travis-ci.org/wannaphongcom/pythainlp
1010

11-
.. image:: https://readthedocs.org/projects/pythainlp/badge/?version=latest
12-
:target: https://pythainlp.readthedocs.io/en/latest/?badge=latest
13-
:alt: Documentation Status
14-
1511
Thai NLP in python package.
1612

1713
Version
1814
--------
1915
0.0.6
2016

2117
* Free software: Apache Software License 2.0
22-
* Documentation: https://pythainlp.readthedocs.io.
18+
* Documentation: https://pythonhosted.org/pythainlp/
2319

2420

2521
Features

docs/Makefile

Lines changed: 0 additions & 177 deletions
This file was deleted.

docs/about.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# เกี่ยวกับ PyThaiNLP
2+
3+
โมดูล PyThaiNLP ถูกสร้างขึ้นมา เพื่อแก้ไขปัญหาการวิจัยและพัฒนา AI และโปรแกรมต่าง ๆ ที่มีการประมวลผลภาษาไทย
4+
5+
พัฒนาโดย นาย วรรณพงษ์ ภัททิยไพบูลย์

docs/authors.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)