chiark / gitweb /
plugins: new m.plots plugin for rendering inline SVG plots.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 15 May 2018 21:52:58 +0000 (23:52 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 16 May 2018 10:20:49 +0000 (12:20 +0200)
commite9ab28bbda73529292fdc4e38a3fbc102d317938
tree10501d82ab97ee822e0195c28b1993eec40ca8bc
parentbf572804d31b72e37e939351295aedfb0f894e4d
plugins: new m.plots plugin for rendering inline SVG plots.
20 files changed:
CONTRIBUTING.rst
css/m-components.css
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-dark.css
css/m-light+doxygen.compiled.css
css/m-light.compiled.css
css/m-light.css
doc/css/components-plot.svg [new file with mode: 0644]
doc/css/components.rst
doc/plugins.rst
doc/plugins/links.rst
doc/plugins/math-and-code.rst
doc/plugins/plots-test.rst [new file with mode: 0644]
doc/plugins/plots.rst [new file with mode: 0644]
pelican-plugins/m/plots.py [new file with mode: 0644]
pelican-plugins/m/test/plots/page.html [new file with mode: 0644]
pelican-plugins/m/test/plots/page.rst [new file with mode: 0644]
pelican-plugins/m/test/test_plots.py [new file with mode: 0644]
site/pelicanconf.py