Josh Barnes
ee6e8a86b2
also remove latex_envs entry-points
2016-11-16 23:18:40 +00:00
Josh Barnes
fa67142155
replace vendored latex_envs with its pypi package
2016-11-16 23:16:11 +00:00
Josh Barnes and GitHub
ca3d33d5cd
Merge pull request #790 from juhasch/docs/install
...
Add PyPi install source
2016-11-08 17:38:30 +00:00
juhasch
93a8d785a7
Add PyPi install source
2016-11-08 21:36:11 +07:00
Josh Barnes and GitHub
3022eafe36
Merge pull request #789 from jcb91/readmes
...
A few minor readme updates
2016-11-08 11:42:39 +00:00
Josh Barnes and GitHub
e839112a8d
Merge pull request #788 from jcb91/installation_instructions
...
update installation instructions
2016-11-08 11:42:15 +00:00
Josh Barnes
bd3c9d55cf
minor updates to codefolding readme
...
mainly nbconvert_support
2016-11-07 17:48:05 +00:00
Josh Barnes
9faee4ca7e
add icon to datestamper readme
2016-11-07 17:42:18 +00:00
Josh Barnes
04ecef7e25
update readme for contrib_nbextensions_help_item
...
to add link to readthedocs
2016-11-07 17:41:34 +00:00
Josh Barnes
ab61f14e5a
update installation instructions
...
in respect of #764
2016-11-07 17:31:29 +00:00
Josh Barnes and GitHub
20a578c214
Merge pull request #787 from jcb91/scratchpad
...
Updates to scratchpad
2016-11-06 22:12:57 +00:00
Josh Barnes
05811869e5
Merge remote-tracking branch 'scratchpad/master' into scratchpad
2016-11-06 13:15:50 +00:00
Josh Barnes and GitHub
b6563a7004
Merge pull request #773 from jcb91/docs
...
generate docs without conversion
2016-11-06 00:37:27 +00:00
Josh Barnes
28adb2c828
fix docs typo
...
[skip CI]
2016-11-02 11:00:33 +00:00
Josh Barnes
9979a207b9
make markdown links explicit
...
since commonmark doesn't do autolinking like gfm does
2016-11-01 23:40:58 +00:00
Josh Barnes
92dd2bc154
some more readme fixes
...
primarily replacing html entities unsupported by commonmark
2016-11-01 23:40:20 +00:00
Josh Barnes
0e20d25309
fix indentation in latex_envs readme nested lists
2016-11-01 23:29:52 +00:00
Josh Barnes
949be01461
minor updates to install docs
2016-11-01 23:29:48 +00:00
Josh Barnes
622b08eb8c
escape markdown headings starting with number & period
...
since CommonMark disallows setext headings from being composed of text which would otherwise constitue a list item, see http://spec.commonmark.org/0.26/#setext-heading
2016-11-01 23:29:45 +00:00
Josh Barnes
9bde67bfac
replace markdown tables
...
since commonmark (and hence recommonmark, which we use to generate our docs) doesn't support them.
2016-11-01 23:29:42 +00:00
Josh Barnes
c8b8ec2fa0
new docs build method
...
* build docs through tox environment
* build docs on travis. Travis build checks that we haven't broken docs which would get pushed to rtd
* generate docs directly from repo markdown using recommonmark, rather than converting into new files with pandoc
* unpin recommonmark version
* remove redundant makefiles, rely on tox to do our docs building (we don't really reliably support anything bar html/json generation anyway)
* remove redundant conda `docs/environment.yml`
* fix docs version using `.bumpversion.cfg`
* update docs readme
2016-11-01 23:29:40 +00:00
Josh Barnes
80f4f96350
don't use code inside links, as pandoc markdown doesn't convert them to rst correctly.
2016-11-01 23:29:37 +00:00
Josh Barnes
0c870d1cb1
fixes from sphinx link check
2016-11-01 23:29:33 +00:00
Josh Barnes
f06d41f90d
update badges
...
- add conda-forge badge
- remove pypi downloads badges, which never get updated anyway
2016-11-01 23:29:29 +00:00
Josh Barnes
51ff6deaf7
switch more docs back to markdown
...
for ease of comparison with main readme, where we're not using features of rst
2016-11-01 23:29:25 +00:00
Josh Barnes
add59949ce
Update docs/source/install.md to reflect changes to readme
...
Using markdown makes for easier comparison with the main README.md as well,
as mentioned in #776
[skip CI]
2016-11-01 23:29:21 +00:00
Josh Barnes
11233b88e3
switch install instructions back to markdown
...
addresses issue #775 .
[skip CI]
2016-11-01 23:29:18 +00:00
Josh Barnes
8ca3e66a2d
use rst autodoc features to document exporters
2016-11-01 23:29:14 +00:00
Josh Barnes
211465611d
fix missing image link in readme [skip CI]
2016-11-01 23:29:11 +00:00
Josh Barnes
b4e36670a3
spellcheck Non-Official -> Unofficial [skip CI]
2016-11-01 23:29:08 +00:00
Josh Barnes
366bb503ad
improve some nbconvert_support docstrings
...
[skip CI]
2016-11-01 23:29:05 +00:00
Josh Barnes
89627a3e4f
flesh out readthedocs.yml [skip CI]
2016-11-01 23:29:02 +00:00
Josh Barnes
16efa26180
more readme tweaks, mainly altering pygments (gfm) language strings
...
[skip CI]
2016-11-01 23:27:55 +00:00
Josh Barnes
174d419b18
minor fixes to readme heading levels
...
should help RTD layout be a little more sensible
[skip CI]
2016-11-01 23:25:18 +00:00
Josh Barnes and GitHub
688e6c22fd
Merge pull request #784 from azjps/master
...
Fix limit output missing braces
2016-11-01 11:53:18 +00:00
azjps and stonepy account
ffbbc7de5e
Fix limit output missing braces
...
Due to the currently mismatching braces, the limit output extension
will usually display an error message indicating it is limiting output,
although it is not (but not indicating such in console.log).
Fixed this bug and also added ability to display the current and maximum
output lengths in the error message to make this type of error easier
to debug in future.
Change-Id: Ib806f011fc4919d1a1b6279c9e37e4564d12bbed
2016-10-31 21:32:35 -04:00
Josh Barnes and GitHub
e72c26f8ba
Merge pull request #781 from kukanya/master
...
[ScrollDown] Fix `readme.md`
2016-10-23 19:13:47 +01:00
Anastasia Kukanova
0420d49cf6
[ScrollDown] Fix readme.md
2016-10-23 09:20:16 +03:00
Josh Barnes and GitHub
c8a321d673
Merge pull request #780 from kukanya/master
...
[ScrollDown] Initial commit
2016-10-23 02:08:27 +01:00
Josh Barnes and GitHub
8e1e58e456
Merge pull request #778 from jcb91/coverage_update
...
require coverage >= 4.2, since we now use the --append flag
2016-10-23 02:08:11 +01:00
Josh Barnes and GitHub
22e93be8d1
Merge pull request #779 from jcb91/lint
...
fix linting
2016-10-23 02:07:58 +01:00
Anastasia Kukanova
6e2fc87c09
[ScrollDown] Initial commit
2016-10-22 19:22:33 +03:00
Josh Barnes
02f3877da9
fix linting
2016-10-21 14:22:35 +01:00
Josh Barnes and GitHub
c3afb23d0d
Merge pull request #774 from jcb91/feature/switchable_install
...
switchable install
2016-10-21 14:18:01 +01:00
Josh Barnes
f5332d5ae9
require coverage >= 4.2, since we now use the --append flag
2016-10-21 03:41:31 +01:00
Josh Barnes
ae0fdd0257
update tests & install to support switchabe install
...
* test must check different directories on install/uninstall
* alter uninstall of config to disable the `contrib_nbextensions_help_item/main` nbextension regardless of whether it's installed or not
2016-10-20 23:41:05 +01:00
Josh Barnes
008aefc574
switchable install
...
* add cli switches to install only the nbextensions files, or only the config parts
* add tests for switchable installs
2016-10-19 02:38:10 +01:00
Josh Barnes and GitHub
69f0c41f72
Merge pull request #772 from jcb91/windows_testing
...
don't test symlinks on windows
2016-10-19 01:23:28 +01:00
Josh Barnes and GitHub
c095aa4934
Merge pull request #771 from jcb91/coverage_update
...
unpin coverage, using `--append` flag as required in versions >=4.2
2016-10-19 00:49:59 +01:00
Josh Barnes and GitHub
a134300cab
Merge pull request #769 from jcb91/install
...
Use jupyter_nbextensions_configurator's actual install app
2016-10-18 23:14:58 +01:00