Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix: missing pages on deploy (#91)
Browse files Browse the repository at this point in the history
Somehow `Franklin.jl` is erroring in some markdown pages
because of the Table of Contents.

This is a quick and dirt fix to that:
removes the `toc` stuff.

Closes #90.
  • Loading branch information
storopoli authored Oct 30, 2023
1 parent 4fe5fed commit 184658a
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__site/
_rss/
.DS_Store
franklin
franklin.pub
Expand Down
2 changes: 0 additions & 2 deletions pages/01_why_Julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/01_why_Julia.jl}
2 changes: 0 additions & 2 deletions pages/02_bayes_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/02_bayes_stats.jl}
2 changes: 0 additions & 2 deletions pages/03_prob_dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/03_prob_dist.jl}
2 changes: 0 additions & 2 deletions pages/04_Turing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/04_Turing.jl}
2 changes: 0 additions & 2 deletions pages/05_MCMC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/05_MCMC.jl}
2 changes: 0 additions & 2 deletions pages/06_linear_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/06_linear_reg.jl}
2 changes: 0 additions & 2 deletions pages/07_logistic_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/07_logistic_reg.jl}
2 changes: 0 additions & 2 deletions pages/08_ordinal_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/08_ordinal_reg.jl}
2 changes: 0 additions & 2 deletions pages/09_count_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/09_count_reg.jl}
2 changes: 0 additions & 2 deletions pages/11_multilevel_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/11_multilevel_models.jl}
2 changes: 0 additions & 2 deletions pages/12_Turing_tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/12_Turing_tricks.jl}
2 changes: 0 additions & 2 deletions pages/13_epi_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
@def hascode = true
@def mintoclevel = 2

\toc

\literate{/_literate/13_epi_models.jl}

0 comments on commit 184658a

Please sign in to comment.