Skip to content

Commit

Permalink
fix typos and unlinked urls (#29)
Browse files Browse the repository at this point in the history
* fix typos and unlinked urls

* Fix missing semicolon to assist ampersand symbol

* Update source/ch-collaboration.ptx

---------

Co-authored-by: Steven Clontz <steven.clontz@gmail.com>
  • Loading branch information
DanielHodgins and StevenClontz committed Aug 6, 2024
1 parent 965955e commit 06c7593
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
5 changes: 3 additions & 2 deletions source/ch-collaboration.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,16 @@ the public.
<p>
To create a fork of a public repository, press the <q>Fork</q> button
on its <c>GitHub.com</c> homepage. You can name this fork whatever you like,
it will be tracke don GitHub as a fork of the original project, with
it will be tracked on GitHub as a fork of the original project, with
the ability to make <q>upstream</q> contributions by way of
pull requests.
</p>
</note>
<p>
Those of us who work in open source typically <em>love</em> getting
pull requests from random collaborators. For example, if you find a
typo in this book, you can fxi it by creating a fork at
typo in this book, you can fxi <!-- except this one, it's a joke :-) -->
it by creating a fork at
<url href="https://github.com/StevenClontz/github-for-mathematicians/fork"/>,
editing the appropriate <c>source/*.ptx</c> file to fix the word,
and open a pull request.
Expand Down
2 changes: 1 addition & 1 deletion source/ch-first-repo.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ homepage on <c>GitHub.com</c>.
Finally, you might be interested in visiting the <q>Insights</q>
tab for your repository, and specifically the <q>Network</q> page.
It should reveal a graphic similar to <xref ref="fig-git-branches"/>
visualizing the history of you project across all GitHub collaborators.
visualizing the history of your project across all GitHub collaborators.
Right now you don't have any collaborators and just a couple commits,
but keeping in mind this model for your project history will be
useful as we juggle various commits and pushes and syncs and so on
Expand Down
20 changes: 11 additions & 9 deletions source/ch-manim.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This chapter is co-authored by <xref ref="frontmatter">Tien Chih</xref>.
<ul>
<li>
<p>
<url>https://www.3blue1brown.com/</url>
<url href="https://www.3blue1brown.com/">https://www.3blue1brown.com/</url>
</p>
</li>
<li>
<p>
<url>https://www.youtube.com/c/3blue1brown</url>
<url href="https://www.youtube.com/c/3blue1brown">https://www.youtube.com/c/3blue1brown</url>
</p>
</li>
</ul>
Expand Down Expand Up @@ -330,38 +330,40 @@ This chapter is co-authored by <xref ref="frontmatter">Tien Chih</xref>.
<ul>
<li>
<p>
<url>https://docs.manim.community/en/stable/index.html</url>. This is Tien's goto
<url href="https://docs.manim.community/en/stable/index.html">
https://docs.manim.community/en/stable/index.html</url>. This is Tien's goto
place for FAQ's, working examples etc..
</p>
</li>

<li>
<p>
<url>https://www.youtube.com/watch?v=KsemDUSJeWk&amp;list=PLwXCBkIf7xBODPeQxULagMeWSK4YtLYog</url>.
<url href="https://www.youtube.com/watch?v=KsemDUSJeWk&amp;list=PLwXCBkIf7xBODPeQxULagMeWSK4YtLYog">
https://www.youtube.com/watch?v=KsemDUSJeWk&amp;list=PLwXCBkIf7xBODPeQxULagMeWSK4YtLYog</url>.
This is a video playlist of Calculus I material authored by Tien.
</p>
</li>

<li>
<p>
<url>https://www.youtube.com/@MathVisualProofs</url>.
<url href="https://www.youtube.com/@MathVisualProofs">https://www.youtube.com/@MathVisualProofs</url>.
This the youtube video channel <em>Mathematical Visual Proofs</em>
by Dr. Tom Edgar, an expert on Manim.
</p>
</li>

<li>
<p>
<url>https://www.free-stock-music.com/</url>.
<url href="https://www.free-stock-music.com/">https://www.free-stock-music.com/</url>.
This is a website for royalty-free, Creative-Commons
licensed stock music.
</p>
</li>

<li>
<p>
<url>https://discord.com/invite/bYCyhM9Kz2</url> a Discord for Manim,
people can help here and you can run Python code within the Discord.
<url href="https://discord.com/invite/bYCyhM9Kz2">https://discord.com/invite/bYCyhM9Kz2</url>
a Discord for Manim, people can help here and you can run Python code within the Discord.
</p>
</li>
</ul>
Expand All @@ -371,4 +373,4 @@ This chapter is co-authored by <xref ref="frontmatter">Tien Chih</xref>.
</section>


</chapter>
</chapter>

0 comments on commit 06c7593

Please sign in to comment.