BotSharp/docs
2023-06-19 07:43:36 -05:00
..
agent Update document in https://botsharp.readthedocs.io 2018-09-14 16:31:57 -05:00
assets update docs 2019-03-23 00:18:56 -05:00
configuration docs update 2018-10-02 11:51:23 -05:00
Deployment Run Increase English deployment run documentation 2019-09-10 09:18:29 +08:00
development Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
installation Merge NLP and Algorithm sub project into one solution. 2018-09-03 21:05:57 -05:00
integrations Update document in https://botsharp.readthedocs.io 2018-09-14 16:31:57 -05:00
models Update document in https://botsharp.readthedocs.io 2018-09-14 16:31:57 -05:00
static Update tutorial doc. 2023-06-19 07:43:36 -05:00
集成微信公众号 Merge branch 'master' into master 2018-10-24 16:25:03 +08:00
conf.py Update tutorial doc. 2023-06-19 07:43:36 -05:00
FrontCover.md update docs 2019-03-23 00:18:56 -05:00
index.rst Update tutorial doc. 2023-06-19 07:43:36 -05:00
installation.rst Update tutorial doc. 2023-06-19 07:43:36 -05:00
make.bat relocate index.rst 2018-08-19 16:36:06 -05:00
Makefile relocate index.rst 2018-08-19 16:36:06 -05:00
Name-Entity Recognition(NER) Comparation.pdf Add files via upload 2019-01-11 13:57:40 -06:00
overview.md Update tutorial doc. 2023-06-19 07:43:36 -05:00
README.md Update tutorial doc. 2023-06-19 07:43:36 -05:00

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme

cd docs
./make html