This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
13 changed files
with
1 addition
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
__site/ | ||
_rss/ | ||
.DS_Store | ||
franklin | ||
franklin.pub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/01_why_Julia.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/02_bayes_stats.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/03_prob_dist.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/04_Turing.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/05_MCMC.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/06_linear_reg.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/07_logistic_reg.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/08_ordinal_reg.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/09_count_reg.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/11_multilevel_models.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/12_Turing_tricks.jl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
@def hascode = true | ||
@def mintoclevel = 2 | ||
|
||
\toc | ||
|
||
\literate{/_literate/13_epi_models.jl} |