Kristoffer Carlsson
72a94ac8ac
respect semicolon output supression when exporting to Documenter ( #82 )
6 years ago
Fredrik Ekre
e00be10227
Add a docstring to the module.
6 years ago
Fredrik Ekre
cf2b552550
Fix EditURL when running with GitHub Actions.
6 years ago
Thibaut Lienart
bd11c9d682
Very minor docstring fixes ( #78 )
6 years ago
Fredrik Ekre
ccce600209
Add support for links when running in GitHub Actions.
6 years ago
Fredrik Ekre
d141df42f3
Fix invalid string that should have been s_str. ( #76 )
6 years ago
David Widmann
84c11dd041
Use $$...$$ instead of equation environment ( #72 )
6 years ago
Fredrik Ekre
0453bcdbe9
Append an extra newline for the credit entry, fixes #70 .
6 years ago
Fredrik Ekre
7af5414616
Fix expansion of link macros when docs are built
...
with DocumentationGenerator.jl
6 years ago
Fredrik Ekre
a8ab34fc2d
WIP support DG.
6 years ago
Matt Bauman
0872a96a88
RFC: Add support for Jupyter cell metadata via %% syntax ( #43 )
...
Admittedly this is a little strange: it adds support for a special first-line
syntax that only applies to Jupyter notebook outputs. But this %% format is
somewhat standard across notebook-generating tools, and the ability to protect
it with a `#nb` leader makes it possible to specifically target this line to a
notebook output. We aim to use something like this for generation of notebooks
with support for nbgrader's metadata extensions, but it could also be used to
specify cell types for Jupyter notebook presentations \(with presentation
extensions\) or other such fun. Fixes #67 .
Co-authored-by: Matt Bauman <mbauman@gmail.com>
Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
6 years ago
Fredrik Ekre
1d0286818f
Implement negation of filter tokens, fixes #59 .
6 years ago
Fredrik Ekre
36e8c21047
Require #+ for continuing a code block, fixes #41 .
6 years ago
Fredrik Ekre
fa64dcd796
binder links ( #57 )
...
* Add at__BINDER_ROOT_URL__ macro to expand to a binder link, fixes #46 .
7 years ago
Ben J. Ward
d272f0eafb
Change the folder from "latest" to "dev" ( #56 )
...
This changes the folder variable to "dev" instead of "latest" when `travis_tag` is empty,
Documenter uses "dev" not instead of "latest", whilst latest is currently symlinked by
Documenter to provide some backward compatibility, it still breaks some things like using `__NBVIEWER_ROOT_URL__`
7 years ago
Takafumi Arakaki
87eb47da3f
Bugfix for IJulia.display_dict ( #54 )
...
* Call IJulia.display_dict with invokelatest
This is required for using printing methods defined in the notebook.
* Remove invokelatest from IJulia.limitstringmime
7 years ago
Takafumi Arakaki
f322b9f5c5
Load JSON inside IJulia submodule ( #52 )
7 years ago
Fredrik Ekre
05d0b42dbf
Define include in the sandbox module, fix #31 .
7 years ago
Fredrik Ekre
c917d3fedb
Normalize paths before checking isfile.
7 years ago
Fredrik Ekre
20cf93c3c8
Document the credit option, fix #22 .
7 years ago
Fredrik Ekre
4da2e86d07
Verify that inputfile exist before working with it, fix #24 .
7 years ago
Fredrik Ekre
e6bb326065
remove precompile call
7 years ago
Fredrik Ekre
11175059bd
Upgrade to Julia v0.7 ( #14 )
8 years ago
Fredrik Ekre
58f4cfb6d6
add back filtering of empty MDChunks, accidentally removed in #6 , fix #11 ( #12 )
8 years ago
Fredrik Ekre
a34a1b1de8
split multiline string into vector of one-liners ( #10 )
...
this is needed for image/svg+xml and text/html, fix #8
8 years ago
Fredrik Ekre
2e7baab217
allow leading whitespace before #
8 years ago
Fredrik Ekre
45dcf59441
enable precompile
8 years ago
Fredrik Ekre
47ca20d63c
change #' to # and require ## for regular julia comments, fix #3 ( #4 )
8 years ago
Fredrik Ekre
ec6a9d31df
implement #src tag instead of trailing #jl
8 years ago
Fredrik Ekre
f8298baeac
some simplifications for printin notebook
8 years ago
Fredrik Ekre
0d424b6081
better error message when executing code fails
8 years ago
Fredrik Ekre
5b6de5954d
add credit kwarg to print credits
8 years ago
Fredrik Ekre
7cea759377
add a little note at the bottom of the page
8 years ago
Fredrik Ekre
fab80c77bf
add keep_comments to Literate.script to keep markdown as comments in script output
8 years ago
Fredrik Ekre
85757d4344
clarify in the docs that execute=true cd to outputdir
8 years ago
Fredrik Ekre
1eada3354b
fix test on 0.7
8 years ago
Fredrik Ekre
0d3fbfdefc
merge MDChunks into the surrounding CodeChunks if we dont allow continued blocks
8 years ago
Fredrik Ekre
dedf3afa64
much more docs
8 years ago
Fredrik Ekre
df686b6e8f
move replacements into one function
8 years ago
Fredrik Ekre
f464e53fab
s/Examples/Literate
8 years ago
Fredrik Ekre
78729a8eea
cd to output dir when executing notebook
8 years ago
Fredrik Ekre
8e6b12b9d9
replace \ with / in writer instead of tests
8 years ago
Fredrik Ekre
4681284e51
fix bug that ran the post processor twice for nb
8 years ago
Fredrik Ekre
d43a8c92ff
always change mathmode
8 years ago
Fredrik Ekre
5522d4e401
call fixlinks in Examples.script
8 years ago
Fredrik Ekre
17f19aacc0
rstrip the line in the parser
8 years ago
Fredrik Ekre
77dcb96986
ditch the at-__NAME__ variable
8 years ago
Fredrik Ekre
60401022ad
move documenter math inside documenter kwarg
8 years ago
Fredrik Ekre
08e025c8b2
add placeholders for links instead
8 years ago
Fredrik Ekre
3e47aac530
fix links for tag builds ( #1 )
8 years ago