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
Nicolas MAILLET
rpg
Commits
1a80b7f2
Commit
1a80b7f2
authored
Apr 27, 2018
by
Nicolas MAILLET
Browse files
simplify docs for rtfd
parent
1c8bb3bd
Changes
10
Hide whitespace changes
Inline
Side-by-side
docs/Makefile
View file @
1a80b7f2
...
...
@@ -5,7 +5,7 @@
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
SPHINXPROJ
=
RapidPeptidesGenerator
SOURCEDIR
=
.
/source
SOURCEDIR
=
.
BUILDDIR
=
_build
# Put it first so that "make" without argument is like "make help".
...
...
docs/changelog.rst
0 → 100644
View file @
1a80b7f2
.. include:: ../CHANGELOG.rst
\ No newline at end of file
docs/
source/
conf.py
→
docs/conf.py
View file @
1a80b7f2
...
...
@@ -15,7 +15,7 @@
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'../
../
rpg'
)))
'../rpg'
)))
# -- Project information -----------------------------------------------------
...
...
@@ -50,7 +50,7 @@ napoleon_use_param = False
napoleon_use_ivar
=
True
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
#
templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
...
...
docs/
source/
enzymes.rst
→
docs/enzymes.rst
View file @
1a80b7f2
File moved
docs/
source/
index.rst
→
docs/index.rst
View file @
1a80b7f2
File moved
docs/
source/
modules.rst
→
docs/modules.rst
View file @
1a80b7f2
File moved
docs/readme.rst
0 → 100644
View file @
1a80b7f2
.. include:: ../README.rst
\ No newline at end of file
docs/
source/
rpg.rst
→
docs/rpg.rst
View file @
1a80b7f2
File moved
docs/source/changelog.rst
deleted
100644 → 0
View file @
1c8bb3bd
.. include:: ../../CHANGELOG.rst
\ No newline at end of file
docs/source/readme.rst
deleted
100644 → 0
View file @
1c8bb3bd
.. include:: ../../README.rst
\ No newline at end of file
Write
Preview
Supports
Markdown
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