<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/MyFirstTypoFix.rst, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[llvm] Fix typos in documentation (#140844)</title>
<updated>2025-05-21T08:11:08+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-21T08:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9f4cea209e512f31b067dcfe9ee3da8ee9b1a6f0'/>
<id>9f4cea209e512f31b067dcfe9ee3da8ee9b1a6f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos (#123506)</title>
<updated>2025-01-19T15:53:39+00:00</updated>
<author>
<name>DeNiCoN</name>
<email>denicon1234@gmail.com</email>
</author>
<published>2025-01-19T15:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=293dbea8b0169525d93a4ee4b7d6c53aa9d4bee0'/>
<id>293dbea8b0169525d93a4ee4b7d6c53aa9d4bee0</id>
<content type='text'>
Fixes some typos in the documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some typos in the documentation</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][Docs] Add explanatory note to MyFirstTypoFix intro</title>
<updated>2024-07-16T11:50:51+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-07-16T11:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=49d53a206faf5fb398aba5c8c1d21b3ec111fe39'/>
<id>49d53a206faf5fb398aba5c8c1d21b3ec111fe39</id>
<content type='text'>
To make it 100% clear that the changes are an example and the guide
should later be used with the reader's own changes to submit an
actual PR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make it 100% clear that the changes are an example and the guide
should later be used with the reader's own changes to submit an
actual PR.
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][Docs] Expand MyFirstTypoFix's post-commit section (#79827)</title>
<updated>2024-01-30T09:30:58+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-01-30T09:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3df262f89d22e37d12775137cd0f014b4848a4e1'/>
<id>3df262f89d22e37d12775137cd0f014b4848a4e1</id>
<content type='text'>
And link to it from the GitHub guide. Since it fits in the flow of the
former document better, but is of interest to those using the GitHub
specific guide.

This includes some content I wrote for an automated PR comment but I
think is useful to have in a single place to link to instead.

I have removed some details:
* About the waterfall view because it doesn't seem that useful to new
contributors and is likely to just seem like constant chaos given how
many builds are going on.
* The orange bubbles in the console view. I also remember this being the
case but whether it was changed, or the web UI is just not loading
properly, I now see red builds that were red before that commit. So
again, it seems like detail that's not needed for a new contributor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And link to it from the GitHub guide. Since it fits in the flow of the
former document better, but is of interest to those using the GitHub
specific guide.

This includes some content I wrote for an automated PR comment but I
think is useful to have in a single place to link to instead.

I have removed some details:
* About the waterfall view because it doesn't seem that useful to new
contributors and is likely to just seem like constant chaos given how
many builds are going on.
* The orange bubbles in the console view. I also remember this being the
case but whether it was changed, or the web UI is just not loading
properly, I now see red builds that were red before that commit. So
again, it seems like detail that's not needed for a new contributor.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][Docs] Update MyFirstTypoFix doc (#79149)</title>
<updated>2024-01-29T10:34:22+00:00</updated>
<author>
<name>David Spickett</name>
<email>david.spickett@linaro.org</email>
</author>
<published>2024-01-29T10:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ba5d92eb9c18a9037dd06a74f90ceba3f4e3ace9'/>
<id>ba5d92eb9c18a9037dd06a74f90ceba3f4e3ace9</id>
<content type='text'>
I've not tried to change the purpose or style of the doc, just edited
for clarity and removed any Phabricator related language in favour of
GitHub terms.

Where possible, I've swapped direct links to LLVM's website with RST
links to the local documents. Which should be a bit more resilient.

Also it's less confusing if you're editing multiple pages locally, you
don't accidentally end up on the live site.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've not tried to change the purpose or style of the doc, just edited
for clarity and removed any Phabricator related language in favour of
GitHub terms.

Where possible, I've swapped direct links to LLVM's website with RST
links to the local documents. Which should be a bit more resilient.

Also it's less confusing if you're editing multiple pages locally, you
don't accidentally end up on the live site.</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Fix formatting issues in MyFirstTypoFix (#77527)</title>
<updated>2024-01-10T02:13:57+00:00</updated>
<author>
<name>Nicholas Mosier</name>
<email>nmosier@stanford.edu</email>
</author>
<published>2024-01-10T02:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e364ddf0c9044f3af147a907aa770599a206c30f'/>
<id>e364ddf0c9044f3af147a907aa770599a206c30f</id>
<content type='text'>
Fix various formatting issues in MyFirstTypoFix.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix various formatting issues in MyFirstTypoFix.</pre>
</div>
</content>
</entry>
<entry>
<title>Update llvm/docs/MyFirstTypoFix.rst for post-Phabricator / Pull-requests world (#70310)</title>
<updated>2023-10-26T19:53:44+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2023-10-26T19:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b13e9efcef53bf913c1f93f0522bd50e39d44b6c'/>
<id>b13e9efcef53bf913c1f93f0522bd50e39d44b6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Docs] Update documentation for the new GitHub workflow (#65162)</title>
<updated>2023-09-01T23:31:44+00:00</updated>
<author>
<name>Tobias Hieta</name>
<email>tobias@hieta.se</email>
</author>
<published>2023-09-01T23:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=63b29114f154c65022d37f071331a38dd119c86b'/>
<id>63b29114f154c65022d37f071331a38dd119c86b</id>
<content type='text'>
This adds first version of a GitHub workflow in the documentation and marks some
sections as deprecated. We should clean up these sections ASAP. I was
just keen to get something on the documentation site as soon as
possible.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds first version of a GitHub workflow in the documentation and marks some
sections as deprecated. We should clean up these sections ASAP. I was
just keen to get something on the documentation site as soon as
possible.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in documentation</title>
<updated>2023-08-27T07:18:14+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2023-08-27T07:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3a14993fa428c67634c979107ca6ddaafeb7037b'/>
<id>3a14993fa428c67634c979107ca6ddaafeb7037b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Remove incorrect markup in a code block</title>
<updated>2023-07-06T08:50:12+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2023-07-05T11:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=38a7ef7f64b0f23aea460952647dcb7d822e8cf1'/>
<id>38a7ef7f64b0f23aea460952647dcb7d822e8cf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
