Skip to content
Snippets Groups Projects
Unverified Commit 06b8134a authored by AakashGC's avatar AakashGC Committed by GitHub
Browse files

:wrench: MAINTAIN: Update docs to reflect output dir of page (#912)

parent fa16b233
No related branches found
No related tags found
No related merge requests found
......@@ -52,16 +52,15 @@ You can generate a standalone HTML file for a single page of the Jupyter Book us
jupyter-book build path/to/mypage.ipynb
```
This will execute your content and output the proper HTML in a
`_build/html` folder.
This will execute your content and output the proper HTML in a `_build/_page/html/<mypage>` folder.
If the file is in a subdirectory relative to the `_build` folder, the HTML will be in a `_build/_page/html/<subdirectory-mypage>` folder.
Your page will be called `mypage.html`. This will work
for any {doc}`content source file <../content-types/index>` that is supported by Jupyter Book.
```{note}
Users should note that building **single pages** in the context of a larger project,
can trigger warnings and incomplete links. For example, building `docs/start/overview.md` will
issue a bunch of `unknown document`,`term not in glossary`, and `undefined links` warnings.
Users should note that building **single pages** in the context of a larger project, can trigger warnings and incomplete links.
For example, building `docs/start/overview.md` will issue a bunch of `unknown document`,`term not in glossary`, and `undefined links` warnings.
```
## Page caching
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment