Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Feb 24, 2024
1 parent ff87f85 commit 0762dba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365"

[compat]
Documenter = "1"
DocumenterVitepress = "0.0.4"
14 changes: 7 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
push!(LOAD_PATH, "../src/")
# push!(LOAD_PATH, "../src/")
using Documenter
using DocumenterVitepress
using NeuroTreeModels
Expand All @@ -7,12 +7,12 @@ pages = [
"Quick start" => "quick-start.md",
"Design" => "design.md",
"Models" => "models.md",
"API" => "API.md",
"Tutorials" => [
"Regression - Boston" => "tutorials/regression-boston.md",
"Logistic - Titanic" => "tutorials/logistic-titanic.md",
"Classification - IRIS" => "tutorials/classification-iris.md",
]
"API" => "API.md"
# "Tutorials" => [
# "Regression - Boston" => "tutorials/regression-boston.md",
# "Logistic - Titanic" => "tutorials/logistic-titanic.md",
# "Classification - IRIS" => "tutorials/classification-iris.md",
# ]
]

makedocs(
Expand Down
1 change: 0 additions & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default defineConfig({
// ]
// }
],

sidebar: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
// sidebar: [
// { text: 'Quick start', link: '/quick-start' },
Expand Down

0 comments on commit 0762dba

Please sign in to comment.