Skip to content

Latest commit

 

History

History
 
 

Ring programming language - Docs folder

In this folder we have the Ring programming language documentation

The documentation is created using Sphinx (A popular tool written in Python)

(1) Install Python 2.7

(2) Download https://bootstrap.pypa.io/get-pip.py

(3) Run : python get-pip.py

(4) Run : pip install sphinx==1.3.1

(5) To use the pygments lexer, copy ring.py to C:\Python27\Lib\site-packages\pygments\lexers

(6) Then run : python _mapping.py

(7) To generate CHM file, Use Microsoft Help Workshop : https://www.microsoft.com/en-us/download/details.aspx?id=21138

(8) To generate PDF file, Use Lyx (https://www.lyx.org/Download) and MiKTEX (https://miktex.org/download)