- Dec 22, 2020
-
- Dec 21, 2020
-
-
mmcky authored
* RELEASE: v0.9.0
-
- Dec 13, 2020
-
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
- Dec 08, 2020
-
-
Alex Remedios authored
-
- Dec 04, 2020
-
-
AakashGC authored
-
- Dec 02, 2020
-
-
Vince Knight authored
There are two quotation marks that appear https://jupyterbook.org/reference/cheatsheet.html#tags: `"hide-input""` should in fact be: `"hide-input"`
-
- Nov 26, 2020
-
-
Chris Holdgraf authored
-
- Nov 25, 2020
-
-
mmcky authored
-
Ryan C Cooper authored
-
- Nov 23, 2020
-
-
Chris Holdgraf authored
-
- Nov 21, 2020
-
-
Ryan C Cooper authored
-
- Nov 20, 2020
- Nov 15, 2020
-
-
Chris Holdgraf authored
-
- Nov 12, 2020
-
-
mmcky authored
Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
mmcky authored
This commit adds support to build individual `pdf` files for each source document (.md etc) using the generic sphinx `pdflatex` builder. It can be enabled for `builder=pdflatex` using the `cli` option `--individualpages`, for example: ```bash jb build <project> --builder=pdflatex --individualpages ``` A use case is for lecture sets, where each file is an independent lecture, and also to support downloadable PDFs for websites. Individual `pdf` files can be specified manually in `sphinx` configuration through the [latex_documents](https://www.sphinx-doc.org/en/3.x/usage/configuration.html#confval-latex_documents) tuple configuration. This commmit implements an auto-builder that collects the source files and titles and updates the `latex_documents` tuple when calling `sphinx_build` An example for [myst-nb.example_project](https://github.com/executablebooks/myst-nb.example-project/pull/8/files ) shows how these tuples can be constructed. Co-authored-by:
Chris Sewell <chrisj_sewell@hotmail.com>
-
- Nov 09, 2020
-
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
- Nov 08, 2020
-
-
Chris Holdgraf authored
-
- Nov 06, 2020
-
-
Chris Holdgraf authored
-
Rowan Cockett authored
-
- Nov 04, 2020
-
-
Chris Holdgraf authored
-
- Oct 31, 2020
-
-
AakashGC authored
-
- Oct 26, 2020
-
-
Matt Wiese authored
Co-authored-by:
Chris Holdgraf <choldgraf@gmail.com>
-
Chris Sewell authored
-
- Oct 24, 2020
-
-
Fabien Maussion authored
-
- Oct 13, 2020
-
-
David Foster authored
-
Chris Holdgraf authored
-
- Oct 12, 2020
-
-
Chris Holdgraf authored
-
Elizabeth DuPre authored
-
Firas Moosvi authored
Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
Chris Holdgraf authored
-
Chris Holdgraf authored
Co-authored-by:
Chris Sewell <chrisj_sewell@hotmail.com>
-
Chris Holdgraf authored
-
David Lukes authored
Also, fix examples (tag syntax, remove redundant nested `md` blocks).
-
Chris Sewell authored
-
David Lukes authored
-
- Oct 10, 2020
-
-
Chris Holdgraf authored
-
mmcky authored
Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-