diff --git a/docs/Makefile b/docs/Makefile index 38f7ad6..2ce9290 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -19,4 +19,7 @@ help: %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) rm -rf html + rm -rf manual cp -r build/html ./ + mv html manual + cp -r build/latex/reticulumnetworkstack.pdf ./Reticulum.pdf diff --git a/docs/Reticulum.pdf b/docs/Reticulum.pdf new file mode 100644 index 0000000..3445f74 Binary files /dev/null and b/docs/Reticulum.pdf differ diff --git a/docs/html/.buildinfo b/docs/manual/.buildinfo similarity index 100% rename from docs/html/.buildinfo rename to docs/manual/.buildinfo diff --git a/docs/html/_sources/examples.rst.txt b/docs/manual/_sources/examples.rst.txt similarity index 100% rename from docs/html/_sources/examples.rst.txt rename to docs/manual/_sources/examples.rst.txt diff --git a/docs/html/_sources/gettingstartedfast.rst.txt b/docs/manual/_sources/gettingstartedfast.rst.txt similarity index 100% rename from docs/html/_sources/gettingstartedfast.rst.txt rename to docs/manual/_sources/gettingstartedfast.rst.txt diff --git a/docs/html/_sources/index.rst.txt b/docs/manual/_sources/index.rst.txt similarity index 100% rename from docs/html/_sources/index.rst.txt rename to docs/manual/_sources/index.rst.txt diff --git a/docs/html/_sources/reference.rst.txt b/docs/manual/_sources/reference.rst.txt similarity index 100% rename from docs/html/_sources/reference.rst.txt rename to docs/manual/_sources/reference.rst.txt diff --git a/docs/html/_sources/understanding.rst.txt b/docs/manual/_sources/understanding.rst.txt similarity index 100% rename from docs/html/_sources/understanding.rst.txt rename to docs/manual/_sources/understanding.rst.txt diff --git a/docs/html/_sources/whatis.rst.txt b/docs/manual/_sources/whatis.rst.txt similarity index 100% rename from docs/html/_sources/whatis.rst.txt rename to docs/manual/_sources/whatis.rst.txt diff --git a/docs/html/_static/basic.css b/docs/manual/_static/basic.css similarity index 100% rename from docs/html/_static/basic.css rename to docs/manual/_static/basic.css diff --git a/docs/html/_static/classic.css b/docs/manual/_static/classic.css similarity index 100% rename from docs/html/_static/classic.css rename to docs/manual/_static/classic.css diff --git a/docs/html/_static/doctools.js b/docs/manual/_static/doctools.js similarity index 100% rename from docs/html/_static/doctools.js rename to docs/manual/_static/doctools.js diff --git a/docs/html/_static/documentation_options.js b/docs/manual/_static/documentation_options.js similarity index 100% rename from docs/html/_static/documentation_options.js rename to docs/manual/_static/documentation_options.js diff --git a/docs/html/_static/file.png b/docs/manual/_static/file.png similarity index 100% rename from docs/html/_static/file.png rename to docs/manual/_static/file.png diff --git a/docs/html/_static/jquery-3.5.1.js b/docs/manual/_static/jquery-3.5.1.js similarity index 100% rename from docs/html/_static/jquery-3.5.1.js rename to docs/manual/_static/jquery-3.5.1.js diff --git a/docs/html/_static/jquery.js b/docs/manual/_static/jquery.js similarity index 100% rename from docs/html/_static/jquery.js rename to docs/manual/_static/jquery.js diff --git a/docs/html/_static/language_data.js b/docs/manual/_static/language_data.js similarity index 100% rename from docs/html/_static/language_data.js rename to docs/manual/_static/language_data.js diff --git a/docs/html/_static/minus.png b/docs/manual/_static/minus.png similarity index 100% rename from docs/html/_static/minus.png rename to docs/manual/_static/minus.png diff --git a/docs/html/_static/plus.png b/docs/manual/_static/plus.png similarity index 100% rename from docs/html/_static/plus.png rename to docs/manual/_static/plus.png diff --git a/docs/html/_static/pygments.css b/docs/manual/_static/pygments.css similarity index 100% rename from docs/html/_static/pygments.css rename to docs/manual/_static/pygments.css diff --git a/docs/html/_static/searchtools.js b/docs/manual/_static/searchtools.js similarity index 100% rename from docs/html/_static/searchtools.js rename to docs/manual/_static/searchtools.js diff --git a/docs/html/_static/sidebar.js b/docs/manual/_static/sidebar.js similarity index 100% rename from docs/html/_static/sidebar.js rename to docs/manual/_static/sidebar.js diff --git a/docs/html/_static/underscore-1.12.0.js b/docs/manual/_static/underscore-1.12.0.js similarity index 100% rename from docs/html/_static/underscore-1.12.0.js rename to docs/manual/_static/underscore-1.12.0.js diff --git a/docs/html/_static/underscore.js b/docs/manual/_static/underscore.js similarity index 100% rename from docs/html/_static/underscore.js rename to docs/manual/_static/underscore.js diff --git a/docs/html/examples.html b/docs/manual/examples.html similarity index 100% rename from docs/html/examples.html rename to docs/manual/examples.html diff --git a/docs/html/genindex.html b/docs/manual/genindex.html similarity index 100% rename from docs/html/genindex.html rename to docs/manual/genindex.html diff --git a/docs/html/gettingstartedfast.html b/docs/manual/gettingstartedfast.html similarity index 100% rename from docs/html/gettingstartedfast.html rename to docs/manual/gettingstartedfast.html diff --git a/docs/html/index.html b/docs/manual/index.html similarity index 100% rename from docs/html/index.html rename to docs/manual/index.html diff --git a/docs/html/objects.inv b/docs/manual/objects.inv similarity index 100% rename from docs/html/objects.inv rename to docs/manual/objects.inv diff --git a/docs/html/reference.html b/docs/manual/reference.html similarity index 100% rename from docs/html/reference.html rename to docs/manual/reference.html diff --git a/docs/html/search.html b/docs/manual/search.html similarity index 100% rename from docs/html/search.html rename to docs/manual/search.html diff --git a/docs/html/searchindex.js b/docs/manual/searchindex.js similarity index 100% rename from docs/html/searchindex.js rename to docs/manual/searchindex.js diff --git a/docs/html/understanding.html b/docs/manual/understanding.html similarity index 100% rename from docs/html/understanding.html rename to docs/manual/understanding.html diff --git a/docs/html/whatis.html b/docs/manual/whatis.html similarity index 100% rename from docs/html/whatis.html rename to docs/manual/whatis.html