Commit Graph

65 Commits

Author SHA1 Message Date
Roger Labbe
b32deadfa6 Fixed heading numbers.
Some sections jumped from level 2 to level 4, for example.

Also played around with generating book to HTML. I like it, but
it needs some work. The Calico table of content generator cannot
deal with different headers with the same name, for example.

I want to go to HTML so I can use Bokeh to have interactive plots.
But that means no more PDF, because Bokeh will not export to
PDF.
2015-03-03 12:52:44 -08:00
Roger Labbe
e50f51987a Removed JS code that was an experiment.
shouldn't have checked that in before.
2015-03-03 10:16:29 -08:00
Roger Labbe
8cc19ba117 Switched to IPython 3.0 format.
Here's hoping everything still works on nbviewer!
2015-03-02 16:48:52 -08:00
Roger Labbe
b838bd1a10 Revert "Regenerated PDF"
This reverts commit 88eea22e2b5083eff39320694176123128f8525e.
2015-02-27 18:25:22 -08:00
Roger Labbe
30d5605e96 Regenerated PDF 2015-02-27 18:23:40 -08:00
Roger Labbe
5843306598 added a pull before the push 2015-02-15 09:04:30 -08:00
Roger Labbe
093fd74e70 fixed checkout of README.md 2015-02-13 20:58:32 -08:00
Roger Labbe
2381880dc3 Changed file attributes, not sure why I have to check it in. 2015-02-13 20:53:08 -08:00
Roger Labbe
23d2accd69 Regenerated PDF. 2015-02-13 20:49:25 -08:00
Roger Labbe
3f2510e6b4 Trying to update README.md on github.io pages. 2015-02-02 19:36:00 -08:00
Roger Labbe
804df1c9e3 Regenerated PDF 2015-02-02 19:33:06 -08:00
Roger Labbe
a83b53794c Changes to test upcoming IPython 3 release. 2015-02-02 19:22:13 -08:00
Roger Labbe
9db6b3f69d fixed to work with reorganized files 2015-01-27 15:46:00 -08:00
Roger Labbe
33c745d997 Edits for reorg
I moved book_format.py to the root directory so that all of the
notebooks do not need to modify the system path to import it. It
modifies the path on import so that all of the code in ./code can
then be accessed.

Altered links to nbviewer to account for no longer using subdirectories.
2015-01-27 15:14:06 -08:00
Roger Labbe
f135d2e213 Moved book generation code into PDF directory
Start of a reorganization of files to make book more browable and to
reduce the size of links to chapters.
2015-01-27 09:06:21 -08:00