Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/python/cocalc-api/mkdocs.yml
1709 views
1
site_name: CoCalc API (Python)
2
theme:
3
name: material
4
5
plugins:
6
- search
7
- mkdocstrings:
8
default_handler: python
9
handlers:
10
python:
11
options:
12
docstring_style: google
13
show_source: true
14
15
nav:
16
- Home: index.md
17
- API Reference:
18
- System: api/system.md
19
- Projects: api/projects.md
20
- Jupyter: api/jupyter.md
21
- Database: api/database.md
22
- Messages: api/messages.md
23
- Organizations: api/organizations.md
24
- Project: api/project.md
25
26