Skip to content

Commit

Permalink
Render toc-less
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsl-robot committed Mar 12, 2024
1 parent 6b212bb commit 1499111
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/no_toc/03-version-control-with-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ Now double click your chapter zip file to unzip. For Windows you may have to [fo
- Choose `add a README`.
- Follow [these instructions](https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github) to add all the files that are inside the `reproducible-R-example.zip` or `reproducible-python-example.zip` file you downloaded to this new repository.

Your new repository should more or less look like this when you are done (with obviously some minor differences).

```{r, fig.alt="An image showing what a repository looks like with our example files loaded in.
", out.width = "100%", echo = FALSE}
ottrpal::include_slide("https://docs.google.com/presentation/d/1IJ_uFxJud7OdIAr6p8ZOzvYs-SGDqa7g4cUHtUld03I/edit#slide=id.g2c22eaae560_0_0")
```

### git clone

Now you have a repository on GitHub online!
Expand Down
2 changes: 1 addition & 1 deletion docs/no_toc/search_index.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/no_toc/using-version-control-with-github.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ <h2><span class="header-section-number">3.5</span> Start a GitHub repository</h2
</ul></li>
<li>Follow <a href="https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github">these instructions</a> to add all the files that are inside the <code>reproducible-R-example.zip</code> or <code>reproducible-python-example.zip</code> file you downloaded to this new repository.</li>
</ul>
<p>Your new repository should more or less look like this when you are done (with obviously some minor differences).</p>
<p><code>{r, fig.alt="An image showing what a repository looks like with our example files loaded in. ", out.width = "100%", echo = FALSE} ottrpal::include_slide("https://docs.google.com/presentation/d/1IJ_uFxJud7OdIAr6p8ZOzvYs-SGDqa7g4cUHtUld03I/edit#slide=id.g2c22eaae560_0_0")</code></p>
<div id="git-clone" class="section level3" number="3.5.1">
<h3><span class="header-section-number">3.5.1</span> git clone</h3>
<p>Now you have a repository on GitHub online!</p>
Expand Down

0 comments on commit 1499111

Please sign in to comment.