You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
Takes a Jupyter Book and turns it into an HTMLBook-compliant project for consumption in Atlas, O'Reilly's book building tool. The script runs `jupyter-book` on your book directory (the one containing your *_config.yml* and *_toc.yml* files), and puts HTMLBook files in the specified target directory, updating atlas.json if it's provided.
4
4
5
-
**IMPORTANT**: We're now at 1.0.0, i.e., we have introduced a very breaking-change from the original version of the script!
5
+
**IMPORTANT**: We're now at >1.0.0, i.e., we have introduced a very breaking-change from the original version of the script!
6
6
7
7
## Installation
8
8
9
9
**NOTE**: This tool requires Python ^3.9.
10
10
11
-
It's not on PYPI yet, so install via the GitHub link:
* Cross references to bare files (e.g., `see [chapter 1](chapter01.ipynb)`) aren't converting as expected; in the meantime please use a heading anchor (e.g., `see [chapter 1](chapter01.ipynb#first-heading)`).
70
-
* The `"pagenumrestart"` class is currently applied to the first chapter with parts (assuming that the chapters are numbered); this is a limitation to be overcome later (if there is a single-file chapter 1, a part, etc.).
71
-
* Currently, bibliography references are "opinionated," and are meant to follow CMS author-date in terms of in-text citations (no work has been done on the actual *references.html* yet).
71
+
* Jupyter Book can only process one metadata-named code-generated figure per file. The workaround for this is to save any resultant figures to disk and refer to them as any other figure.
72
72
73
73
## Release Notes
74
74
@@ -78,6 +78,7 @@ Features:
78
78
- Add support for formal code examples in Python and R via the "example" cell tag
79
79
- Add support for glossaries
80
80
- Add basic support for bibtex bibliographies
81
+
- Align sidebar heading levels with changes in Atlas
81
82
82
83
Bug fixes:
83
84
- Fix bug with top-level heading IDs causing xrefs to fail
0 commit comments