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
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Packaging of the Runestone components for publishing educational materials using
18
18
Documentation
19
19
-------------
20
20
21
-
You will find the new Authors Guide `here<https://runestone.academy/runestone/static/authorguide/index.html>`_
21
+
You will find the new `Authors Guide <https://runestone.academy/runestone/static/authorguide/index.html>`_
22
22
23
23
If you want to report any issues with the docs or submit PRs to improve them please do so on `github <https://github.com/RunestoneInteractive/runestoneinteractive.github.io/issues>`_
24
24
@@ -88,9 +88,8 @@ You will now have a build folder with a file index.html in it, along with some d
88
88
89
89
Now from your browser you can open up ``http://localhost:8000/index.html`` You should see the table of contents for a sample page like this:
If you edit ``_sources/index.html`` or ``_sources/overview.rst`` and then rebuild and serve again you will see your changes. The best documentation is probably the overview.rst file itself, as it demonstrates how to use all of the common components and shows most of their options.
@@ -178,7 +177,7 @@ If you have an error relating to PhantomJS/a driver in the output, you probably
178
177
179
178
* Write the appropriate directive example(s) inside the ``index.rst`` file (which will be created as a result of ``runestone init``)
180
179
181
-
* Edit the Python file you created as appropriate (see documentation for the Python ``unittest`` module `here<https://docs.python.org/2/library/unittest.html>`_.)
180
+
* Edit the Python file you created as appropriate (see documentation for the Python ``unittest`` module `In the Python docs<https://docs.python.org/2/library/unittest.html>`_.)
182
181
183
182
184
183
Notes for more Advanced Users
@@ -216,4 +215,4 @@ If you use Runestone in your Research or write about it, please reference ``http
0 commit comments