An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PyThaiNLP Tutorials

[![Deploy Docs dev](https://github.com/PyThaiNLP/tutorials/actions/workflows/deploy_docs.yml/badge.svg)](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`