root/nbdoc


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @916 [916] 10/10/05 19:40:43 rkern r64@Blasphemy: kern | 2005-10-03 05:27:27 -0700 cosmetics
(edit) @915 [915] 10/10/05 19:40:35 rkern r63@Blasphemy: kern | 2005-10-03 05:12:45 -0700 Forgot to add the …
(edit) @914 [914] 10/10/05 19:38:18 rkern r62@Blasphemy: kern | 2005-10-03 05:12:17 -0700 Initial …
(edit) @902 [902] 09/23/05 11:14:37 rkern r3087@Blasphemy: kern | 2005-09-23 09:13:29 -0700 More tutorial stuff.
(edit) @901 [901] 09/23/05 11:13:49 rkern r3086@Blasphemy: kern | 2005-09-21 21:49:31 -0700 more scipy_tutorial …
(edit) @854 [854] 09/18/05 06:58:08 rkern Equation support for HTML.
(edit) @853 [853] 09/18/05 02:33:28 rkern notebook.py can now collate multiple sheets into one book through a …
(edit) @851 [851] 09/17/05 00:01:06 rkern Fixed UTF-8 encoding of output files.
(edit) @845 [845] 09/15/05 07:38:12 rkern * Added inline equations. * Fixed tail handling with equations. * Added …
(edit) @844 [844] 09/15/05 02:13:18 rkern I've copy-pasted almost all of the Scipy tutorial into notebooks. They are …
(edit) @835 [835] 09/12/05 15:05:30 tzanko Added Insert XML menu item. Started writing a tutorial in tutorial.pybk. …
(edit) @833 [833] 09/11/05 21:50:35 rkern Removing deprecated type attribute on <sheet>
(edit) @832 [832] 09/11/05 21:42:02 rkern Added version attributes to pybk files
(edit) @831 [831] 09/11/05 21:33:08 rkern The great nbk->pybk renaming. And add a version attribute to the notebook …
(edit) @830 [830] 09/11/05 17:14:15 rkern Attempt to work around teTeX < 3.0 for PDF generation.
(edit) @827 [827] 09/11/05 05:03:25 rkern Improved XML namespace handling.
(edit) @825 [825] 09/10/05 19:49:33 rkern Added proper directory handling for pdflatex.
(edit) @824 [824] 09/10/05 19:36:37 rkern Remove quotes from pdflatex command. I thought the default would be to get …
(edit) @822 [822] 09/10/05 11:13:11 tzanko nbdoc,nbshell: * Fixed #16 * Reverted some of Fernando's changes …
(edit) @819 [819] 09/08/05 00:06:15 rkern Remove matplotlib dependency for color-handling.
(edit) @818 [818] 09/07/05 23:38:12 rkern Removed modules that never got used.
(edit) @817 [817] 09/07/05 23:37:11 rkern Fixed PDF output and added command-line arguments for formatting …
(edit) @816 [816] 09/07/05 20:51:50 rkern Big cleanup.
(edit) @815 [815] 09/07/05 18:45:41 rkern Remove old monkeypatch and update the notebook tests a little bit.
(edit) @814 [814] 09/07/05 18:24:55 rkern Remove normalization subpackage.
(edit) @813 [813] 09/07/05 18:22:37 rkern Moved normal.py to a better location.
(edit) @812 [812] 09/07/05 18:21:07 rkern Comment out some debugging print statements
(edit) @811 [811] 09/07/05 18:15:00 rkern Fixed XSL namespace issue.
(edit) @810 [810] 09/07/05 18:02:56 rkern Added the cutdown XSL files. Hopefully, it won't steal too much of your …
(edit) @809 [809] 09/07/05 18:02:06 rkern New distutils-only setup.py
(edit) @792 [792] 09/05/05 11:53:43 tzanko Bugfixes in nbshell, changed the behaviour of genutils.shell() in …
(edit) @776 [776] 09/02/05 04:26:47 antont =fixed the reconstruction of the cell list from a log with gaps. still …
(edit) @772 [772] 08/31/05 09:23:29 antont resurrected notebook reconstruction from xml. must be tested more but …
(edit) @770 [770] 08/30/05 15:20:23 antont solve xslt path issue according to advice in ticket8. installer does not …
(edit) @769 [769] 08/30/05 14:44:47 antont a little more sense to the XSL path problem. still not good. why should …
(edit) @763 [763] 08/26/05 08:19:51 tzanko nbshell:Changed NBShell->Rerun menu item nbdoc: changed behaviour in …
(edit) @762 [762] 08/26/05 01:39:14 antont .. a bit into something totally different
(edit) @757 [757] 08/25/05 12:09:14 antont cleaned notebook cell now that nbshell is refactored. tried to complete …
(edit) @753 [753] 08/25/05 08:26:15 tzanko nbshell: added printing, preview and pagesetup using wx.HtmlEasyPrinting?; …
(edit) @749 [749] 08/24/05 10:14:54 antont Log getitem to filter out Nones. the of the tampered slicing not …
(edit) @748 [748] 08/24/05 07:36:52 antont twid to naming pdfs, use os.tmpnam() for the tex and --jobname to name the …
(edit) @746 [746] 08/24/05 05:46:31 antont tests for multiple logs and log cell removal. some fixes and conveniences.
(edit) @745 [745] 08/24/05 02:55:49 antont new cell constructor, to finalize that refactor i.e. complete the xml …
(edit) @744 [744] 08/24/05 02:20:46 antont just updating comments while planning, committing to sync the machine at …
(edit) @742 [742] 08/23/05 08:55:07 antont flexibility to write_formatted as requested by Tzanko (allows giving e.g. …
(edit) @741 [741] 08/23/05 08:00:41 antont added multiple log support, by doing further refactoring too, i.e. added a …
(edit) @740 [740] 08/23/05 04:40:51 antont the temp. newcell branch not needed anymore as nbshell uses it now. moving …
(edit) @739 [739] 08/23/05 04:32:36 antont cleanups: remove the whole xsl dir as it was too large, and is not …
(edit) @735 [735] 08/22/05 13:25:07 antont xsls to produce deliverables (html, latex) of .nbks. from the tarball …
(edit) @734 [734] 08/22/05 12:58:23 tzanko nbdoc: added a init.py file in the normalization directory and changed …
(edit) @733 [733] 08/22/05 10:48:12 antont write_formatted returns the resulted filename so the GUI has some chance …
(edit) @732 [732] 08/22/05 07:22:26 antont to re-implement nbshell IPythonLog.lastcell
(edit) @728 [728] 08/22/05 05:58:42 antont put the new cell and related notebook methods as the normal ones. little …
(edit) @727 [727] 08/22/05 04:28:40 antont adopted the new normalization module from rkern, and added the latest test …
(edit) @721 [721] 08/19/05 09:56:43 antont splitted old get_cell to add_cell and a new_cell (now new_cell2) with …
(edit) @720 [720] 08/19/05 06:56:57 tzanko nbshell: fixed some bugs, now I use the NewCell? class in nbdoc instead of …
(edit) @718 [718] 08/18/05 21:36:06 antont added the old first try as a branch, just for historical reasons (the code …
(edit) @717 [717] 08/18/05 09:25:07 antont new default_sheet too, using the new system for cells, as nbshell uses …
(edit) @716 [716] 08/18/05 08:28:10 antont stdout and stderr are used similarily
(edit) @714 [714] 08/18/05 06:40:39 antont beginnings of first api change: cell creation and manipulation. basic …
(edit) @713 [713] 08/18/05 04:05:32 antont still didn't get the 'mixed-content' test, leaving it for now
(edit) @712 [712] 08/18/05 03:59:12 antont an additional newlines-in-xml-source test, passed without changes
(edit) @711 [711] 08/18/05 03:51:08 antont what should nb10 (from latest in ticket3) be about?
(edit) @710 [710] 08/17/05 11:37:58 antont just updating comments
(edit) @709 [709] 08/17/05 11:30:47 antont little docstring change
(edit) @708 [708] 08/17/05 11:29:45 antont a working (tests pass.. and they are not totally trivial ones) whitespace …
(edit) @707 [707] 08/17/05 09:29:58 antont plans
(edit) @706 [706] 08/17/05 09:07:53 antont added little test for cell.update while trying to figure out how it's used
(edit) @705 [705] 08/17/05 07:05:41 antont added little test for cell.update while trying to figure out how it's used
(edit) @702 [702] 08/16/05 11:09:23 antont oops forgot to add the workhorse module (stub)
(edit) @701 [701] 08/16/05 11:08:20 antont beginnings of error checking (validation coming later)
(edit) @700 [700] 08/16/05 10:08:57 antont added simple stripping of non-significant stuff left after …
(edit) @699 [699] 08/16/05 08:12:41 antont inequality
(edit) @698 [698] 08/16/05 07:56:03 antont resolving conflict
(edit) @697 [697] 08/16/05 07:42:08 tzanko nbshell: see ChangeLog, nbdoc:added test for comparing notebooks
(edit) @696 [696] 08/16/05 05:05:30 antont fixes (now that could run tests)
(edit) @695 [695] 08/16/05 04:00:19 antont little refactoring to provide writing of formatted notebook documents to …
(edit) @694 [694] 08/16/05 03:46:49 antont typo in the test that couldn't run yet..
(edit) @693 [693] 08/16/05 03:41:11 antont attempt at comparison testing, UNTESTED 'cause don't have the dependencies …
(edit) @692 [692] 08/15/05 10:22:21 antont starting the tests on cell and log
(edit) @691 [691] 08/15/05 08:26:03 antont oops now actually added the 1st notebook tests
(edit) @689 [689] 08/15/05 08:22:45 antont first simple basic tests
(edit) @688 [688] 08/15/05 07:27:50 antont applied rkern's fix to latex escaping
(edit) @682 [682] 08/10/05 08:58:34 antont little fix(?) to make nbshell run
(edit) @681 [681] 08/10/05 08:29:36 antont added equation as ipython-equation, with the appropriate transforms in …
(edit) @678 [678] 08/08/05 11:22:58 antont these work with our normal db2latex route
(edit) @677 [677] 08/08/05 06:26:32 antont inline equation works with passive tex
(edit) @674 [674] 08/05/05 12:28:24 antont equation test, not working yet
(edit) @673 [673] 08/05/05 12:13:55 antont cleanups, comment
(edit) @671 [671] 08/04/05 02:23:04 antont trying to make xsl path thing nicer, still not too good
(edit) @670 [670] 08/03/05 13:32:40 antont a little .nbk that was used for testing figures
(edit) @669 [669] 08/03/05 13:31:25 antont initial commit of the modifications to google-rkern/branches/cell …
(edit) @666 [666] 08/02/05 12:21:08 antont 1st test
(add) @614 [614] 07/11/05 14:53:21 fperez Added new top-level nbdoc and nbshell directories for the summer of …
Note: See TracRevisionLog for help on using the revision log.