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
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
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 and GitHub
ea0eb67d8d
Merge pull request #802 from jcb91/latex_envs
...
also remove latex_envs nbconvert_support things
2016-11-27 19:22:56 +00:00
Juergen Hasch and GitHub
f11cd4f048
Merge pull request #794 from juhasch/fix/codefolding
...
[WIP]Only execute codefolding preprocessor when requested
2016-11-27 13:23:02 +01:00
Jürgen Hasch
6f02fb1698
Set default_role for backticks in documentation
2016-11-27 10:00:03 +01:00
Jürgen Hasch
61bf8423f8
Small docstrings update
2016-11-26 19:53:04 +01:00
Jürgen Hasch
b571d219e8
Don't add link to localhost
2016-11-26 13:06:06 +01:00
Jürgen Hasch
92c8166ed2
Move some documentation to Python docstrings
2016-11-26 12:42:57 +01:00
Jürgen Hasch
1d40096b91
Add/update documentation for exporters
2016-11-26 11:35:28 +01:00
Josh Barnes
eed2a7ff7a
also remove latex_envs nbconvert stuff
2016-11-24 19:26:42 +00:00
Josh Barnes
0cdb295c9f
release 0.2.2
2016-11-23 18:59:46 +00:00
juhasch
93a8d785a7
Add PyPi install source
2016-11-08 21:36:11 +07:00
Josh Barnes
ab61f14e5a
update installation instructions
...
in respect of #764
2016-11-07 17:31:29 +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
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
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
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
b4e36670a3
spellcheck Non-Official -> Unofficial [skip CI]
2016-11-01 23:29:08 +00:00
Juergen Hasch and GitHub
c11a4a0387
Merge pull request #753 from juhasch/html_embed_exporter
...
Html embed exporter
2016-10-05 17:24:34 +02:00
juhasch
09cade6ffe
Add description for exporters
2016-10-01 19:21:42 +02:00
Juergen Hasch and GitHub
3f1122c287
Merge pull request #742 from juhasch/doc/newextension
...
[skip CI]Update docs
2016-09-24 09:45:47 +02:00
juhasch
30b49b2d1a
Incorporate feedback
2016-09-15 20:09:42 +02:00
juhasch
df2fcd5894
[ci skip] Fix generating nbextensions.rst
2016-09-15 19:20:45 +02:00
juhasch
062a53949b
Update docs
2016-09-15 17:23:57 +02:00
juhasch
c83d32232c
Replace extensions.rst with nbextensions.rst
2016-09-05 21:12:22 +02:00
juhasch
37ff9153eb
Update docs building
2016-09-04 19:51:40 +02:00
Juergen Hasch
7f57beb538
Add docs generation
2016-09-02 21:44:57 +02:00