-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (29 loc) · 900 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (29 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: ControlSystems.jl
repo_url: https://github.com/JuliaControl/ControlSystems.jl
site_description: A control systems design toolbox for Julia.
site_author: JuliaControl
theme: readthedocs
extra_css:
- assets/Documenter.css
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
- assets/mathjaxhelper.js
markdown_extensions:
- extra
- tables
- fenced_code
docs_dir: 'build'
pages:
- Home: 'index.md'
- Examples:
- Design: 'examples/example.md'
- Guide:
- Introduction: 'man/introduction.md'
- 'Creating Transfer Functions': 'man/creatingtfs.md'
- Functions:
- Constructors: 'lib/constructors.md'
- Analysis: 'lib/analysis.md'
- Synthesis: 'lib/synthesis.md'
- 'Time and Frequency response': 'lib/timefreqresponse.md'
- Plotting: 'lib/plotting.md'
- Display: 'lib/display.md'