File: mkdocs.yml

package info (click to toggle)
wimsapi 0.5.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: python: 3,096; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
site_name: WimsAPI Documentation
site_author: Quentin Coumes
repo_url: https://github.com/qcoumes/wimsapi

nav:
  - Installation: index.md
  - API:
    - Class: class.md
    - User: user.md
    - Sheet: sheet.md
    - Exercise: exercise.md
    - Exam: exam.md
    - Exceptions: exceptions.md
  - "Low-Level API": api.md
  - "Adm/raw API": adm-raw.md
  - "Change log": CHANGES.md
  - License: license.md
  - Github: https://github.com/qcoumes/wimsapi

theme: readthedocs