mirror of
https://github.com/django/django.git
synced 2025-08-30 15:27:40 +00:00
Prevented (and corrected) single backtick usage in docs.
This commit is contained in:
parent
4a6f2b63d7
commit
1cdfe8d912
42 changed files with 105 additions and 88 deletions
|
@ -146,7 +146,7 @@ FAQ
|
|||
(except the Django fellow), and sometimes folks just don't have time. The
|
||||
best thing to do is to send a gentle reminder to the |django-developers|
|
||||
mailing list asking for review on the ticket, or to bring it up in the
|
||||
`#django-dev` IRC channel.
|
||||
``#django-dev`` IRC channel.
|
||||
|
||||
2. **I'm sure my ticket is absolutely 100% perfect, can I mark it as RFC
|
||||
myself?**
|
||||
|
|
|
@ -131,8 +131,8 @@ Testing from the command line
|
|||
|
||||
To run the tests from the command line, you need to have `Node.js`_ installed.
|
||||
|
||||
After installing `Node.js`, install the JavaScript test dependencies by running
|
||||
the following from the root of your Django checkout:
|
||||
After installing ``Node.js``, install the JavaScript test dependencies by
|
||||
running the following from the root of your Django checkout:
|
||||
|
||||
.. console::
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ Running the JavaScript tests
|
|||
|
||||
Django includes a set of :ref:`JavaScript unit tests <javascript-tests>` for
|
||||
functions in certain contrib apps. The JavaScript tests aren't run by default
|
||||
using ``tox`` because they require `Node.js` to be installed and aren't
|
||||
using ``tox`` because they require ``Node.js`` to be installed and aren't
|
||||
necessary for the majority of patches. To run the JavaScript tests using
|
||||
``tox``:
|
||||
|
||||
|
|
|
@ -379,7 +379,7 @@ Now you're ready to actually put the release out there. To do this:
|
|||
message body should include the vulnerability details, for example, the
|
||||
announcement blog post text. Include a link to the announcement blog post.
|
||||
|
||||
#. Add a link to the blog post in the topic of the `#django` IRC channel:
|
||||
#. Add a link to the blog post in the topic of the ``#django`` IRC channel:
|
||||
``/msg chanserv TOPIC #django new topic goes here``.
|
||||
|
||||
Post-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue