Bladeren bron

[Backport] Docs: Fix formatting of command line instructions

Sphinx turned the double dash into a long dash. A user reported issues
with running the command after copy&pasting it.

(cherry picked from commit 90ab1f19f0)
master
Maik Hoepfel 11 jaren geleden
bovenliggende
commit
30bdff1cde
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  1. 1
    3
      docs/source/releases/v0.7.rst

+ 1
- 3
docs/source/releases/v0.7.rst Bestand weergeven

@@ -308,9 +308,7 @@ Migrations
308 308
 
309 309
     The reviews app has not been under migration control so far. Please ensure
310 310
     you follow South's guidelines on how to `convert an app`_. Essentially,
311
-    you will have to run:
312
-
313
-        $ ./manage.py migrate reviews 0001 --fake
311
+    you will have to run: ``$ ./manage.py migrate reviews 0001 --fake``
314 312
 
315 313
 .. warning::
316 314
 

Laden…
Annuleren
Opslaan