From: Tomas Musil Date: Sun, 18 May 2014 18:01:26 +0000 (+0200) Subject: installation instructions in documentation X-Git-Url: http://git.tomasm.cz/imago.git/commitdiff_plain/bd26e1732f0d13cacfd3815acf7e2bf4bdf62b6e?ds=sidebyside;hp=6f2695aadaf3eee6de311b681b7cf54987777871 installation instructions in documentation --- diff --git a/doc/conf.py b/doc/conf.py index d859018..d35ca26 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # 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 diff --git a/doc/index.rst b/doc/index.rst index 7c0ed3b..88fbcb4 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -12,6 +12,7 @@ Contents: :maxdepth: 2 Introduction + Installation Usage Modules diff --git a/doc/install.rst b/doc/install.rst new file mode 100644 index 0000000..4a95f9d --- /dev/null +++ b/doc/install.rst @@ -0,0 +1,6 @@ +Installation +============ + +.. TODO dependencies + +Just run `make` in the imago folder.