📝 优化文档显示

This commit is contained in:
2024-08-29 19:00:01 +08:00
committed by snowykami
parent d027d4b862
commit c08a0c7fda
38 changed files with 490 additions and 273 deletions

3
docs/en/guide/index.md Normal file
View File

@ -0,0 +1,3 @@
# 开始不了一点
$\int_{1}^{2} x111$

24
docs/en/index.md Normal file
View File

@ -0,0 +1,24 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "MBCP docs"
text: "More basic change particle"
tagline: A Library for Python to create particle effects and geometric figures
actions:
- theme: brand
text: Get Started
link: ./guide/
- theme: alt
text: API Reference
link: ./api/
features:
- title: Easy to use
details: Through a simple interface, most of the geometric operations and particle production requirements have been achieved
- title: Integrated
details: Encapsulated and integrated<code>numpy</code>, <code>scipy</code> and <code>sympy</code>, making script writing as simple as using Geogebra
- title: Rich presets
details: Rich presets and examples, you can use it directly, and you can also customize the parameters to create your own effects
---