|
| 1 | +(intro)= |
| 2 | + |
1 | 3 | # Jupyter Book on Read the Docs |
2 | 4 |
|
3 | | -This example shows a Jupyter Book project built and published on Read the Docs. You're encouraged to view it to get inspiration and copy & paste from the files in [the source code][github]. If you are using Read the Docs for the first time, have a look at the official [Read the Docs Tutorial][tutorial]. If you are using Jupyter Book for the first time, have a look at the [official Jupyter Book documentation][jb-docs]. |
| 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. |
| 7 | +If you are using Read the Docs for the first time, have a look at the official [Read the Docs Tutorial][tutorial]. |
| 8 | +If you are using Jupyter Book for the first time, have a look at the [official Jupyter Book documentation][jb-docs]. |
| 9 | + |
| 10 | +## Why run Jupyter Book with Read the Docs? |
| 11 | + |
| 12 | +[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 | + |
| 15 | +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 | +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 | +Furthermore, if you open Pull Requests, you can preview the result as rendered by Jupyter Book. |
| 18 | + |
| 19 | +## What is in this example? |
| 20 | + |
| 21 | +Jupyter Book has a number of built-in features, which you can see examples of here: |
| 22 | + |
| 23 | +* [Examples of Markdown](/markdown) |
| 24 | +* [Rendering a notebook Jupyter Notebook](/notebooks) |
| 25 | +* [A notebook written in MyST Markdown](/markdown-notebooks) |
| 26 | + |
| 27 | +We have also added some popular features for Jupyter Book that really you shouldn't miss when building your own project: |
| 28 | + |
| 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) |
| 31 | +* [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) |
4 | 34 |
|
5 | | -# Jupyter Book examples |
| 35 | +## Jupyter Book examples |
6 | 36 |
|
7 | 37 | This is a small sample book to give you a feel for how book content is |
8 | 38 | structured. |
|
0 commit comments