Changed paths to avoid '..', which breaks symlinks in newer versions of sphinx.
Consolidated installation include files under /_includes. Prefixed r5 versions with 'r5_'
Moved files that are used up/down, but at different paths under /shared/_includes
and /shared/figures
Move two include files to /_includes
Moved addtional images to /shared/figures/... Required for DS platform builds.
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ia38f4205c5803b3d1fc043e6c59617c34a4e5cbd
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
(cherry picked from commit 2b62f49a9d)
43 lines
1003 B
ReStructuredText
43 lines
1003 B
ReStructuredText
.. _contribute:
|
|
|
|
==================
|
|
Contributor Guides
|
|
==================
|
|
|
|
Welcome to the StarlingX community! We are glad you are here.
|
|
|
|
If you are new to the project, take a moment to review the
|
|
`StarlingX wiki <https://wiki.openstack.org/wiki/StarlingX>`_.
|
|
|
|
---------------------------
|
|
Contribute to documentation
|
|
---------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
doc_contribute_guide
|
|
api_contribute_guide
|
|
release_note_contribute_guide
|
|
|
|
------------------
|
|
Contribute to code
|
|
------------------
|
|
|
|
StarlingX follows the
|
|
`OpenStack developer contribution guidelines <https://docs.openstack.org/infra/manual/developers.html>`_.
|
|
Additional StarlingX-specific resources are listed below.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
development_process
|
|
/developer_resources/code-submission-guide
|
|
/developer_resources/debug_issues
|
|
|
|
--------------------
|
|
Additional resources
|
|
--------------------
|
|
|
|
* `StarlingX wiki <https://wiki.openstack.org/wiki/StarlingX>`_
|
|
* :doc:`/developer_resources/index` |