diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-11-20 09:55:47 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-11-20 10:01:02 +0100 |
commit | a0b490366a2f218f111eb4c770bab2f0b9cce19c (patch) | |
tree | 45a7a53727dd3c219ad8c1a66336a8db23bf9628 /docs/Makefile | |
parent | eb43d95fde4c967b0ce24b0faa082aa70e2a720b (diff) | |
download | pyparsing-git-a0b490366a2f218f111eb4c770bab2f0b9cce19c.tar.gz |
Initial conversion to Sphinx generated documentation.
There are still many bugs in the documentation strings, but at least
genration of documentaiton works.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..d039bc2 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SPHINXPROJ = PyParsing +SOURCEDIR = . +BUILDDIR = _build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
\ No newline at end of file |