File: index.rst

package info (click to toggle)
python-neutron-lib 3.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (54 lines) | stat: -rw-r--r-- 2,078 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
..
      Licensed under the Apache License, Version 2.0 (the "License"); you may
      not use this file except in compliance with the License. You may obtain
      a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
      License for the specific language governing permissions and limitations
      under the License.

Welcome to Neutron Lib documentation!
=====================================

Neutron-lib is an OpenStack library project used by Neutron, Advanced Services,
and third-party projects that aims to provide common functionality across all
such consumers. The library is developed with the following goals in mind:

- Decouple sub-projects from Neutron (i.e. no direct neutron imports in
  sub-projects).
- Pay down Neutron technical debt via refactoring/re-architecting of
  sub-optimal patterns in their respective neutron-lib implementation.

This document describes the library for contributors of the project, and assumes
that you are already familiar with Neutron from an end-user perspective. If not,
hop over to the `OpenStack doc site <https://docs.openstack.org/>`__

This documentation is generated by the Sphinx toolkit and lives in the source
tree.  Additional documentation on Neutron and other components of OpenStack
can be found on the `OpenStack wiki`_ and the `Neutron section of the wiki`.
The `Neutron Development wiki`_ is also a good resource for new contributors.

.. _`OpenStack wiki`: http://wiki.openstack.org
.. _`Neutron section of the wiki`: http://wiki.openstack.org/Neutron
.. _`Neutron Development wiki`: http://wiki.openstack.org/NeutronDevelopment

Enjoy!

.. toctree::
   :maxdepth: 2

   install/index
   user/index
   contributor/index

.. only:: html

   .. toctree::
      :maxdepth: 1

      reference/index
      Package Reference <reference/modules/modules>