Skip to content
Snippets Groups Projects
Commit 03dfa82e authored by Theisen, Lambert's avatar Theisen, Lambert :fire:
Browse files

improve docs

parent 6ddbbc6d
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,14 @@ push!(LOAD_PATH,"src/")
using Documenter, SustainableSoftwareEngineering
makedocs(
sitename="My Documentation",
sitename="SustainableSoftwareEngineering.jl",
remotes = nothing,
pages = Any[
"Home" => "index.md",
joinpath.("lecture", filter(name->contains(name, ".md"), readdir("docs/src/lecture/")))...
# add all lecture material
joinpath.(
"lecture",
filter(name->contains(name, ".md"), readdir("docs/src/lecture/"))
)...
]
)
docs/src/assets/logo.jpg

24 KiB

# TODO
# Todo
- see other course if something is missing
- add some exercises for students
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment