Commit 532d143d authored by Jérome Perrin's avatar Jérome Perrin

convert documentation to rst

parent 7c327f1a
slapos.toolbox
==============
SlapOS toolbox contains :
- `builder <slapos/README.builder.rst>`_
- `cloudmgr <slapos/README.cloudmgr.rst>`_
- `monitor <slapos/README.monitor.rst>`_
- `onetimeupload <slapos/README.onetimeupload.rst>`_
- `shacache <slapos/README.shacache.rst>`_
- `webrunner <slapos/README.webrunner.rst>`_
slapos.toolbox
==============
......@@ -4,10 +4,10 @@ import os
version = '0.49.dev0'
name = 'slapos.toolbox'
long_description = open("README.txt").read() + "\n" + \
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
for f in sorted(glob.glob(os.path.join('slapos', 'README.*.txt'))):
for f in sorted(glob.glob(os.path.join('slapos', 'README.*.rst'))):
long_description += '\n' + open(f).read() + '\n'
# Provide a way to install additional requirements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment