Carol Willing
d2ba5b10c8
Update doc for 4.1 announcement
2016-01-08 14:43:38 -08:00
Steve Holden
2617931dbd
Fix "an Jupyter" changes
...
Fixes problems noted in issue #926
2016-01-05 18:03:45 +00:00
Carol Willing
b410df0032
Merge pull request #907 from captainsafia/add-interface-desc-talks
...
Add information about names of UI element to docs
2016-01-04 16:01:20 -08:00
Safia Abdalla
9b01b0a757
Addressed PR comments
2016-01-04 16:15:17 -06:00
anirudhjoshi
eb2764bbad
Fixed missing import of to_api_path in example
2016-01-04 11:06:18 +11:00
Safia Abdalla
0ec51645a4
Updated table of contents
2015-12-31 19:18:40 -06:00
Safia Abdalla
66aa256a69
Added UI components page
2015-12-31 19:18:26 -06:00
Safia Abdalla
b9a9b0d613
Added user interface screenshots
2015-12-31 19:16:51 -06:00
Safia Abdalla
a5de8f2502
Added initial annotated image
2015-12-29 14:50:47 -06:00
Fernando Perez
1c2905eb25
Update Notebook examples to current form of edit/command mode area look.
...
Update screenshots and area description to match that of keyboard help page.
2015-12-27 19:29:02 -08:00
Min RK
d1d81f8015
get package version for docs
...
so we don't need to manually update version strings
2015-12-22 14:05:25 +01:00
Carol Willing
7346b4c5bc
Correct link
2015-12-22 04:45:26 -08:00
Carol Willing
35f7e52162
Update for 4.1.0rc1 and add FAQ
2015-12-22 04:34:50 -08:00
Min RK
4f8a15bfc8
include both sdist formats
2015-12-18 16:48:55 +01:00
Min RK
f8ede57918
add clear_output option to set_next_input payload
...
default preserves prior behavior
2015-12-15 14:41:36 +01:00
Min RK
98e40d7e12
Note set_next_input change in changelog
2015-12-15 14:34:14 +01:00
Peter Parente
472338ee7a
Typo and wording fixes to 4.1 changelog sections
...
(c) Copyright IBM Corp. 2015
2015-12-15 07:51:15 -05:00
Peter Parente
f27c5c8a38
Additional changelog updates for 4.1
...
* Grammar consistency
* More details about how users trigger new features
* Screenshot of new location of cell toolbar triggers
* Couple more "other improvements"
* Links to PR and issue lists in the 4.1 milestone on GitHub
(c) Copyright IBM Corp. 2015
2015-12-15 07:51:15 -05:00
Carol Willing
1daafbf6f8
Add sidebar box in doc's index for 4.1.x
2015-12-14 20:15:48 -08:00
Matthias Bussonnier
d5e5383639
Merge pull request #867 from Carreau/quickselector
...
Update warning in the docs about quick selection.
2015-12-14 18:03:42 +01:00
Matthias Bussonnier
da5cbb53e6
Update warning in the docs about quick selection.
...
We could still refine the quick-selector to show the
type of the cell when all cells have the same type.
Fixes gh-861
2015-12-14 16:12:03 +01:00
Matthias Bussonnier
254c0a2307
Fix various comment and spelling
2015-12-14 10:46:35 +01:00
Matthias Bussonnier
11833724ac
Update release instructions
2015-12-14 10:46:34 +01:00
Matthias Bussonnier
c7c9cec592
"Available" has only one "l"
2015-12-14 10:46:34 +01:00
Matthias Bussonnier
1ec3f5eeeb
remove universal
2015-12-14 10:46:34 +01:00
Matthias Bussonnier
df32201009
Add release instructions
2015-12-14 10:46:34 +01:00
Carol Willing
f5856926d6
Correct google group link
2015-12-13 21:32:36 -08:00
Carol Willing
eb25904517
Add Stack Overflow @takluyver suggestion
2015-12-13 15:31:27 -08:00
Carol Willing
361e53fb2f
Minor edit
2015-12-13 14:20:07 -08:00
Carol Willing
dee12240ab
Make heading for installing Javascript in doc appear in contents
2015-12-13 14:11:15 -08:00
Carol Willing
265810d4f5
Add contact info more prominently on sidebar and in contents
2015-12-13 13:53:54 -08:00
Carol Willing
405d0bdeb7
Improve message about https in public server doc
2015-12-11 10:53:10 -08:00
Jonathan Frederic
193202bdb5
Copy edit
2015-12-10 09:33:53 -08:00
Matthias Bussonnier
225bbcffa7
Document limitation of quick celltype selector...
...
... With regard to Multiple selection.
Closes #805
2015-12-10 13:56:43 +01:00
Min RK
8024000a0e
regen rst notebooks
...
with pandoc-1.15.2.1
fixes some heading inconsistencies
2015-12-04 13:36:30 +01:00
Min RK
1bbeb54673
rst can't handle arbitrary heading levels
2015-12-04 13:36:30 +01:00
Min RK
dfc51fae35
don't mention profiles in nbextensions
2015-12-04 13:36:30 +01:00
Min RK
5bbab29286
update 4.1 changelog
...
with screenshots of new UI
2015-12-04 13:36:30 +01:00
Josh Barnes
9e9828f624
in docs/extending/frontend_extensions:
...
* fix 'the' typo
2015-12-01 15:57:54 +00:00
Josh Barnes
99f6379f14
in docs/extending/frontend_extensions:
...
* Add some description of actions
2015-12-01 13:54:21 +00:00
Josh Barnes
71f5a1969e
in docs/extending/frontend_extensions:
...
* fix AMD link to use RST syntax (mistakenly used markdown previously)
2015-12-01 13:54:21 +00:00
Josh Barnes
bf44aace54
in docs/extending/frontend_extensions:
...
* fix inline literals, which in RST start and end with ``, not just `
2015-12-01 13:54:20 +00:00
Josh Barnes
ad7e657e5c
in docs/extending/frontend_extensions:
...
* beautify javascript examples
* make one-liners fit on one line
2015-12-01 13:54:18 +00:00
Josh Barnes
67c6aaafae
in docs/extending/frontend_extensions:
...
* fix some typos & misspellings
* some improvements to phrasing
2015-12-01 12:23:48 +00:00
Matthias Bussonnier
66f7390f8d
missing N
2015-12-01 10:27:36 +01:00
Thomas Kluyver
92caca5683
English fixes and update description of installing and activating extensions
2015-11-30 18:26:25 +00:00
Matthias Bussonnier
1feb3960d8
Start documenting how to write font end extension
...
This if course require more work, but the request for custom key binding
is too high, and the process of writing extensions too widespread on the
internet.
2015-11-25 19:22:10 +01:00
Min RK
f998bd67df
Merge pull request #732 from Carreau/docs
...
Fix docs on secure server.
2015-11-20 20:19:33 +01:00
Matthias Bussonnier
5c73284c39
Fix docs on secure server.
2015-11-17 16:44:32 -08:00
Brett Cannon
97071b74ff
Fix a dead link to example notebooks
2015-11-17 12:05:29 -08:00