Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ _nb_*/
*.blg
*_bibertool.bib
_bookdown.yml
*.md
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably need to read .rmd but at this time only read .md files.

!README.md
libs/

Expand All @@ -20,3 +19,6 @@ build.ninja
source/*.png
diagrams/*.png
_marked_*.Rmd

/_build/
node_modules
18 changes: 18 additions & 0 deletions source/myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: da5a80ed-8df5-4893-8121-734298c02763
# title:
# description:
# keywords: []
# authors: []
github: https://github.com/resampling-stats/resampling-with
# To autogenerate a Table of Contents, run "myst init --write-toc"
plugins:
- plugin.mjs
Comment on lines +11 to +12
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are adding some plugins here in an mjs file!

abbreviations:
NCI: National Cancer Institute
numbering:
headings: true
site:
template: book-theme
346 changes: 346 additions & 0 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions source/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"myst-common": "^1.4.7"
}
}
Loading