Merge "Fix warnings of upstream training slides"
This commit is contained in:
commit
2f094127b3
@ -6,28 +6,50 @@ OpenStack Upstream Training
|
|||||||
:class: fill
|
:class: fill
|
||||||
:width: 100%
|
:width: 100%
|
||||||
|
|
||||||
.. slide::
|
Introduction
|
||||||
|
============
|
||||||
|
|
||||||
* `OpenStack Release Cycle <01-release-cycle.html>`_
|
.. toctree::
|
||||||
* `Relevant actors <02-relevant-actors.html>`_
|
:maxdepth: 1
|
||||||
* `OpenStack Governance <03-technical-committee.html>`_
|
|
||||||
* `OpenStack "Big Tent" and tags <04-program-ecosystem.html>`_
|
|
||||||
* `OpenStack Design Summit <05-design-summit.html>`_
|
|
||||||
* `IRC meetings <06-irc-meetings.html>`_
|
|
||||||
|
|
||||||
.. slide::
|
00-00-introduction.rst
|
||||||
|
00-01-openstack-as-software.rst
|
||||||
|
00-02-openstack-as-community.rst
|
||||||
|
|
||||||
* `devstack.org <11-devstack.html>`_
|
How OpenStack is made
|
||||||
* `How to contribute <12-howtocontribute.html>`_
|
=====================
|
||||||
* `launchpad.net <13-launchpad.html>`_
|
|
||||||
* `review.openstack.org <14-gerrit.html>`_
|
|
||||||
|
|
||||||
.. slide::
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
* `Branching model <15-branching-model.html>`_
|
01-release-cycle.rst
|
||||||
* `Reviewing <16-reviewing.html>`_
|
02-relevant-actors
|
||||||
* `Commit messages <17-commit-message.html>`_
|
03-technical-committee
|
||||||
* `Jenkins <18-jenkins.html>`_
|
04-official-openstack-projects
|
||||||
* `Overview of the contribution process <19-training-contribution-process.html>`_
|
05-design-summit
|
||||||
* `Guide to SetUp and Push First Patch <20-setup-and-first-patch.html>`_
|
06-irc-meetings
|
||||||
* `Lego applied to Free Software contributions <21-training-agile-for-contributors.html>`_
|
|
||||||
|
Workflow of an OpenStack contribution and tools
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
11-devstack
|
||||||
|
12-howtocontribute
|
||||||
|
13-launchpad
|
||||||
|
14-gerrit
|
||||||
|
15-branching-model
|
||||||
|
16-reviewing
|
||||||
|
17-commit-message
|
||||||
|
18-jenkins
|
||||||
|
|
||||||
|
The Contribution Process
|
||||||
|
========================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
19-training-contribution-process
|
||||||
|
20-setup-and-first-patch
|
||||||
|
21-training-agile-for-contributors
|
||||||
|
2
tox.ini
2
tox.ini
@ -28,7 +28,7 @@ commands =
|
|||||||
doc8 doc/upstream-training
|
doc8 doc/upstream-training
|
||||||
doc8 doc/training-guides
|
doc8 doc/training-guides
|
||||||
# Build upstream-training slides
|
# Build upstream-training slides
|
||||||
sphinx-build -b slides -d doc/upstream-training/build/slides.doctrees doc/upstream-training/source/ doc/upstream-training/build/slides
|
sphinx-build -W -b slides -d doc/upstream-training/build/slides.doctrees doc/upstream-training/source/ doc/upstream-training/build/slides
|
||||||
# Build upstream landing page
|
# Build upstream landing page
|
||||||
sphinx-build -b html -d doc/upstream-training/build/slides.doctrees doc/upstream-training doc/upstream-training/build/slides
|
sphinx-build -b html -d doc/upstream-training/build/slides.doctrees doc/upstream-training doc/upstream-training/build/slides
|
||||||
# Build training-guides slides
|
# Build training-guides slides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user