https://github.com/apachecn/cython-doc-zh
Cython 3.0 中文文档
https://github.com/apachecn/cython-doc-zh
Last synced: 6 months ago
JSON representation
Cython 3.0 中文文档
- Host: GitHub
- URL: https://github.com/apachecn/cython-doc-zh
- Owner: apachecn
- License: other
- Created: 2019-07-10T03:54:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T02:23:11.000Z (over 2 years ago)
- Last Synced: 2025-07-31T05:58:40.129Z (7 months ago)
- Homepage: https://cython.apachecn.org
- Size: 272 KB
- Stars: 113
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.