Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
dd80d59d
Commit
dd80d59d
authored
May 24, 2017
by
Theo Steininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bugs in docs and switched to rtd theme.
parent
e742b47c
Pipeline
#12922
passed with stages
in 11 minutes and 23 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
16 deletions
+25
-16
docs/source/conf.py
docs/source/conf.py
+24
-5
docs/source/endomorphic_operator.rst
docs/source/endomorphic_operator.rst
+1
-1
docs/source/rg_transforms.rst
docs/source/rg_transforms.rst
+0
-9
docs/source/transformations.rst
docs/source/transformations.rst
+0
-1
No files found.
docs/source/conf.py
View file @
dd80d59d
...
...
@@ -17,6 +17,10 @@ import sys
import
os
import
sphinx_rtd_theme
# 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.
...
...
@@ -77,7 +81,7 @@ master_doc = 'index'
# General information about the project.
project
=
u'NIFTY'
copyright
=
u'201
7, Theo Steininger
'
copyright
=
u'201
3-2017, Max-Planck-Society
'
author
=
u'Theo Steininger'
# The version info for the project you're documenting, acts as replacement for
...
...
@@ -138,13 +142,28 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme
=
'alabaster'
#html_theme = 'classic'
html_theme
=
"sphinx_rtd_theme"
html_theme_options
=
{
'page_width'
:
''
'collapse_navigation'
:
False
,
'display_version'
:
False
,
'navigation_depth'
:
3
,
}
#html_theme = 'alabaster'
#html_theme_options = {
# 'page_width':''
#}
#html_theme = 'classic'
html_theme_path
=
[
sphinx_rtd_theme
.
get_html_theme_path
()]
# 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
...
...
@@ -163,7 +182,7 @@ html_theme_options = {
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo
=
'nifty_logo_
black
.png'
html_logo
=
'nifty_logo_
white
.png'
# The name of an image file (relative to this directory) to use as a favicon of
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
...
...
docs/source/endomorphic_operator.rst
View file @
dd80d59d
...
...
@@ -3,6 +3,6 @@
The ``EndomorphicOperator`` class -- ...
........................................
.. autoclass:: EnomorphicOperator
.. autoclass:: En
d
omorphicOperator
:show-inheritance:
:members:
docs/source/rg_transforms.rst
deleted
100644 → 0
View file @
e742b47c
.. currentmodule:: nifty
The ``Transform`` class -- A transformation routine
...................................................
.. autoclass:: Transform
:show-inheritance:
:members:
docs/source/transformations.rst
View file @
dd80d59d
...
...
@@ -5,7 +5,6 @@ NIFTY provides transformations
.. toctree::
:maxdepth: 1
rg_transforms
rgrg_transformation
gllm_transformation
hplm_transformation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment