[upstream] Remove Tags

This patch removes the tags table from the site and tags from the
slides. Since the content has moved out of the slides and into the
contributor guide, the tags are not really useful anymore. Moreover,
they weren't being maintained as new slide decks were added anyway.

Change-Id: I7f10d47364e3792177e34f915280c2ae025d65d9
This commit is contained in:
Kendall Nelson 2018-10-05 15:59:56 -07:00
parent 094598c8ec
commit 81642be7a9
15 changed files with 0 additions and 101 deletions

View File

@ -6,9 +6,6 @@ Demo environment
:class: fill
:width: 100%
.. note::
Tags: [new_dev]
DevStack
========

View File

@ -6,9 +6,6 @@ Online Communication
:class: fill
:width: 100%
.. note::
Tags: [operator] [user] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ OpenStack Events
:class: fill
:width: 100%
.. note::
Tags: [management] [operator] [user] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ OpenStack Governance
:class: fill
:width: 100%
.. note::
Tags: [management] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Setting Up IRC
:class: fill
:width: 100%
.. note::
Tags: [operator] [user] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ OpenStack Release Cycle
:class: fill
:width: 100%
.. note::
Tags: [management] [operator] [user] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Account SetUp
:class: fill
:width: 100%
.. note::
Tags: [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Configuring Your Gerrit Account
:class: fill
:width: 100%
.. note::
Tags: [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Patch Guru
:class: fill
:width: 100%
.. note::
Tags: [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ OpenStack Project Status and Zuul
:class: fill
:width: 100%
.. note::
Tags: [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Reviewing
:class: fill
:width: 100%
.. note::
Tags: [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Setup git & Commit Messages
:class: fill
:width: 100%
.. note::
Tags: [new_dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Task Tracking
:class: fill
:width: 100%
.. note::
Tags: [operator] [user] [new_dev] [dev]
Learning Exercise
=================

View File

@ -6,9 +6,6 @@ Overview of the contribution process
:class: fill
:width: 100%
.. note::
Tags: [new_dev]
Getting to Know Your Project
============================

View File

@ -57,62 +57,3 @@ Other
-----------------------
* `Documentation Deep Dive <docs.html>`_
Module Tags
-----------
The table below tags the modules relevant to different positions.
* Management: Manages people that contribute to, deploy or use OpenStack.
* Operator: Operates or is starting to deploy OpenStack.
* User: Uses or is starting to use OpenStack.
* New Developer: No experience with OpenStack at all. Never tried to
contribute and has little to no base knowledge.
* Developer: Has some experience with OpenStack and the contribution process,
but could use some reference materials.
+--------------------------+------------+----------+-------+---------+-----+
| | Management | Operator | User | New Dev | Dev |
+==========================+============+==========+=======+=========+=====+
| OpenStack as a Software | ✔ | | ✔ | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Openstack as a Community | ✔ | | ✔ | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Environment Setup | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Offical Projects | ✔ | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Governance | ✔ | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Release Cycle | ✔ | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Communication | | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Events | ✔ | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Contribution Process | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Registration & Accounts | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Task Tracking | | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Gerrit | | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Reviewing | | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Commit Messages | | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Project Status & Zuul | | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Metrics | ✔ | | | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+
| Setup & First Patch | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Sandbox | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Demo Environment | | | | ✔ | |
+--------------------------+------------+----------+-------+---------+-----+
| Documentation | | ✔ | ✔ | ✔ | ✔ |
+--------------------------+------------+----------+-------+---------+-----+