Skip to content
Snippets Groups Projects
Select Git revision
  • bb99f89d25b467a87478b68f9781bd4179f1f995
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

labcomm_error.h

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    makeOld.jl 675 B
    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
    )