docs: Fix sphinx warnings

Related to T2188
This commit is contained in:
Antoine Lambert 2020-01-17 15:42:18 +01:00
parent 4b383abc56
commit 99fcd2b3f5
6 changed files with 64 additions and 67 deletions

View file

@ -33,21 +33,23 @@ class PackagistLister(ListerOnePageApiTransport, SimpleLister):
variable `PAGE`, to receive a list of all the package names
present in the Packagist package manager. Iterates over all the
packages and constructs the metadata url of the package from
the name of the package and creates a loading task.
the name of the package and creates a loading task::
Task:
Type: load-packagist
Policy: recurring
Args:
<package_name>
<package_metadata_url>
Task:
Type: load-packagist
Policy: recurring
Args:
<package_name>
<package_metadata_url>
Example:
Type: load-packagist
Policy: recurring
Args:
'hypejunction/hypegamemechanics'
'https://repo.packagist.org/p/hypejunction/hypegamemechanics.json'
Example::
Task:
Type: load-packagist
Policy: recurring
Args:
'hypejunction/hypegamemechanics'
'https://repo.packagist.org/p/hypejunction/hypegamemechanics.json'
"""
MODEL = PackagistModel