OpenStack Project Team Guide
Go to file
Matt Riedemann 4d547ed086 Update dependency-management doc
This makes two changes:

1. Clarifies that version specifiers in global-requirements.txt
   should only be for excluding known bad versions, not for setting
   minimum required versions of dependencies.

2. The tox section is removed since upper-constraints has been used
   in tox (unit test, pep8, etc) jobs for several releases now.

Alternative to #2, we could leave the tox section in place but update
it to indicate that except for the new(ish) lower-constraints jobs,
all tox jobs should be using branch-specific upper-constraints.

Change-Id: Ieef749c1486c120e491c62344b6f0e1e03570267
2018-05-16 11:33:23 -04:00
doc/source Update dependency-management doc 2018-05-16 11:33:23 -04:00
.gitignore Add .gitignore 2015-06-10 12:50:37 -07:00
.gitreview Added .gitreview 2015-05-28 04:26:27 +00:00
LICENSE Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
README.rst Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
requirements.txt switch to openstackdocstheme 2017-07-21 14:38:02 -04:00
setup.cfg turn on warning-is-error 2017-07-21 14:54:57 -04:00
setup.py Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
tox.ini Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00

README.rst

OpenStack Project Team Guide

To build the guide, execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory.