- Jul 15, 2021
-
-
mmcky authored
* RELEASE: Preparation for jupyter-book=0.11.2 * update CHANGELOG for upgrade to sphinx-jupyterbook-latex * Update CHANGELOG.md Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu> Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
- Jul 09, 2021
-
-
mmcky authored
* UPGRADE: Upgrade to sphinx-jupyterbook-latex==0.4.2 * updated tex regression files Co-authored-by:
AakashGC <aakashgfude@gmail.com>
-
- Jul 08, 2021
-
-
Ria Rivera authored
-
Ria Rivera authored
-
- Jul 05, 2021
-
-
mmcky authored
-
- Jul 03, 2021
-
-
iot49 authored
-
- Jun 30, 2021
-
-
Chris Holdgraf authored
-
- Jun 25, 2021
-
-
Chris Sewell authored
-
- Jun 24, 2021
-
-
Chris Holdgraf authored
-
- Jun 23, 2021
-
-
Firas Moosvi authored
-
- Jun 21, 2021
-
-
Chris Holdgraf authored
-
mmcky authored
* Update jupyterbook-latex to sphinx-jupyterbook-latex * docs: update Co-authored-by:
AakashGC <aakashguptachoudhury@gmail.com>
-
- Jun 17, 2021
-
-
mmcky authored
-
- Jun 11, 2021
-
-
Chris Holdgraf authored
-
- Jun 09, 2021
-
-
Chris Holdgraf authored
-
Lex Nederbragt authored
-
- Jun 06, 2021
-
-
Quentin Fortier authored
-
- Jun 05, 2021
-
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
- May 26, 2021
-
-
JHayes authored
-
- May 05, 2021
-
-
Chris Holdgraf authored
-
Chris Sewell authored
To keep the `docs/requirements.txt` available and in-sync, I have added a pre-commit hook that creates it from the `setup.cfg`
-
Chris Sewell authored
This commit removes all code related to the `_toc.yml`, which is now implemented in https://github.com/executablebooks/sphinx-external-toc. This implementation adds a range of new features, including: - `glob` to specify multiple files with unix-style wildcard - `toctree` options: `caption`, `hidden`, `maxdepth`, `numbered`, `titlesonly` - The `toctree` are now added directly to the docutils/sphinx AST (rather than appending to the source text), which means that its is source format agnostic, i.e. will work for rst, md, ipynb, py, ... - The `tableofcontents` directive is also handled at the same time as the `toctree` insertion, rather than later in a post-transform, which avoids having to use any builder specific logic. - The `jupyter-book toc` CLI is now a plugin of the sphinx-external-toc CLI, and is split into multiple commands - The new `jupyter-book toc to-site` command allows a template project to be generated directly from a `toc.yml` The format of the `_toc.yml` has been changed slightly. To aide users, the code in `jupyter-book build` will check the format is as expected before calling sphinx, and point users to the new `jupyter-book toc migrate` command. This also involved updating `jupyterbook-latex` to `v0.3.0`, and removes the `nested-lookup` dependency.
-
- Apr 30, 2021
-
-
Anton Akhmerov authored
-
- Apr 18, 2021
-
-
Michael Zingale authored
Co-authored-by:
Chris Sewell <chrisj_sewell@hotmail.com>
-
- Apr 11, 2021
-
-
Chris Holdgraf authored
Co-authored-by:
AakashGC <aakashguptachoudhury@gmail.com>
-
- Apr 08, 2021
-
-
Chris Sewell authored
-
- Apr 04, 2021
-
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
- Mar 28, 2021
-
-
Tony Hirst authored
FIXES: https://github.com/executablebooks/jupyter-book/issues/1049 The `_filename_to_title()` function runs `path.with_suffix("")`. The suffix is currently stripped in `_content_path_to_yaml()` and then again in `_filename_to_tile()`. If the filename contains a `.` the second call splits the filename at the point. Correction is: don't strip suffix in `_content_path_to_yaml(()` .
-
- Mar 26, 2021
-
-
AakashGC authored
-
- Mar 24, 2021
-
-
Alexandre Fontoura authored
Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
- Mar 18, 2021
-
-
Chris Holdgraf authored
-
Johannes Elferich authored
Ensure sorting of files in directory
-
- Mar 14, 2021
-
-
hnishi authored
-
- Mar 12, 2021
-
-
AakashGC authored
This PR brings improvements to `PDF` builds via `LaTeX` by incorporating the [jupyterbook-latex](https://github.com/executablebooks/jupyterbook-latex ) extension. This initial release: 1. harmonises the document structure for `html` and `latex` outputs, by implementing support for `part`/`chapter` structures in the `_toc.yml` for PDF via LaTeX, 2. brings support for the jupyter-book directive `tableofcontents` to PDF via LaTeX, and 3. adds support for commonly used tags on `code-cell` directives (such as `hide-cell`) to PDF via LaTeX Co-authored-by:
mmcky <mamckay@gmail.com> Co-authored-by:
mmcky <mmcky@users.noreply.github.com>
-