Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Modify directive name to generate docs correctly using platfrom config
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemania authored and seandst committed Mar 16, 2017
1 parent 8ab969e commit 11c715f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Expand Up @@ -242,9 +242,10 @@
#texinfo_show_urls = 'footnote'

extlinks = {'redmine': ('https://pulp.plan.io/issues/%s', '#'),
'fixedbugs': ('https://pulp.plan.io/projects/pulp_docker/issues?utf8=%%E2%%9C%%93&'
'set_filter=1&f%%5B%%5D=cf_12&op%%5Bcf_12%%5D=%%3D&v%%5Bcf_12%%5D%%5'
'B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker_id%%5D=%%3D&v%%5Btracke'
'r_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B%%5D=tracker&c%%5B%%5D=status&c%'
'%5B%%5D=priority&c%%5B%%5D=cf_5&c%%5B%%5D=subject&c%%5B%%5D=author&'
'c%%5B%%5D=assigned_to&c%%5B%%5D=cf_3&group_by=', 'bugs fixed in ')}
'fixedbugs_pulp_docker': ('https://pulp.plan.io/projects/pulp_docker/issues?utf8=%%E2%'
'%9C%%93&set_filter=1&f%%5B%%5D=cf_12&op%%5Bcf_12%%5D=%%3D&v'
'%%5Bcf_12%%5D%%5B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker'
'_id%%5D=%%3D&v%%5Btracker_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B'
'%%5D=tracker&c%%5B%%5D=status&c%%5B%%5D=priority&c%%5B%%5D='
'cf_5&c%%5B%%5D=subject&c%%5B%%5D=author&c%%5B%%5D=assigned_'
'to&c%%5B%%5D=cf_3&group_by=', 'bugs fixed in '),}
4 changes: 2 additions & 2 deletions docs/user-guide/release-notes/1.0.x.rst
Expand Up @@ -9,7 +9,7 @@ This is a minor release with some bug fixes.
Bugfixes
^^^^^^^^

See the :fixedbugs:`1.0.1`.
See the :fixedbugs_pulp_docker:`1.0.1`.

1.0.0
-----
Expand Down Expand Up @@ -41,4 +41,4 @@ using systemd):
Bugfixes
^^^^^^^^

See the :fixedbugs:`1.0.0`.
See the :fixedbugs_pulp_docker:`1.0.0`.
6 changes: 3 additions & 3 deletions docs/user-guide/release-notes/2.0.x.rst
Expand Up @@ -4,7 +4,7 @@
2.0.2
-----

See the :fixedbugs:`2.0.2`.
See the :fixedbugs_pulp_docker:`2.0.2`.

The fix for #1831 required that during sync, if the remote registry has a v2 API, but getting tags
fails, the sync will stop and report an error that the requested repository was not found.
Expand All @@ -17,7 +17,7 @@ via a v2 API.
2.0.1
-----

See the :fixedbugs:`2.0.1`.
See the :fixedbugs_pulp_docker:`2.0.1`.

pulp_docker 2.0.1 includes a migration to bring pulp_docker's file storage scheme in-line
with the scheme used in the Pulp platform.
Expand Down Expand Up @@ -123,4 +123,4 @@ using systemd):
Bugfixes
^^^^^^^^

See the :fixedbugs:`2.0.0`.
See the :fixedbugs_pulp_docker:`2.0.0`.
2 changes: 1 addition & 1 deletion docs/user-guide/release-notes/2.1.x.rst
Expand Up @@ -4,7 +4,7 @@
2.1.0
-----

See the :fixedbugs:`2.1.0`.
See the :fixedbugs_pulp_docker:`2.1.0`.

We have added new options ``--basicauth-user`` and ``--basicauth-password`` when creating or updating
repositories. These options allow the user to sync private repositories from Docker registries that
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/release-notes/2.2.x.rst
Expand Up @@ -4,7 +4,7 @@
2.2.0
-----

See the :fixedbugs:`2.2.0`.
See the :fixedbugs_pulp_docker:`2.2.0`.

The docker rsync distributor has been improved to perform incremental publishes in cases where
repositories have experienced only additive changes since the previous publish with the rsync
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/release-notes/2.3.x.rst
Expand Up @@ -4,7 +4,7 @@
2.3.0
-----

See the :fixedbugs:`2.3.0`.
See the :fixedbugs_pulp_docker:`2.3.0`.

A new command, ``docker repo tag``, can point tags to manifests. It accepts
``--repo-id``, ``--tag-name``, and ``--manifest-digest``. If a tag with the name
Expand Down

0 comments on commit 11c715f

Please sign in to comment.