![Abraham Arce](/assets/img/avatar_default.png)
Baseline changes to comply with OpenStack Documentation Contributor Guide [0] starting with the following sections: - Project guide setup - [1] sphinx-quickstart - [2] doc/source/ layout - Building documentation - [3] tox -e docs - Using documentation tools - [4] openstackdocstheme - Use build-openstack-docs-pti job template for docs - Change to SPDX-License-Identifier: Apache-2.0 [0] https://docs.openstack.org/doc-contrib-guide [1] http://www.sphinx-doc.org/en/master/usage/quickstart.html [2] https://docs.openstack.org/doc-contrib-guide/project-guides.html [3] https://docs.openstack.org/doc-contrib-guide/docs-builds.html [4] https://docs.openstack.org/openstackdocstheme/ Story: 2002708 Task: 26661 Story: 2002813 Task: 26662 Change-Id: Ib69552d026042572469e1ce4d97e6d42ac1dd49b Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
28 lines
221 B
Plaintext
28 lines
221 B
Plaintext
*.a
|
|
*.egg
|
|
*.egg-info
|
|
*.o
|
|
*.py[co]
|
|
*.pyc
|
|
*.so
|
|
*.sqlite
|
|
.*.swp
|
|
.coverage
|
|
.installed.cfg
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
_build
|
|
build
|
|
cover
|
|
develop-eggs
|
|
dist
|
|
eggs
|
|
sdist
|
|
|
|
# Sphinx documentation
|
|
doc/build
|