- Nov 19, 2020
-
-
mmcky authored
-
- Nov 18, 2020
-
-
mmcky authored
- Nov 16, 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>
-
- Oct 09, 2020
-
-
mmcky authored
-
Chris Holdgraf authored
-
Rodrigo Girão Serrão authored
Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
- Oct 07, 2020
-
-
Chris Holdgraf authored
-
Ayrton Bourn authored
-
- Sep 28, 2020
-
-
Erik Sundell authored
The documentation was not reflecting that the latest change to html.home_page_in_navbar sets the value to be true by default, rather than false. https://github.com/executablebooks/jupyter-book/commit/4d886b47a3889842f130ab17450530696592f407 This commit also split apart a note that were about two unrelated points.
-
- Sep 26, 2020
-
-
Chris Holdgraf authored
-