Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
e89360c7
Commit
e89360c7
authored
Dec 11, 2017
by
Luka Stanisic
Browse files
doc: improvements
parent
65055f01
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
e89360c7
...
...
@@ -16,9 +16,9 @@
# 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
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'
exts/
'
))
# -- General configuration ------------------------------------------------
...
...
@@ -34,6 +34,7 @@ extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.todo'
,
'sphinx.ext.imgmath'
,
'sphinx.ext.ifconfig'
,
'inpar'
,
'sphinxcontrib.bibtex'
]
# Setting up flags
...
...
doc/exts/.gitignore
0 → 100644
View file @
e89360c7
*.pyc
doc/exts/inpar.py
0 → 100644
View file @
e89360c7
def
setup
(
app
):
app
.
add_crossref_type
(
'inpar'
,
'inpar'
,
'single: %s'
)
app
.
add_crossref_type
(
'outpar'
,
'outpar'
,
'single: %s'
)
return
{
'version'
:
'0.1'
}
# identifies the version of our extension
doc/index.rst
View file @
e89360c7
This diff is collapsed.
Click to expand it.
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