Made docs/contributing.txt docs style guidelines notes more consistent. The section after the dash is always a full sentence
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b60442f32a
commit
3336bd5c3d
|
@ -427,18 +427,19 @@ documentation:
|
|||
* **Web**, **World Wide Web**, **the Web** -- note Web is always
|
||||
capitalized when referring to the World Wide Web.
|
||||
|
||||
* **Web site** -- two words, with Web capitalized.
|
||||
* **Web site** -- use two words, with Web capitalized.
|
||||
|
||||
Django-specific terminology
|
||||
---------------------------
|
||||
|
||||
* **model** -- not capitalized.
|
||||
* **model** -- it's not capitalized.
|
||||
|
||||
* **template** -- not capitalized.
|
||||
* **template** -- it's not capitalized.
|
||||
|
||||
* **URLconf** -- three capitalized letters, no space before "conf."
|
||||
* **URLconf** -- use three capitalized letters, with no space before
|
||||
"conf."
|
||||
|
||||
* **view** -- not capitalized.
|
||||
* **view** -- it's not capitalized.
|
||||
|
||||
Committing code
|
||||
===============
|
||||
|
|
Loading…
Reference in New Issue