From ad219552d7d969796e27c53ab698b0a135849367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?= <marcus.thelander_andren@control.lth.se> Date: Thu, 11 Apr 2019 16:15:33 +0200 Subject: [PATCH] Updated index --- docs/build/index.md | 2 +- docs/makeOld.jl | 30 ------------------------------ docs/mkdocs.yml | 1 + 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 docs/makeOld.jl diff --git a/docs/build/index.md b/docs/build/index.md index 5d7908c..862628d 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -12,6 +12,7 @@ - [Introduction](man/introduction.md#Introduction-1) - [Installation instructions](man/installation.md#Installation-instructions-1) +- [Development](man/development.md#Package-Development-1) <a id='Examples-1'></a> @@ -62,4 +63,3 @@ - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!) - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!) - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!) - diff --git a/docs/makeOld.jl b/docs/makeOld.jl deleted file mode 100644 index be2ee4f..0000000 --- a/docs/makeOld.jl +++ /dev/null @@ -1,30 +0,0 @@ -push!(LOAD_PATH,"../src/") -println(LOAD_PATH) -using Documenter, LabConnections -# 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", - "installation.md", - "systemConfiguration.md", - "testing.md", - "examples.md", - ] -) - -deploydocs( - repo = "gitlab.control.lth.se/labdev/LabConnections.jl.git", - target = "build", - deps = nothing, - make = nothing -) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 47530e9..30f1baf 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -29,6 +29,7 @@ pages: - Guide: - Introduction: 'man/introduction.md' - Installation: 'man/installation.md' + - Development: 'man/development.md' - API: - IO devices: 'lib/io_devices.md' - Functions: 'lib/functions.md' -- GitLab