-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged two PRs and added make_html.py #71
Closed
Closed
Changes from 13 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3d38504
separated out code to compute trajectories and use to plot red/blue s…
rjleveque ddd8257
fix exact_solvers/traffic_LWR.py to use new trajectories code.
rjleveque bb9b10d
Initial effort at compiling book.
ketch 863239d
Use report template and update script name.
ketch ac60084
Add 5 more chapters to book.
ketch a718c89
Merge branch 'master' into bookform
ketch ef59ba4
Remove stray comma from merge.
ketch 0729c6b
Run pdflatex one more time for citations.
ketch 660ed53
New Introduction.ipynb from old Prologue notebooks, with SW stripe ex…
rjleveque b4b0a19
Minor cleanup of stripe plotting code.
ketch decc0ef
Add acoustics phase plane demo.
ketch 65f9b99
no reload in Python 3
ketch 4e62f82
Use t=0.2 instead of t=0 for static widget output.
ketch eadfc63
Improved presentation in Shallow_water.ipynb.
ketch 8bd584f
Add Preface and fix some issues with bookbook.
ketch b7ea741
Merge branch 'master' into bookform
ketch 0d30c94
Apply SIAM book formatting to pdf.
ketch e63f58d
change 'time' to 't' and initialize to 0 in Introduction
rjleveque 345c798
First pass at utils/jsanimate_widgets.py, illustrated in Introduction
rjleveque 547bfd8
rjleveque version for debugging bookbook
rjleveque 56d97f8
Add a bit to Introduction
rjleveque 078387d
Merge branch 'master' into plot_red_blue_stripes
rjleveque 442fde2
Add shallow water javascript to Introduction
rjleveque 66a614d
first pass at script to convert all notebooks to html for a webpage
rjleveque 9b22312
fix import statements for interact
rjleveque 4368d3a
Merge branch 'bookform' into make_html_test and fixed conflicting cha…
rjleveque e5c1a08
add Introduction to make_chapters.py
rjleveque f135c16
revert change needed only by rjleveque due to python3 path issue
rjleveque File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like some nbdime merge conflict stuff got included in this commit.