From d25c8fe6f331cca1945fe68b40465a0644fe4ee6 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 23 Jun 2015 14:37:38 +0300 Subject: Add Basic repo structure based on Sphinx This is the initial proposal for the repo structure using Sphinx as a tool to generate documentation. The documentation that we will be writing will be in the docs/source directory. A requirements.txt was added to make the replication of the environment needed to build this easier. NOTE: the following files were automatically generated by the Sphnix tool: * docs/Makefile * docs/source/conf.py * docs/soruce.index.rst Change-Id: I6ccd57a6e1a274bb396999ce272678fb9da6f702 Signed-off-by: Juan Antonio Osorio Robles --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d3559ad --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + +all: + cd docs && $(MAKE) html + +help: + @echo "This Makefile just accesses the Makefile inside the docs/ directory" + @echo "The default output for the documentation generation is html." -- cgit 1.2.3-korg