nova/doc
Balazs Gibizer 612c36034b [Community goal] Update contributor documentation
As the Ussuri goal we have an OpenStack project wide contributing
documentation template [1]. Nova has its own contributor documentation
so this patch adds the new contributing.rst according to the global
template and links the sections in it to the existing Nova contributor
documentation.

Also the top level CONTRIBUTING.rst template has been changed in the
cookiecutter repo[2]. So this patch updates the CONTRIBUTING.rst according
to the new template.

[1] https://opendev.org/openstack/cookiecutter/src/branch/master/%7b%7bcookiecutter.repo_name%7d%7d/doc/source/contributor/contributing.rst
[2] https://review.opendev.org/#/c/696001

Change-Id: Ia12cd4acbb63f192fcaf0790b72f8e977025a9dc
Story: #2007236
Task: #38541
2020-03-25 12:01:37 +00:00
..
api_samples Merge "trivial: Rename directory for os-keypairs samples" 2020-03-09 12:25:18 +00:00
api_schemas Add JSON schema and test for network_data.json 2020-02-17 15:35:24 +01:00
ext Add notification sample test for aggregate.cache_images.start|end 2019-10-25 10:38:19 -07:00
notification_samples trivial: Use recognized extra specs in tests 2020-02-19 08:24:31 +00:00
source [Community goal] Update contributor documentation 2020-03-25 12:01:37 +00:00
test Remove 'nova-xvpvncproxy' 2019-12-23 14:20:28 +00:00
README.rst Update api-ref location 2019-07-22 19:17:28 +02:00
requirements.txt Remove remaining Python 2.7-only dependencies 2020-01-23 09:27:23 +00:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://docs.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.