summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2015-06-23 14:37:38 +0300
committerJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2015-06-23 14:47:28 +0300
commitd25c8fe6f331cca1945fe68b40465a0644fe4ee6 (patch)
tree00e0a89f3edae3fd84a9541925be26cce33c1b78 /Makefile
parentc7f431c71af18668f2d1af49c274034ef7ade751 (diff)
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 <juan.osorio.robles@ericsson.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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."