Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
LabProcesses.jl
Commits
6e31af34
Commit
6e31af34
authored
Aug 31, 2017
by
Fredrik Bagge Carlson
Browse files
Update docs
parent
1457c754
Pipeline
#557
passed with stage
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
6e31af34
...
...
@@ -15,11 +15,3 @@ makedocs(
"index.md"
,
]
)
deploydocs
(
repo
=
"gitlab.control.lth.se/processes/LabProcesses.jl.git"
,
branch
=
"gh-pages"
,
target
=
"build"
,
deps
=
nothing
,
make
=
nothing
)
docs/src/index.md
View file @
6e31af34
...
...
@@ -164,6 +164,15 @@ Private = false
Pages = ["LabProcesses.jl", "controllers.jl", "reference_generators.jl", "utilities.jl"]
```
# Process interface specification
All processes must implement the following interface. See the existing
implementations in the folder
`interface_implementations`
for guidance.
```
@autodocs
Modules = [LabProcesses]
Private = false
Pages = ["interface_documentation.jl"]
```
# Index
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment