Skip to content
Snippets Groups Projects
Commit c14b7515 authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Includes the old sphinx documentation

Copied the first version of the sphinx documentation into the docs/source folder. It can be built in html format with '.\make html'.
This includes start of API documentation, summaries of the examples and a tutorial for the 'analytical function' example for BVR version 0.0.5.
parent 1b8fc37b
No related branches found
No related tags found
1 merge request!29Preparation for release 1.1.0: fixes and test for pages
Showing
with 20 additions and 0 deletions
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
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)
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment