|
1 | 1 | .. _installing-read-the-docs:
|
2 | 2 |
|
3 | 3 | Installation
|
4 |
| -============= |
| 4 | +============ |
5 | 5 |
|
6 | 6 | Here is a step by step plan on how to install Read the Docs.
|
7 | 7 | It will get you to a point of having a local running instance.
|
@@ -144,34 +144,18 @@ While the webserver is running, you can build documentation for the latest versi
|
144 | 144 | a project called 'pip' with the ``update_repos`` command. You can replace 'pip'
|
145 | 145 | with the name of any added project::
|
146 | 146 |
|
147 |
| - python manage.py update_repos pip |
| 147 | + python manage.py update_repos pip |
148 | 148 |
|
149 | 149 | What's available
|
150 | 150 | ----------------
|
151 | 151 |
|
152 | 152 | After registering with the site (or creating yourself a superuser account),
|
153 | 153 | you will be able to log in and view the `dashboard <http://localhost:8000/dashboard/>`_.
|
154 | 154 |
|
155 |
| -From the dashboard you can import your existing |
156 |
| -docs provided that they are in a git or mercurial repo. |
| 155 | +Importing your docs |
| 156 | +^^^^^^^^^^^^^^^^^^^ |
157 | 157 |
|
158 |
| - |
159 |
| -Creating new Docs |
160 |
| -^^^^^^^^^^^^^^^^^ |
161 |
| - |
162 |
| -One of the goals of `readthedocs.org <http://readthedocs.org>`_ is to make it |
163 |
| -easy for any open source developer to get high quality hosted docs with great |
164 |
| -visibility! We provide a simple editor and two sample pages whenever |
165 |
| -a new project is created. From there its up to you to fill in the gaps - we'll |
166 |
| -build the docs, give you access to history on every revision of your files, |
167 |
| -and we plan on adding more features in the weeks and months to come. |
168 |
| - |
169 |
| - |
170 |
| -Importing existing docs |
171 |
| -^^^^^^^^^^^^^^^^^^^^^^^ |
172 |
| - |
173 |
| -The other side of `readthedocs.org <http://readthedocs.org>`_ is hosting the |
174 |
| -docs you've already built. Simply provide us with the clone URL to your repo, |
175 |
| -we'll pull your code, extract your docs, and build them! We make available |
176 |
| -a post-commit webhook that can be configured to update the docs on our site |
177 |
| -whenever you commit to your repo, effectively letting you 'set it and forget it'. |
| 158 | +One of the goals of readthedocs.org is to make it easy for any open source developer to get high quality hosted docs with great visibility! |
| 159 | +Simply provide us with the clone URL to your repo, we'll pull your code, extract your docs, and build them! |
| 160 | +We make available a post-commit webhook that can be configured to update the docs whenever you commit to your repo. |
| 161 | +See our :doc:`getting_started` page to learn more. |
0 commit comments