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
5ba3db0c14
Pin remcommonmark version to 0.4.0
2016-09-15 16:22:09 +02:00
juhasch
fa9c9dcbd0
Add entrypoints requirement
2016-09-15 16:11:49 +02:00
juhasch
ece355f6ba
Fix RTD build: Don't use CONDA
2016-09-15 16:06:23 +02:00
juhasch
117c56666f
Shorten name for RTD
2016-09-06 22:50:02 +02:00
juhasch
275d2a091d
Fix doc generation
2016-09-06 22:13:31 +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