Commit Graph

22 Commits

Author SHA1 Message Date
Roger Labbe
6bca6b56ec Converted update_pdf to windows bat file 2015-04-05 12:29:23 -07:00
Roger Labbe
7f2b152c9d Fixed PDF generation in Windows 2015-04-04 10:30:50 -07:00
Roger Labbe
727ca9bed9 Changes to improve PDF generation of the book 2015-04-03 18:50:39 -07:00
Roger Labbe
0d8036a109 Various typo and explanation fixes
Too many to mention. Read through several chapters and made changes
as I went. I've had people (correctly) question me on several points,
and pointing out typos.
2015-03-10 17:23:41 -07:00
Roger Labbe
0343c45445 Playing with html generation
I think I prefer just letting nbconvert generating static files,
but if I want to switch to using Bokeh or other javascript based
rendering I'll need the HTML conversion facility.
2015-03-07 22:41:39 -08:00
Roger Labbe
515b03ec63 Fixed formatting for PDF.
I finally learned that the raw cells let you put latex directly
into the output. So now I have the appendix being created without
the [1] %%latex showing up in the output. Also wrote code to parse
the .tex file to make the Preface a chapter without numbering, so it
is now a proper preface, and not "chapter 0".

I have not touched the Windows generation tools, so PDF generation
in Windows is now broken. I don't think I care.
2015-03-03 18:46:19 -08:00
Roger Labbe
e1c3e8a8eb Added full ipynb and html for performance check.
The mathjax takes forever to render in the notebook. As in
it's been going for 38 minutes and it is still not done.
2015-03-03 13:18:37 -08:00
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