ReMe/docs
2024-08-21 15:09:27 +08:00
..
images refactor: Remove unused CLI scripts and update file paths 2024-08-21 15:09:27 +08:00
sphinx_doc [doc] add api document 2024-08-05 12:22:17 +08:00
Installation.md refactor: Remove unused CLI scripts and update file paths 2024-08-21 15:09:27 +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