diff --git a/docs/source/README.md b/docs/source/README.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/docs/source/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 8ea50ab..4588cd1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,7 +70,7 @@ master_doc = 'index' # General information about the project. project = 'PyMISP' -copyright = '2016, Raphaël Vinot' +copyright = '2017, Raphaël Vinot' author = 'Raphaël Vinot' # The version info for the project you're documenting, acts as replacement for @@ -78,9 +78,9 @@ author = 'Raphaël Vinot' # built documents. # # The short X.Y version. -version = '2.4.71' +version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.71' +release = '2.4.77' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index 9a68fb7..68863a5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 - readme + README modules diff --git a/docs/source/readme.rst b/docs/source/readme.rst deleted file mode 100644 index 7592303..0000000 --- a/docs/source/readme.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../README.md