Skip to content
Snippets Groups Projects
Commit d1d85364 authored by Marcus Greiff's avatar Marcus Greiff
Browse files

First attempt to add documentationO

parent e5eefac7
No related branches found
No related tags found
No related merge requests found
Pipeline #
[![pipeline status](https://gitlab.control.lth.se/labdev/LabConnections.jl/badges/master/pipeline.svg)](https://gitlab.control.lth.se/labdev/LabConnections.jl/commits/master)
[![coverage report](https://gitlab.control.lth.se/labdev/LabConnections.jl/badges/master/coverage.svg)](https://gitlab.control.lth.se/labdev/LabConnections.jl/commits/master)
Documentation available at [Documentation](http://processes.gitlab.control.lth.se/documentation/labconnections/)
[![pipeline status](https://gitlab.control.lth.se/labdev/LabConnections.jl/badges/master/pipeline.svg)](https://gitlab.control.lth.se/labdev/LabConnections.jl/commits/master)
[![coverage report](https://gitlab.control.lth.se/labdev/LabConnections.jl/badges/master/coverage.svg)](https://gitlab.control.lth.se/labdev/LabConnections.jl/commits/master)
Documentation available at [Documentation](http://processes.gitlab.control.lth.se/documentation/labconnections/)
using Documenter, LabProcesses
# makedocs()
# deploydocs(
# deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-cinder"),
# repo = "gitlab.control.lth.se/processes/LabProcesses.jl",
# branch = "gh-pages",
# julia = "0.6",
# osname = "linux"
# )
makedocs(
format = :html,
sitename = "LabConnections",
pages = [
"index.md",
]
)
site_name: LabConnections.jl
repo_url: https://gitlab.control.lth.se/labdev/LabConnections.jl
site_description: Documentation for LabConnections.jl
site_author: Marcus Greiff, Mattias Fält, Marcus Thelander
theme: cinder
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
- mdx_math:
enable_dollar_delimiter: True
docs_dir: 'build'
pages:
- Home: index.md
# LabConnections
```@contents
Depth = 3
```
asd
## Installation
asd
# How to implement a new process
asd
# How to control a process
asd
# How to implement a Simulated Process
asd
## Linear process
asd
asd
# Process interface specification
asd
```@autodocs
Modules = [LabConnections]
Private = false
```
# Index
```@index
```
# LabConnections
```@contents
Depth = 3
```
asd
## Installation
asd
# How to implement a new process
asd
# How to control a process
asd
# How to implement a Simulated Process
asd
## Linear process
asd
asd
# Process interface specification
asd
```@autodocs
Modules = [LabConnections]
Private = false
Pages = ["interface_documentation.jl"]
```
# Index
```@index
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment