Skip to content

Commit

Permalink
fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Jan 30, 2024
1 parent b4262e5 commit bd6fe90
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 235 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dev
paths:
- 'src/**'
- 'test/**'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Run the following in REPL:
] add Mill
```

Julia v1.6 or later is required.
Julia v1.9 or later is required.

## Getting Started

Expand Down Expand Up @@ -71,4 +71,3 @@ tracking requests and bugs.


<a href="https://flyclipart.com/wind-turbine-png-clipart-windmill-pictures-windmill-png-471749">Icon source</a>

6 changes: 4 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ DocMeta.setdocmeta!(Mill, :DocTestSetup, quote
end; recursive=true)

makedocs(
CitationBibliography(joinpath(@__DIR__, "references.bib"), style=:numeric),
sitename = "Mill.jl",
format = Documenter.HTML(sidebar_sitename=false,
collapselevel=2,
assets=["assets/favicon.ico", "assets/custom.css"]),
strict = [:eval_block, :example_block, :meta_block, :setup_block],
warnonly = Documenter.except(:eval_block, :example_block, :meta_block, :setup_block),
modules = [Mill],
plugins = [
CitationBibliography(joinpath(@__DIR__, "references.bib"), style=:numeric)
],
pages = [
"Home" => "index.md",
"Motivation" => "motivation.md",
Expand Down
114 changes: 57 additions & 57 deletions docs/src/assets/dag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 49 additions & 49 deletions docs/src/assets/graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd6fe90

Please sign in to comment.