installation instructions in documentation
authorTomas Musil <tomik.musil@gmail.com>
Sun, 18 May 2014 18:01:26 +0000 (20:01 +0200)
committerTomas Musil <tomik.musil@gmail.com>
Mon, 19 May 2014 01:57:35 +0000 (03:57 +0200)
doc/conf.py
doc/index.rst
doc/install.rst [new file with mode: 0644]

index d859018..d35ca26 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Imago'
 
 # General information about the project.
 project = u'Imago'
-copyright = u'2013, Tomáš Musil'
+copyright = u'2014, Tomáš Musil'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
index 7c0ed3b..88fbcb4 100644 (file)
@@ -12,6 +12,7 @@ Contents:
    :maxdepth: 2
 
     Introduction <intro>
    :maxdepth: 2
 
     Introduction <intro>
+    Installation <install>
     Usage <usage>
     Modules <modules>
 
     Usage <usage>
     Modules <modules>
 
diff --git a/doc/install.rst b/doc/install.rst
new file mode 100644 (file)
index 0000000..4a95f9d
--- /dev/null
@@ -0,0 +1,6 @@
+Installation
+============
+
+.. TODO dependencies
+
+Just run `make` in the imago folder.