summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-04-17 10:58:53 +0100
committerGitHub <noreply@github.com>2019-04-17 10:58:53 +0100
commit37feb345eae9f3598f38b8f587be62e2107bd0f4 (patch)
tree63768f93a34d923c5e63e6d2cac117ed969c6258 /docs/Makefile
parent47cc9cb955bcde34c30e11c4458e61744786478e (diff)
parent95d4a1c4e8423440a290b8ab37032680f74d6b93 (diff)
downloadframework-37feb345eae9f3598f38b8f587be62e2107bd0f4.tar.gz
framework-37feb345eae9f3598f38b8f587be62e2107bd0f4.tar.bz2
framework-37feb345eae9f3598f38b8f587be62e2107bd0f4.tar.xz
framework-37feb345eae9f3598f38b8f587be62e2107bd0f4.zip
Merge pull request #250 from vais-ral/KL
Implementation of KullbackLeibler with memopt and tests
Diffstat (limited to 'docs/Makefile')
-rwxr-xr-xdocs/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100755
index 0000000..4801716
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,19 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+SOURCEDIR = source
+BUILDDIR = docs/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