From 624aa2f3851a233c48403c2fd3e30d2680df49fc Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 11 Jun 2019 19:24:32 -0500 Subject: [PATCH] Update doc config and installation information The conf.py file had the wrong date, we moved this to 2019 for correctness. The installation process only references using yum and dnf now. Change-Id: I35174d582c4331b1aa83bf1bc380101aae0ff34c Signed-off-by: Kevin Carter --- doc/source/conf.py | 2 +- doc/source/installation.rst | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 90a094cdb..b66de9646 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'tripleo-ansible' -copyright = u'2013, OpenStack Foundation' +copyright = u'2019, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ffceaef0c..d0f66f8db 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -2,15 +2,11 @@ Installation ============ -At the command line:: - - $ pip install tripleo-ansible - -Or, if you have virtualenvwrapper installed:: - - $ python -m virtualenv tripleo-ansible - $ pip install tripleo-ansible - -Or, using the package manager:: +At the command line using `yum`:: $ yum install tripleo-ansible + + +At the command line using `dnf`:: + + $ dnf install tripleo-ansible