From 6e31af34c6f59e9c27500cb55b4cfe3b950fbd99 Mon Sep 17 00:00:00 2001 From: baggepinnen <cont-frb@ulund.org> Date: Thu, 31 Aug 2017 16:01:54 +0200 Subject: [PATCH] Update docs --- docs/make.jl | 8 -------- docs/src/index.md | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 7e696a5..98b8d3d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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 -) diff --git a/docs/src/index.md b/docs/src/index.md index 25f0674..3bd638b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 -- GitLab