- 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>
-
- Mar 10, 2021
-
-
Alex Remedios authored
-
- Mar 09, 2021
-
-
Chris Holdgraf authored
-
- Mar 04, 2021
-
- Feb 27, 2021
-
-
Nicholas Bollweg authored
-
- Feb 23, 2021
-
-
mmcky authored
-
- Feb 19, 2021
-
-
mmcky authored
-
Chris Holdgraf authored
-
mmcky authored
-
- Feb 18, 2021
-
-
AakashGC authored
* suppressing resolve_any_xref issue * modified fixture files
-
- Feb 13, 2021
-
-
Chris Holdgraf authored
-
Chris Sewell authored
-
- Feb 12, 2021
-
-
Lex Nederbragt authored
referencess.bib -> references.bib
-
Chris Holdgraf authored
-
- Feb 09, 2021
-
-
Lilian Besson authored
-
- Feb 08, 2021
-
-
Ebrahim Afyounian authored
-
- Feb 04, 2021
-
-
Chris Holdgraf authored
-
Ebrahim Afyounian authored
minor typo: your --> you
-