Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Quantum Tinkerer
adaptive
Merge requests
!120
add documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add documentation
doc
into
master
Overview
0
Commits
5
Pipelines
20
Changes
6
Merged
Joseph Weston
requested to merge
doc
into
master
6 years ago
Overview
0
Commits
5
Pipelines
20
Changes
6
Expand
Closes
#91 (closed)
.
Edited
6 years ago
by
Bas Nijholt
0
0
Merge request reports
Compare
master
version 20
86f290e5
6 years ago
version 19
51d52dfb
6 years ago
version 18
57171726
6 years ago
version 17
7efeabd0
6 years ago
version 16
8c92d0ad
6 years ago
version 15
fd557395
6 years ago
version 14
56ac42c7
6 years ago
version 13
a6217da3
6 years ago
version 12
b9469fe3
6 years ago
version 11
3484631e
6 years ago
version 10
64a5771d
6 years ago
version 9
26771bf2
6 years ago
version 8
28374862
6 years ago
version 7
29651c8f
6 years ago
version 6
7b79aa8b
6 years ago
version 5
8dc86a5c
6 years ago
version 4
89afad6b
6 years ago
version 3
3653a279
6 years ago
version 2
3653a279
6 years ago
version 1
a9d3f920
6 years ago
master (base)
and
version 1
latest version
eef11f0b
5 commits,
6 years ago
version 20
86f290e5
5 commits,
6 years ago
version 19
51d52dfb
5 commits,
6 years ago
version 18
57171726
5 commits,
6 years ago
version 17
7efeabd0
5 commits,
6 years ago
version 16
8c92d0ad
5 commits,
6 years ago
version 15
fd557395
16 commits,
6 years ago
version 14
56ac42c7
16 commits,
6 years ago
version 13
a6217da3
16 commits,
6 years ago
version 12
b9469fe3
15 commits,
6 years ago
version 11
3484631e
14 commits,
6 years ago
version 10
64a5771d
13 commits,
6 years ago
version 9
26771bf2
8 commits,
6 years ago
version 8
28374862
7 commits,
6 years ago
version 7
29651c8f
6 commits,
6 years ago
version 6
7b79aa8b
6 commits,
6 years ago
version 5
8dc86a5c
5 commits,
6 years ago
version 4
89afad6b
4 commits,
6 years ago
version 3
3653a279
3 commits,
6 years ago
version 2
3653a279
3 commits,
6 years ago
version 1
a9d3f920
3 commits,
6 years ago
6 files
+
158
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
docs/source/conf.py
0 → 100644
+
116
−
0
Options
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'
../..
'
))
import
adaptive
# -- Project information -----------------------------------------------------
project
=
'
adaptive
'
copyright
=
'
2018, Adaptive Authors
'
author
=
'
Adaptive Authors
'
# The short X.Y version
version
=
adaptive
.
__version__
# The full version, including alpha/beta/rc tags
release
=
adaptive
.
__version__
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.mathjax
'
,
'
sphinx.ext.viewcode
'
,
'
sphinx.ext.napoleon
'
,
]
source_parsers
=
{
'
.md
'
:
'
recommonmark.parser.CommonMarkParser
'
,
}
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'
_templates
'
]
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix
=
[
'
.rst
'
,
'
.md
'
]
#source_suffix = '.rst'
# The master toctree document.
master_doc
=
'
index
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language
=
None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns
=
[]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style
=
'
sphinx
'
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
sphinx_rtd_theme
'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'
_static
'
]
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# The default sidebars (for documents that don't match any pattern) are
# defined by theme itself. Builtin themes are using these templates by
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
# html_sidebars = {}
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename
=
'
adaptivedoc
'
# -- Extension configuration -------------------------------------------------
Loading