EronHennessey / rst-examples

A Sphinx project that provides examples of reStructuredText syntax. Add your own examples!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project provides examples of reStructuredText syntax for quick understanding and easy reference.

Examples are provided in files that describe their contents. For example, tables.rst contains examples of writing tables in reST.

Building the examples

You'll need Sphinx to build the project. If you have pip installed, you can install Sphinx with:

pip install Sphinx

To build the project, run the following command within the top directory of this repository:

sphinx-build -b html . _output

Then open _output/index.html in your web browser to view the content.

License

This repository uses the Creative Commons Zero license. The text within these files is dedicated to the Public Domain, and you are free to use it in any way you see fit. View the LICENSE for more information.

About

A Sphinx project that provides examples of reStructuredText syntax. Add your own examples!

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 38.3%Language:Makefile 32.1%Language:Batchfile 29.6%