blob: f97b8d918b6cf7eedf8a313114e0ce756da8ea32 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _readthedocs:
2
3*******************
4Using Read the Docs
5*******************
6
7`Read the Docs <https://readthedocs.org/>`_ is a website that "simplifies software documentation by automating building, versioning, and hosting of your docs for you". Essentially, it accesses your Github repo to generate the **index.html** file, and then displays it on its own *Read the Docs* webpage so others can view your documentation.
8
9Create an account on *Read the Docs* if you haven't already.
10
11Go to your `dashboard <https://readthedocs.org/dashboard/>`_ , and click on "Import a Project".
12
13.. figure:: /_images/importReadDocs.png
14 :scale: 35%
15 :align: left
16
17 This will bring you to a page where you can choose to import a repo from your Github account (only if you've linked your Github account to your Read the Docs account), or to import a repo manually. In this example, we'll do it manually. Click "Import Manually".
18
19|
20|
21|
22|
23|
24|
25|
26
27
28
29This will bring you to a page that asks for your repo details. Set "Name" to your forked repo name, or whatever you want. Set "Repository URL" to the URL of your forked repo (https://github.com/YOURUSERNAME/vpp-docs). "Repository type" should already be selected to "Git". Then click "Next".
30
31
32.. figure:: /_images/importRTDManually.png
33 :scale: 35%
34 :align: left
35
36|
37|
38|
39|
40|
41|
42|
43|
44|
45|
46|
47|
48|
49|
50|
51|
52|
53|
54|
55|
56|
57|
58|
59
60
61This will bring you to a project page of your repo on Read the Docs. You can confirm it's the correct repo by checking on the right side of the page the Repository URL.
62
63Then click on "Build Version".
64
65.. figure:: /_images/buildVerRTD.png
66 :scale: 35%
67 :align: left
68
69|
70|
71|
72|
73|
74|
75|
76|
77|
78|
79|
80|
81|
82|
83|
84|
85|
86|
87|
88|
89|
90|
91|
92
93Which takes you to another page showing your recent builds.
94
95Then click on "Build Version:". This should "Trigger" a build. After about a minute or so you can refresh the page and see that your build "Passed".
96
97
98.. figure:: /_images/passedBuild.png
99 :scale: 35%
100 :align: left
101
102
103|
104|
105|
106|
107|
108|
109|
110|
111|
112|
113|
114|
115|
116|
117|
118|
119|
120|
121|
122|
123|
124
125
126Now on your builds page from the previous image, you can click "View Docs" at the top-right, which will take you a *readthedocs.io* page of your generated build!
127
128.. figure:: /_images/rtdWebpage.png
129 :scale: 30%
130 :align: left