pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
407 stars 127 forks source link

added backticks in some docstring #291

Closed jpcaveiro closed 1 year ago

jpcaveiro commented 1 year ago

Added backticks for readability in some cases like:

        """The abstract of a document.
        Note: If this is empty, try `description` property instead.
        """
Michael-E-Rose commented 1 year ago

Thanks! While we're at this, let's harmonise the docstrings already. Sometimes I wrote "property XYZ", sometimes I wrote ".XYZ". Let's drop the dot notation and always use "XYZ property".