diff --git a/README.rst b/README.rst index e84a03467..f660dfd6a 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,14 @@ You will now have a build folder with a file index.html in it, along with some d $ runestone serve -Now from your browser you can open up ``http://localhost:8000/index.html`` You should see the table of contents for a sample page. 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. +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: + +.. image:: images/runeCompo-index.png + :width: 400px + :alt: index.html + + +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. **Windows Users** I have tested the installation, along with init, build, and serve on Windows 8.1. diff --git a/images/runeCompo-index.png b/images/runeCompo-index.png new file mode 100755 index 000000000..e14aef0df Binary files /dev/null and b/images/runeCompo-index.png differ