Skip to content
Snippets Groups Projects
Commit 1a80b7f2 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

simplify docs for rtfd

parent 1c8bb3bd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
SPHINXOPTS = SPHINXOPTS =
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build
SPHINXPROJ = RapidPeptidesGenerator SPHINXPROJ = RapidPeptidesGenerator
SOURCEDIR = ./source SOURCEDIR = .
BUILDDIR = _build BUILDDIR = _build
# Put it first so that "make" without argument is like "make help". # Put it first so that "make" without argument is like "make help".
......
.. include:: ../CHANGELOG.rst
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'../../rpg'))) '../rpg')))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
...@@ -50,7 +50,7 @@ napoleon_use_param = False ...@@ -50,7 +50,7 @@ napoleon_use_param = False
napoleon_use_ivar = True napoleon_use_ivar = True
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] #templates_path = ['_templates']
# The suffix(es) of source filenames. # The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string: # You can specify multiple suffix as a list of string:
......
File moved
File moved
File moved
.. include:: ../README.rst
\ No newline at end of file
File moved
.. include:: ../../CHANGELOG.rst
\ No newline at end of file
.. include:: ../../README.rst
\ No newline at end of file
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