Skip to content

Commit 17dddbf

Browse files
authored
1 parent 5376947 commit 17dddbf

37 files changed

+7
-4633
lines changed

Makefile

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test docs
1+
.PHONY: test
22

33
install:
44
poetry install --with dev --with test
@@ -11,7 +11,7 @@ clean:
1111
rm -rf tmp
1212

1313
test:
14-
PYTHONPATH=src poetry run pytest tests
14+
poetry run pytest tests
1515

1616
format:
1717
poetry run ruff check --fix
@@ -23,24 +23,5 @@ pre_commit:
2323
serve:
2424
poetry run uvicorn memos.api.start_api:app
2525

26-
docs:
27-
pytest tests/test_docs.py -xq
28-
pip install mkdocs mkdocs-material -q
29-
mkdir -p tmp
30-
rm -f tmp/mkdocs.yml
31-
echo "site_name: MemOS Documentation" > tmp/mkdocs.yml
32-
echo "docs_dir: `pwd`/docs" >> tmp/mkdocs.yml
33-
echo "theme: material" >> tmp/mkdocs.yml
34-
echo "markdown_extensions:" >> tmp/mkdocs.yml
35-
echo " - pymdownx.highlight:" >> tmp/mkdocs.yml
36-
echo " anchor_linenums: true" >> tmp/mkdocs.yml
37-
echo " line_spans: __span" >> tmp/mkdocs.yml
38-
echo " pygments_lang_class: true" >> tmp/mkdocs.yml
39-
echo " - pymdownx.inlinehilite" >> tmp/mkdocs.yml
40-
echo " - pymdownx.snippets" >> tmp/mkdocs.yml
41-
echo " - pymdownx.superfences" >> tmp/mkdocs.yml
42-
cat docs/settings.yml >> tmp/mkdocs.yml
43-
mkdocs serve -f tmp/mkdocs.yml --no-livereload
44-
4526
openapi:
4627
poetry run python scripts/export_openapi.py --output docs/openapi.json

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="https://discord.gg/Txbx3gebZR">
3232
<img src="https://img.shields.io/badge/Discord-join%20chat-7289DA.svg?logo=discord" alt="Discord">
3333
</a>
34-
<a href="docs/assets/memos-wechat-group.png">
34+
<a href="docs/assets/qr_code.png">
3535
<img src="https://img.shields.io/badge/WeChat-Group-07C160.svg?logo=wechat" alt="WeChat Group">
3636
</a>
3737
<a href="https://opensource.org/license/apache-2-0/">
@@ -43,7 +43,7 @@
4343
---
4444

4545
<a href="https://memos.openmem.net/">
46-
<img src="docs/assets/SOTA_Score.jpg" alt="SOTA SCORE">
46+
<img src="docs/assets/sota_score.jpg" alt="SOTA SCORE">
4747
</a>
4848

4949

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
All documentation has been moved to a separate repository: https://github.com/MemTensor/MemOS-Docs. Please edit documentation there.
2+
3+
所有文档已迁移至独立仓库:https://github.com/MemTensor/MemOS-Docs。请在该仓库中编辑文档。

docs/assets/memos-architecture.png

-810 KB
Binary file not shown.

docs/assets/memos-banner.png

-1.42 MB
Binary file not shown.

docs/best_practice/common_errors_solutions.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/best_practice/memory_structure_design.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

docs/best_practice/network_workarounds.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)