Attempted to bold part of docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b82a44d270
commit
49e4e4f9ce
|
@ -444,12 +444,12 @@ any documentation of *new* features will be seen by Django users who don't
|
||||||
necessarily have access to those features yet, because they're only using the
|
necessarily have access to those features yet, because they're only using the
|
||||||
latest release. Thus, our policy is:
|
latest release. Thus, our policy is:
|
||||||
|
|
||||||
All documentation of new features should be written in a way that clearly
|
**All documentation of new features should be written in a way that clearly
|
||||||
designates the features are only available in the Django development
|
designates the features are only available in the Django development
|
||||||
version.
|
version.**
|
||||||
|
|
||||||
Assume documentation readers are using the latest release, not the
|
**Assume documentation readers are using the latest release, not the
|
||||||
development version.
|
development version.**
|
||||||
|
|
||||||
Our traditional way of marking new features is by prefacing the features'
|
Our traditional way of marking new features is by prefacing the features'
|
||||||
documentation with: "New in Django development version." Changes aren't
|
documentation with: "New in Django development version." Changes aren't
|
||||||
|
|
Loading…
Reference in New Issue