ReMe/docs
fuqingxu.fqx 4e9cfe08c7 add custom worker
* udpate CLI readme

* add rewrite worker

* fix new worker prompt & modify unittest

* feat: Resolve conflict, auto committed by CodeFlow
2024-08-29 12:23:54 +08:00
..
images add custom worker 2024-08-29 12:23:54 +08:00
sphinx_doc [doc] add api document 2024-08-05 12:22:17 +08:00
installation.md document revision 2024-08-27 15:58:15 +08:00
installation_zh.md document revision 2024-08-27 15:58:15 +08:00
README.md feat: Add new modules and update README 2024-07-18 14:59:00 +08:00

MemoryScope Documentation

Build Documentation

Please use the following commands to build sphinx doc of MemoryScope.

# step 1: Install dependencies
pip install sphinx sphinx-autobuild sphinx_rtd_theme myst-parser sphinxcontrib-mermaid

# step 2: go into the sphinx_doc dir
cd docs/sphinx_doc

# step 3: build the sphinx doc
./build_sphinx_doc.sh

# step 4: view sphinx_doc/build/html/index.html using your browser
cd docs/sphinx_doc/build/html && python -m http.server 8899