This project provides a hands-on learning experience for reStructuredText (reST), an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. reStructuredText is commonly used for technical documentation, including Python's official documentation, and is a core component of the Docutils project.
Through these interactive lessons, you'll learn the fundamentals and more advanced features of reStructuredText, enabling you to write clear, well-structured documents. Each lesson includes an interactive editor where you can practice the concepts immediately.
To run this project locally:
git clone https://github.com/yakimka/rst_tutorial.git
cd rst_tutorial
index.html file in your web browser.
Alternatively, you can serve the project directory using a local web server. For example, using
Python's built-in HTTP server:
python -m http.server
http://localhost:8000 (or the port specified by the server) in your browser.For more comprehensive information, refer to the official Docutils and reStructuredText documentation:
Content type
Image
Digest
sha256:9b492ab6c…
Size
29.7 MB
Last updated
about 1 year ago
docker pull yakimka/rst_tutorial