Commit 2392d4d5 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

added documentation in sphinx

parent 0a9da36b
Loading
Loading
Loading
Loading

Makefile

0 → 100644
+19 −0
Original line number Diff line number Diff line
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS    =
SPHINXBUILD   = sphinx-build
SOURCEDIR     = source
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
+4.29 KiB

File added.

No diff preview for this file type.

+678 B

File added.

No diff preview for this file type.

+9.5 KiB

File added.

No diff preview for this file type.

+4.66 KiB

File added.

No diff preview for this file type.

Loading