Remove tags from README

The tags framework has been discontinued for a long time.

https://governance.openstack.org/tc/reference/tags/

https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html

Change-Id: Ib7fba258ef19f594fb68ba97e3fa242f1d0fe1ef
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-05-03 18:04:05 +00:00
parent 3f2fd0456e
commit 8772b4349d
7 changed files with 47 additions and 53 deletions

View File

@@ -1,14 +1,6 @@
======================== =========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/training-guides.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
OpenStack Training Guides OpenStack Training Guides
+++++++++++++++++++++++++ =========================
This repository contains open source training material that can be This repository contains open source training material that can be
used to learn about using and different ways of contributing to OpenStack used to learn about using and different ways of contributing to OpenStack
@@ -83,7 +75,6 @@ Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/openstack-training-guides https://bugs.launchpad.net/openstack-training-guides
Published guides Published guides
================ ================
@@ -91,7 +82,6 @@ Guides are published at:
* https://docs.openstack.org/upstream-training/ * https://docs.openstack.org/upstream-training/
Release Notes Release Notes
============= =============

View File

@@ -52,8 +52,8 @@ source_suffix = '.rst'
master_doc = 'slide-index' master_doc = 'slide-index'
# General information about the project. # General information about the project.
project = u'Associate Training Guide' project = 'Associate Training Guide'
copyright = u'2014-2015, OpenStack contributors' copyright = '2014-2015, OpenStack contributors'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@@ -205,8 +205,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'AssociateTrainingGuide.tex', u'Associate Training Guide', ('index', 'AssociateTrainingGuide.tex', 'Associate Training Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -235,8 +235,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'associate-training-guide', u'Associate Training Guide', ('index', 'associate-training-guide', 'Associate Training Guide',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@@ -249,8 +249,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'AssociateTrainingGuide', u'Associate Training Guide', ('index', 'AssociateTrainingGuide', 'Associate Training Guide',
u'OpenStack contributors', 'AssociateTrainingGuide', 'OpenStack contributors', 'AssociateTrainingGuide',
'This guide is introduction to the OpenStack.', 'This guide is introduction to the OpenStack.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@@ -34,9 +34,9 @@ extensions = [
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'OpenStack Training Guides' project = 'OpenStack Training Guides'
openstackdocs_bug_tag = u'training-guides' openstackdocs_bug_tag = 'training-guides'
copyright = u'2014-2019, OpenStack contributors' copyright = '2014-2019, OpenStack contributors'
openstackdocs_repo_name = 'openstack/training-guides' openstackdocs_repo_name = 'openstack/training-guides'
openstackdocs_bug_project = 'training-guides' openstackdocs_bug_project = 'training-guides'
openstackdocs_auto_name = False openstackdocs_auto_name = False
@@ -81,8 +81,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'OpenStackTrainingGuides.tex', u'OpenStack Training Guides', ('index', 'OpenStackTrainingGuides.tex', 'OpenStack Training Guides',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -111,8 +111,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'openstack-training-guides', u'OpenStack Training Guides', ('index', 'openstack-training-guides', 'OpenStack Training Guides',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@@ -125,8 +125,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'OpenStackTrainingGuides', u'OpenStack Training Guides', ('index', 'OpenStackTrainingGuides', 'OpenStack Training Guides',
u'OpenStack contributors', 'OpenStackTrainingGuides', 'OpenStack contributors', 'OpenStackTrainingGuides',
'This guide offers OpenStack software training.', 'This guide offers OpenStack software training.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@@ -52,8 +52,8 @@ source_suffix = '.rst'
master_doc = 'slide-index' master_doc = 'slide-index'
# General information about the project. # General information about the project.
project = u'Upstream Training Guide' project = 'Upstream Training Guide'
copyright = u'2014-2018, OpenStack contributors' copyright = '2014-2018, OpenStack contributors'
# No need to show a version number # No need to show a version number
version = '' version = ''
@@ -200,8 +200,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'UpstreamTrainingGuide.tex', u'Upstream Training Guide', ('index', 'UpstreamTrainingGuide.tex', 'Upstream Training Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -244,8 +244,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'UpstreamTrainingGuide', u'Upstream Training Guide', ('index', 'UpstreamTrainingGuide', 'Upstream Training Guide',
u'OpenStack contributors', 'UpstreamTrainingGuide', 'OpenStack contributors', 'UpstreamTrainingGuide',
'This guide shows how to work with the OpenStack upstream.', 'This guide shows how to work with the OpenStack upstream.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@@ -33,9 +33,9 @@ extensions = [
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Upstream Training Guide' project = 'Upstream Training Guide'
openstackdocs_bug_tag = u'upstream' openstackdocs_bug_tag = 'upstream'
copyright = u'2014-2019, OpenStack contributors' copyright = '2014-2019, OpenStack contributors'
openstackdocs_repo_name = 'openstack/training-guides' openstackdocs_repo_name = 'openstack/training-guides'
openstackdocs_bug_project = 'training-guides' openstackdocs_bug_project = 'training-guides'
openstackdocs_auto_name = False openstackdocs_auto_name = False
@@ -89,8 +89,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'UpstreamTrainingGuide.tex', u'Upstream Training Guide', ('index', 'UpstreamTrainingGuide.tex', 'Upstream Training Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -119,8 +119,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'upstream-training-guide', u'Upstream Training Guide', ('index', 'upstream-training-guide', 'Upstream Training Guide',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@@ -133,8 +133,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'UpstreamTrainingGuide', u'Upstream Training Guide', ('index', 'UpstreamTrainingGuide', 'Upstream Training Guide',
u'OpenStack contributors', 'UpstreamTrainingGuide', 'OpenStack contributors', 'UpstreamTrainingGuide',
'This guide shows how to work with the OpenStack upstream.', 'This guide shows how to work with the OpenStack upstream.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@@ -1,8 +1,5 @@
# The order of packages is significant, because pip processes them in the order pbr>=5.5.0 # Apache-2.0
# of appearance. Changing the order has an impact on the overall integration sphinx>=2.0.0,!=2.1.0,<7.0.0 # BSD
# process, which may cause wedges in the gate later. openstackdocstheme>=3.5.0 # Apache-2.0
pbr>=1.8 doc8>=0.8.1 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD hieroglyph>=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
hieroglyph>=2.0.0
doc8

View File

@@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3 basepython = python3
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = allowlist_externals =
mkdir mkdir
rm rm
rsync rsync
@@ -38,6 +38,13 @@ commands =
mv doc/upstream-training/source/upstream-training.pot doc/upstream-training/source/locale/upstream-training.pot" mv doc/upstream-training/source/upstream-training.pot doc/upstream-training/source/locale/upstream-training.pot"
[testenv:publishdocs] [testenv:publishdocs]
allowlist_externals =
mkdir
rm
rsync
bash
{toxinidir}/tools/add-marker.sh
{toxinidir}/tools/buildlang.sh
# These are needed for writing the root-marker # These are needed for writing the root-marker
passenv = ZUUL* passenv = ZUUL*
commands = commands =