Skip to content

Commit

Permalink
deploy: 37ff552
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 5, 2024
1 parent 9134e5c commit 57cf0e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _sources/books/making_books.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ For a blog, the posts are in seperate pages as the filename has to be index.qmd.

To change preview type when using VSCode to preview, go to Settings > Quarto > Render: Preview Type and set to external

Commands to check/make/preview book:

* `quarto check` - checks if would build successfully
* `quarto preview` - previews as-is
* `quarto render` - rebuilds whole book
* quarto preview button in VS code - will render current page, and will render other pages when you click on them, except blog posts

## Jupyter book

Install jupyter-book package.
Expand Down
7 changes: 7 additions & 0 deletions books/making_books.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,13 @@ <h2>Quarto<a class="headerlink" href="#quarto" title="Permalink to this heading"
<p>A book is actually a special type of website - the most important difference is that it uses chapter numbers and supports cross-references between different chapters. <a class="reference external" href="https://quarto.org/docs/books/">[source]</a></p>
<p>For a blog, the posts are in seperate pages as the filename has to be index.qmd.</p>
<p>To change preview type when using VSCode to preview, go to Settings &gt; Quarto &gt; Render: Preview Type and set to external</p>
<p>Commands to check/make/preview book:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">quarto</span> <span class="pre">check</span></code> - checks if would build successfully</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">quarto</span> <span class="pre">preview</span></code> - previews as-is</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">quarto</span> <span class="pre">render</span></code> - rebuilds whole book</p></li>
<li><p>quarto preview button in VS code - will render current page, and will render other pages when you click on them, except blog posts</p></li>
</ul>
</div>
<div class="section" id="jupyter-book">
<h2>Jupyter book<a class="headerlink" href="#jupyter-book" title="Permalink to this heading">#</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 57cf0e3

Please sign in to comment.