You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/05-rtd.md
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,18 @@ objectives:
35
35
36
36
> ## Exercise: Deploy Sphinx documentation to Read the Docs
37
37
>
38
-
> In this exercise we will fork an example repository on GitHub and deploy it to Read the Docs.
38
+
> In this exercise we will make a copy of an example repository on GitHub and deploy it to Read the Docs.
39
39
>
40
40
> We will use GitHub for this exercise but it will also work with any Git
41
41
> repository with public read access.
42
42
>
43
-
> 1. In the first step, fork
44
-
> [this word-count example project](https://github.com/coderefinery/word-count.git) and
45
-
> then clone the fork to your laptop
43
+
> 1. In the first step, generate a new repository based on
44
+
> [this word-count example project template](https://github.com/coderefinery/word-count/generate) and
45
+
> then clone the newly created repository to your laptop.
46
46
> - The project contains a script for counting the frequency distribution of words in a given file and some documentation generated using sphinx. For bigger projects, we will have much more source files.
47
-
> 2. In the second step, enable the project on Read the Docs
47
+
> 2. In the second step, enable the project on Read the Docs.
48
48
>
49
-
> ### Step 1: Fork the [word-count project](https://github.com/coderefinery/word-count.git) and clone the repository
49
+
> ### Step 1: Go to the [word-count project template](https://github.com/coderefinery/word-count/generate), copy it to your namespace, and clone the repository
50
50
>
51
51
> - The repository contains following two folders, among few other files and folder.
52
52
> -**source** folder contains the source code
@@ -106,12 +106,6 @@ objectives:
106
106
>
107
107
{: .callout}
108
108
109
-
> ## (Optional) Create a pull request to the central repository
110
-
>
111
-
> It might be fun to collect the documentation contributions from everyone into the same
112
-
> central repository.
113
-
{: .task}
114
-
115
109
> ## Running your own sphinx server
116
110
>
117
111
> We recommend to use Read the Docs to host your documentation but this may
0 commit comments