Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
book
.vscode
4 changes: 3 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ multilingual = false
src = "src"
title = "Tutorial"


[output.html]
additional-css = ["visualization.css"]
additional-js = ["helpers.js"]
additional-js = ["helpers.js"]
mathjax-support = true
2 changes: 1 addition & 1 deletion copy_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This is a convenience script to copy the code examples and corresponding SVG
# visualizations from the rustviz repository. See README.md for more details.
RV='../rustviz'
RV='../rustviz-lifetimeVis'
Copy link
Contributor

Choose a reason for hiding this comment

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

this shouldn't be in the final PR

# printf "copying helper.js and book.js..."
cp "$RV/rustviz_mdbook/mdbook_plugin/helpers.js" "./helpers.js"
cp "$RV/rustviz_mdbook/mdbook_plugin/book.js" "./theme/book.js"
Expand Down
Loading