From 1c301a7fd5514b302efce8db18f7c3f8f5298ab2 Mon Sep 17 00:00:00 2001 From: Romain Olivo <rolivo@stag02dvrse.irisa.fr> Date: Thu, 25 Jul 2019 17:14:17 +0200 Subject: [PATCH] doc --- docs/Makefile | 4 ++-- docs/index.rst | 6 ++++++ docs/tutorials/index.rst | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 5e9f532..c79f869 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx -SPHINXPROJ = enoslib +SPHINXPROJ = distem SOURCEDIR = . BUILDDIR = _build @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/index.rst b/docs/index.rst index 91709e1..6ebe621 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,10 @@ +.. distem documentation master file, created by + sphinx-quickstart on Thu Sep 21 21:45:39 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + Welcome to Distem's documentation ! +=================================== .. toctree:: :maxdepth: 2 diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 58c4ad8..82e0cf0 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -1,3 +1,8 @@ +.. distem documentation master file, created by + sphinx-quickstart on Thu Sep 21 21:45:39 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + Provider::Distem ================ -- GitLab