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 <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2019-06-11 19:24:32 -05:00
parent 6a4f0b56a1
commit 624aa2f385
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
2 changed files with 7 additions and 11 deletions

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'tripleo-ansible' 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. # If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True add_function_parentheses = True

View File

@ -2,15 +2,11 @@
Installation Installation
============ ============
At the command line:: At the command line using `yum`::
$ pip install tripleo-ansible
Or, if you have virtualenvwrapper installed::
$ python -m virtualenv tripleo-ansible
$ pip install tripleo-ansible
Or, using the package manager::
$ yum install tripleo-ansible $ yum install tripleo-ansible
At the command line using `dnf`::
$ dnf install tripleo-ansible