.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.result_types.paper Namespace Reference

Classes

class  Paper

Variables

list __all__ = ["Paper"]

Detailed Description

Typification of the *paper* results.

.. _BibTeX field types: https://en.wikipedia.org/wiki/BibTeX#Field_types
.. _BibTeX format: https://www.bibtex.com/g/bibtex-format/

Results of this type are rendered in the :origin:`paper.html
<searx/templates/simple/result_templates/paper.html>` template.

Related topics:

- `BibTeX field types`_
- `BibTeX format`_

----

.. autoclass:: Paper
   :members:
   :show-inheritance:

Variable Documentation

◆ __all__

list searx.result_types.paper.__all__ = ["Paper"]
private

Definition at line 26 of file paper.py.