Commit Graph
1464 Commits
Author SHA1 Message Date
Josh Barnes 965c33460e [ci] fix linting errors 2016-12-28 11:44:12 +00:00
Josh Barnes ff17c293c1 [ci] fix travis py33 python version (typo) 2016-12-28 11:30:38 +00:00
Josh Barnes 9968b0e6d1 [ci] require trusty dist on travis
to avoid complaints about the old 1.9.1 pandoc version provided on precise otherwise
2016-12-28 10:48:33 +00:00
Josh Barnes 2d271dd827 Merge pull request #816 from jcb91/docs
[docs] update docs build to include nbextensions provided by dependencies
2016-12-18 11:57:19 +00:00
Josh Barnes 898fe4d549 [docs] fix travis coverage-running test
[skip CI]
2016-12-18 11:55:37 +00:00
Josh Barnes fa97a3d4c5 Merge pull request #820 from jcb91/hinterland
Hinterland update - disable hints in comments (configurable)
2016-12-15 21:57:58 +00:00
Josh Barnes 5a5c95efa8 [hinterland] update readme to reflect parameters 2016-12-15 16:27:15 +00:00
Josh Barnes 25a7761390 [hinterland] disable hints inside comments (configurable) 2016-12-15 16:26:07 +00:00
Josh Barnes d472b50b5d [hinterland] make timeout configurable 2016-12-15 13:32:53 +00:00
Jean-François Bercher 66c3db3686 Merge pull request #815 from jcb91/hinterland
[hinterland] make all regexes configurable
2016-12-09 17:26:47 +01:00
Josh Barnes b7faea0c68 [docs] fix docs requirements 2016-12-06 15:17:14 +00:00
Josh Barnes cd07b38a18 [docs] fix github root
now that nbextension readmes are in docs root
2016-12-06 15:16:57 +00:00
Josh Barnes dfe19ea755 [docs] fix sphinx some warnings 2016-12-06 15:16:10 +00:00
Josh Barnes 379018a7b8 [docs] remove redundant entries in exclude_patterns 2016-12-06 15:15:02 +00:00
Josh Barnes 0c23b9d978 [docs] fix master doc path 2016-12-06 00:18:46 +00:00
Josh Barnes 594602ad4a [docs] gitignore nbextensions installed into docs/source 2016-12-05 23:25:05 +00:00
Josh Barnes b8db0dc5a8 release 0.2.3 0.2.3 2016-12-05 18:52:44 +00:00
Josh Barnes 03b4a1129b readme updates for 0.2.3 2016-12-05 18:49:28 +00:00
Josh Barnes 1dcb6e58e1 Merge pull request #814 from jcb91/init_cell
[init_cell] updates
2016-12-05 18:25:01 +00:00
Josh Barnes 8a4204a0e1 [hinterland] further clarifications to yaml from @jfbercher's review 2016-12-05 18:23:20 +00:00
Josh Barnes f58ad0ca18 [docs] log use or otherwise of symlinks in docs build 2016-12-05 17:53:10 +00:00
Josh Barnes 8b186e30d8 [docs] fix nbextensions rst path, overwrite installation, to cope with two builds in a row. 2016-12-04 16:12:24 +00:00
Josh Barnes dea9263421 [docs] fix docs toxenv paths 2016-12-03 19:11:41 +00:00
Josh Barnes 6dc8542d54 [docs] install nbextensions into docs before building
use symlinks on non-windows platforms
2016-12-03 19:05:59 +00:00
Josh Barnes bd8a047a57 [docs] fixes for some sphinx warnings 2016-12-03 18:34:43 +00:00
Josh Barnes 05a68bfeca [hinterland] address jfbercher's review notes 2016-12-03 18:28:46 +00:00
Josh Barnes 3c290a2dd1 Merge pull request #813 from jcb91/limit_output
[limit_output] updates including allowing per-cell override of limit
2016-12-03 17:16:56 +00:00
Jean-François Bercher 40fa980089 Merge pull request #810 from jfbercher/toc2
toc2: html export -- take into account number_section, threshold and sideBar metadata parameters
2016-12-03 16:36:49 +01:00
Jean-François Bercher c3b7947734 toc2: export to html -- read number_sections, threshold, sideBar parameters 2016-12-03 12:33:59 +01:00
Josh Barnes 861cf38070 [init_cell] only run cells automatically on trusted notebooks
to avoid breaking the trust model
2016-12-02 16:21:58 +00:00
Josh Barnes 800ccf1906 [init_cell] allow per-notebook option override 2016-12-02 16:21:39 +00:00
Josh Barnes a3003f00b2 [init_cell] add option to prevent running on kernel_ready.Kernel 2016-12-02 16:21:27 +00:00
Josh Barnes d7862fc6a1 [init_cell] minor tweaks including taking logging prefix from modue id 2016-12-02 16:21:11 +00:00
Josh Barnes 27ce64f4fd [init_cell] switch to AMD-style wrapper, cleanup requirements to match 4.x 2016-12-02 16:20:54 +00:00
Josh Barnes 7dc0e69a9c [limit_output] update readme 2016-12-02 12:55:40 +00:00
Josh Barnes 0d4fdcb439 [limit_output] limit outputs even over several distinct outputs 2016-12-02 12:55:10 +00:00
Josh Barnes 6746e9f8d9 [limit_output] make limit_output notes persist through notebook reload
by adding them as actual output, rather than just calling append_display_data
2016-12-02 12:22:45 +00:00
Josh Barnes 854f16e40a [limit_ouput] patch output_area.clear_output rather than cell.execute 2016-12-02 11:59:17 +00:00
Josh Barnes 973ad52c3f [limit_output] allow cell-specific override of output length via metadata value 2016-12-02 11:56:13 +00:00
Josh Barnes 4d5ec1570d [limit_output] store old methods in closure variables
rather than object parameters, which may get overwritten
2016-12-02 00:45:52 +00:00
Josh Barnes d64cc5bc67 [limit_output] add missing semicolons 2016-12-02 00:45:49 +00:00
Josh Barnes 65eb671ed8 [limit_output] remove unused requirements 2016-12-02 00:45:27 +00:00
Jean-François Bercher 84ec61b33a toc2 html export reading numbering parameter -- @jcb91 robust form" 2016-11-30 20:21:46 +01:00
Jean-François Bercher edf4baffdd toc2: html export -- take into account number_section metadata parameter when exporting 2016-11-30 19:19:10 +01:00
Josh Barnes 303c0e8f13 [hinterland] make all regexes configurable
for deciding whether to trigger autocompletion/tooltip
2016-11-30 16:35:19 +00:00
Josh Barnes 51f009094c Merge pull request #803 from jfbercher/toc2
toc2: update for html export + notebook menus set to the left
2016-11-28 12:57:56 +00:00
Josh Barnes 16c4608895 Merge pull request #807 from jcb91/setup_fixes
setup.py fixes
2016-11-28 12:56:42 +00:00
Josh Barnes 5ebaa35c8b Merge pull request #806 from jcb91/ci
fix tox env pypi_upload
2016-11-28 02:39:17 +00:00
Josh Barnes 63d45d09e5 fix tox env pypi_upload
we don't want to upload dist/docs, as it's not a package
2016-11-28 02:03:12 +00:00
Josh Barnes 73c3a202fd setup.py fixes
- update long description to refer to readthedocs
 - fix download_url, which was missing a /
2016-11-28 01:58:07 +00:00