diff --git a/docs/Makefile b/docs/Makefile index 5e9f532d10aa24b45eea3e52502b973b3c43d71b..c79f869b08682fb1c949eadeda4ed92e67ddc206 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 91709e1c6ca31ab2b5d2dc34d60954fce89a4496..6ebe6216e5be232ae91f8a4ec56a403d4ff1e961 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 58c4ad8bcbcd010ae4d1a8e7a24175f50004042c..82e0cf0f87c53f99d7d430f06958f9f0cc88b841 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 ================