mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-02 19:49:58 +00:00
📝 优化文档显示
This commit is contained in:
3
docs/en/guide/index.md
Normal file
3
docs/en/guide/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 开始不了一点
|
||||
|
||||
$\int_{1}^{2} x111$
|
24
docs/en/index.md
Normal file
24
docs/en/index.md
Normal 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
|
||||
---
|
Reference in New Issue
Block a user