From bd26e1732f0d13cacfd3815acf7e2bf4bdf62b6e Mon Sep 17 00:00:00 2001 From: Tomas Musil Date: Sun, 18 May 2014 20:01:26 +0200 Subject: [PATCH 1/1] installation instructions in documentation --- doc/conf.py | 2 +- doc/index.rst | 1 + doc/install.rst | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 doc/install.rst 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. -- 2.4.2