这是indexloc提供的服务,不要输入任何密码
Skip to content

Sphinx does not generate documentation for module level variables #2488

@aucampia

Description

@aucampia

RDFLib has a docstring for rdflib.NORMALIZE_LITERALS, and we use autodoc which generates the following for the rdflib module:

Module contents
---------------

.. automodule:: rdflib
   :members:
   :undoc-members:
   :show-inheritance:

As far as I understand, the presence of :members: should result in some documentation for rdflib.NORMALIZE_LITERALS. However, there is no documentation being generated for it as far as I can tell. If it were generated, I would expect to see it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions