<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-documentation.txt, branch 3.0.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-01-29T08:35:45Z</updated>
<entry>
<title>[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.</title>
<updated>2020-01-29T08:35:45Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-01-29T08:34:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=27e4ebc0baa0c522a2ac7758e9dba4f654eac8fe'/>
<id>urn:sha1:27e4ebc0baa0c522a2ac7758e9dba4f654eac8fe</id>
<content type='text'>
Backport of 0ac8ac8b0dece68072548900e992fc31493154c1 from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.</title>
<updated>2020-01-29T05:06:23Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-29T05:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d346f075d06aeb501ddbc3f6a0870c78bea1a9e9'/>
<id>urn:sha1:d346f075d06aeb501ddbc3f6a0870c78bea1a9e9</id>
<content type='text'>
Backport of 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e from master.
</content>
</entry>
<entry>
<title>[3.0.x] Fixed typo in internals/contributing/writing-documentation.txt.</title>
<updated>2019-12-03T20:04:23Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-12-03T16:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8c0c0def738701339712eb20d96b0ed7a94eb9a'/>
<id>urn:sha1:c8c0c0def738701339712eb20d96b0ed7a94eb9a</id>
<content type='text'>
Backport of b1d39131ebb9f20bea182cb63a8a580fc4b3c00d from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #31029 -- Added note about :rfc: role in writing documentation docs.</title>
<updated>2019-11-28T06:59:39Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2019-11-26T12:07:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c0fe08d470b108244337630f4803e6d04cbb0c02'/>
<id>urn:sha1:c0fe08d470b108244337630f4803e6d04cbb0c02</id>
<content type='text'>
Backport of 42df1b178b22d499986516b5d3d6bb70c044901a from master
</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Fixed typo in docs/internals/contributing/writing-documentation.txt.</title>
<updated>2019-09-05T12:06:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-09-05T12:06:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=053ff7e9e65ce82bb7ee72bff3dcdb797e16dbb9'/>
<id>urn:sha1:053ff7e9e65ce82bb7ee72bff3dcdb797e16dbb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30573 -- Noted to avoid "simple" &amp; co. in Writing Style guide.</title>
<updated>2019-09-05T08:13:31Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-05T07:54:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed2d411aa84efc76baba3adf0d0f99df0e44ba57'/>
<id>urn:sha1:ed2d411aa84efc76baba3adf0d0f99df0e44ba57</id>
<content type='text'>
Co-authored-by: Tobias Kunze &lt;r@rixx.de&gt;
</content>
</entry>
<entry>
<title>Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.</title>
<updated>2019-04-18T12:41:15Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2019-04-14T15:02:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aed89adad54a977829c4f180b036033e031ebcc7'/>
<id>urn:sha1:aed89adad54a977829c4f180b036033e031ebcc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Doc'd a few contributing guidelines.</title>
<updated>2019-03-25T22:26:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-03-25T22:26:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9caa3e0a29c54939cc923c1693f491ff6c8e77e2'/>
<id>urn:sha1:9caa3e0a29c54939cc923c1693f491ff6c8e77e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.</title>
<updated>2018-04-18T00:24:27Z</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2018-04-17T22:19:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64b74804c537b12d4cca64f7cb529c0478b4c4d9'/>
<id>urn:sha1:64b74804c537b12d4cca64f7cb529c0478b4c4d9</id>
<content type='text'>
</content>
</entry>
</feed>
