Skip to content

Commit

Permalink
Update docs fixing source links
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Jan 19, 2024
1 parent 26d0113 commit a912291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ using HerbData
using HerbInterpret
using HerbCore

makedocs(;
makedocs(
modules=[HerbConstraints, HerbSearch, HerbGrammar, HerbData, HerbInterpret, HerbCore],
authors="SEBs",
format
authors="PONYs",
sitename="Herb.jl",
repo="https://github.com/Herb-AI/Herb.jl",
pages = [
"Basics" => [
"index.md",
Expand All @@ -35,6 +35,7 @@ makedocs(;
"HerbData.jl" => "HerbData/index.md",
],
],
warnonly = [:missing_docs]
)

deploydocs(;
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Herb.jl's sub-packages provide fast and easily extendable implementations of

## Why Julia?

Julia is a perfect fit for program synthesis due to numerous reasons. Starting from scientific reasons like speed of execution and composability over to practical reasons like speed of writing Julia code. For a full ode on why to use Julia, please see [the WhyJulia manifesto](https://github.com/pitmonticone/whyjulia-manifesto/tree/main).

## Sub-Modules

Expand Down

0 comments on commit a912291

Please sign in to comment.