From 976c5ec2a1453ce2b63e13e885b4d7ab9b34be6a Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 05:49:49 +0100 Subject: Converted the docs from .rst to .md --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d2cee1..4594571 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,5 @@ -RST=$(S)/ms/tools/rst.py -H - -rst: src/tests/documentation.py - PYTHONPATH=src:$(S) $(S)/ms/tools/minidoc.py -d tests.documentation - cp /tmp/tests.documentation.rst docs - -html: /tmp/tests.documentation.rst - sphinx-build docs docs/_build +md: src/tests/documentation.py + python $(S)/ms/tools/py2md.py src/tests/documentation.py docs upload: README.rst python setup.py sdist bdist_wheel upload -- cgit v1.2.1