Making a PyTerrier Extension Package¶
Note
This section of the documentation is under development.
Documentation¶
You can add your extension package here in PyTerrier’s docs. This can help people find your features.
Step 1 (optional): Embed documentation in your package
If you want to embed documentation pages directly in
Step 2: Make a pull request to extensions.txt
You can make a pull request to the extensions.txt file.
If your package includes embedded documentation (from Step 1), add a line like:
package_id # PackageName <PackageURL>
If your package does not embed documentation, add a line like:
# PackageName <PackageURL>
Where package_id
is the package ID on pypi, PackageName
is the human-readable name, and PackageURL
is the URL of the repository
of the extension (or another suitable external documentation page).