diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:12:01 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:12:01 +0000 |
| commit | d1e5c55258d624058a93c8cacdb1f25ae7857554 (patch) | |
| tree | dca859edc2229f68b7511687aa8b333378786633 /docs/faq/install.txt | |
| parent | 5109ac370928a5924887424b6d6c803038fcb691 (diff) | |
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 5ceb9caf52..90b83f18ee 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -4,11 +4,11 @@ FAQ: Installation How do I get started? --------------------- - #. `Download the code`_. - #. Install Django (read the :doc:`installation guide </intro/install>`). - #. Walk through the :doc:`tutorial </intro/tutorial01>`. - #. Check out the rest of the :doc:`documentation </index>`, and `ask questions`_ if you - run into trouble. +#. `Download the code`_. +#. Install Django (read the :doc:`installation guide </intro/install>`). +#. Walk through the :doc:`tutorial </intro/tutorial01>`. +#. Check out the rest of the :doc:`documentation </index>`, and `ask questions`_ if you + run into trouble. .. _`Download the code`: http://www.djangoproject.com/download/ .. _ask questions: http://www.djangoproject.com/community/ |
