@@ -8,6 +8,8 @@ ICONV=iconv
FLAKE8=flake8
FLAKEPLUS=flakeplus
SPHINX2RST=sphinx2rst
+RST2HTML=rst2html.py
+DEVNULL=/dev/null
TESTDIR=t
@@ -102,9 +104,14 @@ flakes: flakediag flakeplusdiag
clean-readme:
-rm -f $(README)
-readmecheck:
+readmecheck-unicode:
$(ICONV) -f ascii -t ascii $(README) >/dev/null
+readmecheck-rst:
+ -$(RST2HTML) --strict $(README) >$(DEVNULL)
+
+readmecheck: readmecheck-unicode readmecheck-rst
$(README):
$(SPHINX2RST) "$(README_SRC)" --ascii > $@
@@ -96,7 +96,7 @@ getting started tutorials:
http://docs.celeryproject.org/en/latest/getting-started/next-steps.html
Celery is...
-==========
+=============
- **Simple**
@@ -134,7 +134,7 @@ Celery is...
schedulers, consumers, producers, broker transports, and much more.
It supports...
-============
+================
- **Message Transports**
@@ -88,7 +88,7 @@ getting started tutorials:
Celery is…
@@ -126,7 +126,7 @@ Celery is…
It supports…