https://github.com/pythainlp/tutorials
The repository contains tutorial notebooks for the official documentation website.
https://github.com/pythainlp/tutorials
documentation hacktoberfest hacktoberfest-accepted tutorial tutorials
Last synced: 10 months ago
JSON representation
The repository contains tutorial notebooks for the official documentation website.
- Host: GitHub
- URL: https://github.com/pythainlp/tutorials
- Owner: PyThaiNLP
- License: apache-2.0
- Created: 2019-06-07T08:36:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T05:51:20.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:11:36.887Z (10 months ago)
- Topics: documentation, hacktoberfest, hacktoberfest-accepted, tutorial, tutorials
- Language: Jupyter Notebook
- Homepage: https://pythainlp.org/tutorials/
- Size: 7.44 MB
- Stars: 5
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyThaiNLP Tutorials
[](https://github.com/PyThaiNLP/tutorials/actions/workflows/deploy_docs.yml)
The repository contains tutorial notebooks for the official documentation website.
All the tutorial notebook are presented as sphinx-style document at:
[https://pythainlp.github.io/tutorials](https://pythainlp.github.io/tutorials)
## Contributing Guideline
1. Upload notebook to `source/notebooks` in `dev`
2. Create a pull request to `master` branch
3. After the pull request is merged, the new notbook will be generated automatically and uploaded to thainlp.org/pythainlp/tutorials
## Generate documentation
1. Run `make html` to build HTML document from notebooks
2. The generated HTML files will be in `build/html`