PR#1716: split docs to subdirectories

Merges #1716
https://pagure.io/koji/pull-request/1716

Fixes: #1715
https://pagure.io/koji/issue/1715
Split docs to directories
This commit is contained in:
Tomas Kopecek 2019-11-07 11:31:56 -05:00
commit ed75113dc3
34 changed files with 29 additions and 37 deletions

View file

@ -61,4 +61,3 @@ Q: Where can I get more help?
The best time to ask would be during the Koji devel team
“office hours”, which are held each Tuesday and Thursday from
10-11am eastern time.

View file

@ -63,4 +63,3 @@ Q: Where can I get more help?
The best time to ask would be during the Koji devel team
“office hours”, which are held each Tuesday and Thursday from
10-11am eastern time.

View file

@ -27,9 +27,9 @@ Contents
external_repo_server_bootstrap
image_build
misc
release_notes
migrations
CVEs
release_notes/release_notes
migrations/migrations
CVEs/CVEs
runs_here
server_bootstrap
server_howto

View file

@ -82,4 +82,3 @@ each package. Now, if the value is a positive integer N, it will return the N
latest builds for each package. The behavior is unchanged for other values.
New rpc calls: ``chainMaven``, ``buildImageIndirection``, and ``mergeScratch``

View file

@ -48,7 +48,7 @@ Configuration
-------------
The only configuration changes are for the ``save-failed-tree`` plugins (hub
and builder). Each has its own configuration file. See :doc:`plugins`
and builder). Each has its own configuration file. See :doc:`../plugins`
The hub accepts a new ``CheckClientIP`` option (default True) to indicate
whether authentication credentials should be tied to the client's IP address.

View file

@ -46,4 +46,4 @@ Other changes
There are numerous other changes in 1.13 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.13`
:doc:`../release_notes/release_notes_1.13`

View file

@ -36,4 +36,4 @@ Other changes
There are numerous other changes in 1.14 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.14`
:doc:`../release_notes/release_notes_1.14`

View file

@ -17,4 +17,4 @@ Other changes
There are numerous other changes in 1.15 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.15`
:doc:`../release_notes/release_notes_1.15`

View file

@ -29,4 +29,4 @@ Other changes
There are numerous other changes in 1.16 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.16`
:doc:`../release_notes/release_notes_1.16`

View file

@ -27,4 +27,4 @@ Other changes
There are numerous other changes in 1.17 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.17`
:doc:`../release_notes/release_notes_1.17`

View file

@ -39,4 +39,4 @@ Other changes
There are numerous other changes in 1.18 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.18`
:doc:`../release_notes/release_notes_1.18`

View file

@ -30,4 +30,4 @@ Other changes
There are numerous other changes in 1.19 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.19`
:doc:`../release_notes/release_notes_1.19`

View file

@ -146,4 +146,3 @@ Web Themes
Using the old method (httpd aliases for koji static content) should continue
to work. For (brief) instructions on the new method, see the README file under
koji-web/static/themes.

View file

@ -123,4 +123,3 @@ Also the following kojira option has been removed:
::
prune_batch_size

View file

@ -19,4 +19,4 @@ Release Notes
For releases before 1.13, see the migration guides:
:doc:`migrations`
:doc:`../migrations/migrations`

View file

@ -4,7 +4,7 @@ Koji 1.13 Release Notes
Migrating from Koji 1.12
------------------------
For details on migrating see :doc:`migrating_to_1.13`
For details on migrating see :doc:`../migrations/migrating_to_1.13`
Client Changes
@ -100,7 +100,7 @@ raise error on non-existing profile
If the requested client profile is not configured, the library will raise an
error, rather than proceeding with default values.
See also: :doc:`profiles`
See also: :doc:`../profiles`
Changes to the Web interface

View file

@ -4,7 +4,7 @@ Koji 1.14 Release Notes
Migrating from Koji 1.13
------------------------
For details on migrating see :doc:`migrating_to_1.14`
For details on migrating see :doc:`../migrations/migrating_to_1.14`
Client Changes
@ -241,7 +241,7 @@ Dropped mod_python support
Koji no longer supports mod_python. This option has been deprecated since
mod_wsgi support was added in version 1.7.0.
See also: :doc:`migrating_to_1.7`
See also: :doc:`../migrations/migrating_to_1.7`
Large integer support

View file

@ -2,7 +2,7 @@ Koji 1.15.1 Release Notes
=========================
Koji 1.15.1 is a bugfix release for Koji 1.15. The most important change
is the fix for :doc:`CVE-2018-1002150`.
is the fix for :doc:`../CVEs/CVE-2018-1002150`.
Please see: :doc:`release_notes_1.15`

View file

@ -9,7 +9,7 @@ Updates
Migrating from the previous release
-----------------------------------
For details on migrating see :doc:`migrating_to_1.15`
For details on migrating see :doc:`../migrations/migrating_to_1.15`
Client Changes
@ -205,7 +205,7 @@ determine where a build should live. This allows admins to make rules like:
The default policy places all builds on the default volume.
See also: :doc:`volumes`
See also: :doc:`../volumes`
Messagebus plugin changes
^^^^^^^^^^^^^^^^^^^^^^^^^
@ -275,5 +275,3 @@ The deprecated ``importBuildInPlace`` call has been dropped.
This call was an artifact of a particular bootstrap event that happened a long
time ago. It was never really documented or recommended for use.

View file

@ -56,4 +56,3 @@ Issues fixed in 1.16.1
- `Issue 945 <https://pagure.io/koji/issue/945>`_ --
Koji build fail due to ambiguous python shebang

View file

@ -2,7 +2,7 @@ Koji 1.16.2 Release Notes
=========================
Koji 1.16.2 is a bugfix release for Koji 1.16.
The purpose of this release is address :doc:`CVE-2018-1002161`.
The purpose of this release is address :doc:`../CVEs/CVE-2018-1002161`.
See also:

View file

@ -5,7 +5,7 @@ Koji 1.16.0 Release notes
Migrating from Koji 1.15
------------------------
For details on migrating see :doc:`migrating_to_1.16`
For details on migrating see :doc:`../migrations/migrating_to_1.16`
@ -14,7 +14,7 @@ Security Fixes
**CVE-2018-1002150 - distRepoMove missing access check**
This release includes the fix for :doc:`CVE-2018-1002150`.
This release includes the fix for :doc:`../CVEs/CVE-2018-1002150`.
Client Changes
@ -72,7 +72,7 @@ honored in all cases.
The old ``koji.ssl`` module has been removed, and the ``use_old_ssl`` option
has been removed from client code.
Because these files (which were originally from
Because these files (which were originally from
`Plague <https://fedoraproject.org/wiki/Plague>`_) were the only parts
of Koji that were licensed as GPLv2+, Koji is now simply licensed as
LGPLv2.

View file

@ -5,7 +5,7 @@ Koji 1.17.0 Release notes
Migrating from Koji 1.16
------------------------
For details on migrating see :doc:`migrating_to_1.17`
For details on migrating see :doc:`../migrations/migrating_to_1.17`
@ -16,7 +16,7 @@ Security Fixes
| PR: https://pagure.io/koji/pull-request/1274
This release includes the fix for :doc:`CVE-2018-1002161`
This release includes the fix for :doc:`../CVEs/CVE-2018-1002161`
Client Changes

View file

@ -2,7 +2,7 @@ Koji 1.18.1 Release Notes
=========================
Koji 1.18.1 is a bugfix release for Koji 1.18.
The purpose of this release is address :doc:`CVE-2019-17109`.
The purpose of this release is address :doc:`../CVEs/CVE-2019-17109`.
Issues fixed in 1.18.1

View file

@ -5,7 +5,7 @@ Koji 1.18.0 Release notes
Migrating from Koji 1.17
------------------------
For details on migrating see :doc:`migrating_to_1.18`
For details on migrating see :doc:`../migrations/migrating_to_1.18`
@ -95,7 +95,7 @@ With this new implementation:
* method calls return a `VirtualCall` instance that can later be used to access the result
* `MultiCallSession` can be used as a context manager, ensuring that the calls are executed
Usage examples can be found in the :doc:`Writing Koji Code <writing_koji_code>`
Usage examples can be found in the :doc:`Writing Koji Code <../writing_koji_code>`
document.

View file

@ -5,7 +5,7 @@ Koji 1.19.0 Release notes
Migrating from Koji 1.18
------------------------
For details on migrating see :doc:`migrating_to_1.19`
For details on migrating see :doc:`../migrations/migrating_to_1.19`