Skip to content
Snippets Groups Projects
Select Git revision
  • b35ee46b2f5e7bcdebc32bebf76769a6ad367bfb
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

labcomm_default_error_handler.h

Blame
  • 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
    )