BotSharp/docs
2023-07-31 20:46:43 -05:00
..
agent Complete the getting started document 2023-07-31 19:57:11 -05:00
assets update docs 2019-03-23 00:18:56 -05:00
configuration docs update 2018-10-02 11:51:23 -05:00
integrations Complete the getting started document 2023-07-31 19:57:11 -05:00
quick-start Complete the getting started document 2023-07-31 19:57:11 -05:00
static Complete the getting started document 2023-07-31 19:57:11 -05:00
conf.py needs_sphinx 2.1+ 2023-07-31 20:38:43 -05:00
index.rst Complete the getting started document 2023-07-31 19:57:11 -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
README.md Complete the getting started document 2023-07-31 19:57:11 -05:00
requirements.txt Add docs/requirements.txt. 2023-07-31 20:46:43 -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
pip install myst-parser
cd docs
./make html