Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Building Sphinx Documents

First of all, get Sphinx from the Python as follows:

$ pip install sphinx

Generate HTML docs via Makefile:

  $ cd ko  
  $ make html
  $ ls -l build/html
  index.html
  ....
  ....