Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

README.rst

File metadata and controls

29 lines (21 loc) · 1.26 KB

PyLit4: Literate Programming with reStructuredText

https://travis-ci.org/rblack42/PyLit4.svg?branch=master

This application is a Python Flask project designed to provide a web tool for creating Literate Programming based projects. In this system, the project code is contained in a set of reStructuredText files and extracted from those files each time the code is tested. The application is designed to be hosted on a service like Github or one using GitLab.

The application is also being continously tested as :term:`commits` are pushed to Github using TravisCI. (The status of the last build is visible at the top of this page when viewed on Github).

PyLit4_ is also a general purpose tool I use to host lecture notes for classes I teach at Austin Community College. A running version of the application is at http://www.pylit.org.

General Program Structure

This program is structured following this guide: