|
3 | 3 | # Jupyter Book on Read the Docs |
4 | 4 |
|
5 | 5 | This example shows a Jupyter Book project built and published on Read the Docs. |
6 | | -You're encouraged to view it to get inspiration and copy & paste from the files in [the source code repository][github], where you will also find the relevant configuration for building Jupyter Book projects on Read the Docs. |
| 6 | +You're encouraged to use it to get inspiration and copy & paste from the files in [the source code repository][github]. In the source repository, you will also find the relevant configuration and instructions for building Jupyter Book projects on Read the Docs. |
| 7 | + |
7 | 8 | If you are using Read the Docs for the first time, have a look at the official [Read the Docs Tutorial][tutorial]. |
8 | 9 | If you are using Jupyter Book for the first time, have a look at the [official Jupyter Book documentation][jb-docs]. |
9 | 10 |
|
10 | 11 | ## Why run Jupyter Book with Read the Docs? |
11 | 12 |
|
12 | 13 | [Read the Docs](https://readthedocs.org/) simplifies developing Jupyter Book projects by automating building, versioning, and hosting of your project for you. |
13 | | -You might be familiar with Read the Docs for software documentation projects, but these features are just as relevant for science. |
| 14 | +You might be familiar with Read the Docs for software documentation projects, but these features are just as relevant for science. |
14 | 15 |
|
15 | 16 | With Read the Docs, you can improve collaboration on your Jupyter Book project with Git (GitHub, GitLab, BitBucket etc.) and then connect the Git repository to Read the Docs. |
16 | 17 | Once Read the Docs and the git repository are connected, your project will be built and published automatically every time you commit and push changes with git. |
17 | 18 | Furthermore, if you open Pull Requests, you can preview the result as rendered by Jupyter Book. |
18 | 19 |
|
19 | 20 | ## What is in this example? |
20 | 21 |
|
21 | | -Jupyter Book has a number of built-in features, which you can see examples of here: |
| 22 | +Jupyter Book has a number of built-in features. |
| 23 | +This is a small example book to give you a feel for how book content is structured. |
| 24 | +It shows off a few of the major file types, as well as some sample content. |
| 25 | +It does not go in-depth into any particular topic - check out [the Jupyter Book documentation][jb-docs] for more information. |
22 | 26 |
|
23 | 27 | * [Examples of Markdown](/markdown) |
24 | 28 | * [Rendering a notebook Jupyter Notebook](/notebooks) |
25 | 29 | * [A notebook written in MyST Markdown](/markdown-notebooks) |
26 | 30 |
|
27 | | -We have also added some popular features for Jupyter Book that really you shouldn't miss when building your own project: |
| 31 | +We have also added some popular features for Jupyter Book that really you shouldn't miss when building your own project with Jupyter Book and Read the Docs: |
28 | 32 |
|
29 | | -* [intersphinx to link to other documentation and Jupyter Book projects](/sphinx-hoverxref) |
30 | | -* [sphinx-examples to show examples and results side-by-side](/sphinx-hoverxref) |
| 33 | +* [intersphinx to link to other documentation and Jupyter Book projects](/intersphinx) |
| 34 | +* [sphinx-examples to show examples and results side-by-side](/sphinx-examples) |
31 | 35 | * [sphinx-hoverxref to preview cross-references](/sphinx-hoverxref) |
32 | | -* [sphinx-proof for logic and math, to write proofs, theorems, lemmas etc.](/sphinx-hoverxref) |
33 | | -* [sphinx-inline-tabs to display alternatives side-by-side with a tabbed interface](/sphinx-hoverxref) |
| 36 | +* [sphinx-proof for logic and math, to write proofs, theorems, lemmas etc.](/sphinx-proof) |
34 | 37 |
|
35 | | -## Jupyter Book examples |
36 | 38 |
|
37 | | -This is a small sample book to give you a feel for how book content is |
38 | | -structured. |
39 | | -It shows off a few of the major file types, as well as some sample content. |
40 | | -It does not go in-depth into any particular topic - check out [the Jupyter Book documentation][jb-docs] for more information. |
| 39 | +## Table of Contents |
41 | 40 |
|
42 | | -Check out the content pages bundled with this sample book to see more. |
| 41 | +Here is an automatically generated Tabel of Contents: |
43 | 42 |
|
44 | 43 | ```{tableofcontents} |
45 | 44 | ``` |
|
0 commit comments