Skip to content

6.1.1: sphinx warnings reference target not found #1878

Closed
@kloczek

Description

@kloczek

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.
Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.extras.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.namespace.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.parsers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.serializers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.shared.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.shared.jsonld.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.sparql.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.sparql.results.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.stores.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.tools.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/modules.rst.
loading intersphinx inventory from https://docs.python.org/3.7/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 35 added, 0 changed, 0 removed
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace BRICK
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace DCAT
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace PROF
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SDO
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SOSA
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SSN
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace TIME
  partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace XSD
  partialmethod = obj._partialmethod
reading sources... [100%] utilities
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/__init__.py:docstring of rdflib.namespace:64: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 9 supplied.

.. code-block:: pycon
    >>> from rdflib.namespace import RDFS
    >>> RDFS.seeAlso
    rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#seeAlso')
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLStore.triples:27: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLStore.triples:29: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.open:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.open:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.triples:27: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.triples:29: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:14: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_parsing.rst:113: WARNING: Explicit markup ends without a blank line; unexpected unindent.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-rdflib.3 { gettingstarted intro_to_parsing intro_to_creating_rdf intro_to_graphs intro_to_sparql utilities apidocs/examples rdf_terms namespaces_and_bindings persistence merging upgrade5to6 upgrade4to5 apidocs/modules apidocs/rdflib apidocs/rdflib.extras apidocs/rdflib.namespace apidocs/rdflib.plugins apidocs/rdflib.plugins.parsers apidocs/rdflib.plugins.serializers apidocs/rdflib.plugins.shared apidocs/rdflib.plugins.shared.jsonld apidocs/rdflib.plugins.sparql apidocs/rdflib.plugins.sparql.results apidocs/rdflib.plugins.stores apidocs/rdflib.tools plugins plugin_parsers plugin_serializers plugin_stores plugin_query_results developers docs persisting_n3_terms } /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_sparql.rst:19: WARNING: py:class reference target not found: rdflib.query.ResultRow
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_sparql.rst:171: WARNING: py:meth reference target not found: rdflib.plugins.sparql.prepareQuery
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/utilities.rst:54: WARNING: py:meth reference target not found: rdflib.graph.Graph.contains
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:6: WARNING: py:mod reference target not found: conjunctive_graphs
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:14: WARNING: py:mod reference target not found: custom_datatype
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:22: WARNING: py:mod reference target not found: custom_eval
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:30: WARNING: py:mod reference target not found: film
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:37: WARNING: py:mod reference target not found: foafpaths
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:45: WARNING: py:mod reference target not found: prepared_query
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/prepared_query.py:docstring of examples.prepared_query:1: WARNING: py:meth reference target not found: rdflib.plugins.sparql.prepareQuery
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:53: WARNING: py:mod reference target not found: resource_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:61: WARNING: py:mod reference target not found: berkeleydb_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:69: WARNING: py:mod reference target not found: slice
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:77: WARNING: py:mod reference target not found: smushing
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:85: WARNING: py:mod reference target not found: sparql_query_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/sparql_query_example.py:docstring of examples.sparql_query_example:3: WARNING: py:class reference target not found: rdflib.query.ResultRow
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/sparql_query_example.py:docstring of examples.sparql_query_example:10: WARNING: py:attr reference target not found: rdflib.query.ResultRow.vars
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:93: WARNING: py:mod reference target not found: sparql_update_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:101: WARNING: py:mod reference target not found: sparqlstore_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:109: WARNING: py:mod reference target not found: swap_primer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:117: WARNING: py:mod reference target not found: transitive
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_objects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_subjects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:62: WARNING: py:meth reference target not found: rdflib.term.Literal.__init__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:139: WARNING: py:class reference target not found: xml.dom.minidom.Document
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:140: WARNING: py:class reference target not found: xml.dom.minidom.DocumentFragment
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:24: WARNING: py:meth reference target not found: rdflib.graph.bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:30: WARNING: py:obj reference target not found: namespace_manager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:30: WARNING: py:obj reference target not found: bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:79: WARNING: py:obj reference target not found: __init__()
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:81: WARNING: py:obj reference target not found: term.Literal.__add__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:207: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:264: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/describer.py:docstring of rdflib.extras.describer:5: WARNING: py:obj reference target not found: rel
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:10: WARNING: py:obj reference target not found: graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:11: WARNING: py:obj reference target not found: calc_weights
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:20: WARNING: py:obj reference target not found: edge_attrs
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:16: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_graph:16: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_multidigraph:13: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/parsers/nquads.py:docstring of rdflib.plugins.parsers.nquads.NQuadsParser.parse:8: WARNING: py:obj reference target not found: NTriplesParser.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.NTParser.parse:7: WARNING: py:obj reference target not found: NTriplesParser.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser:8: WARNING: py:obj reference target not found: bnode_context
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser:8: WARNING: py:obj reference target not found: NTriplesParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/parsers/trig.py:docstring of rdflib.plugins.parsers.trig.TrigSinkParser:1: WARNING: py:class reference target not found: rdflib.plugins.parsers.notation3.SinkParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/hext.py:docstring of rdflib.plugins.serializers.hext.HextuplesSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/jsonld.py:docstring of rdflib.plugins.serializers.jsonld.JsonLDSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/longturtle.py:docstring of rdflib.plugins.serializers.longturtle.LongTurtleSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/n3.py:docstring of rdflib.plugins.serializers.n3.N3Serializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/nquads.py:docstring of rdflib.plugins.serializers.nquads.NQuadsSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/nt.py:docstring of rdflib.plugins.serializers.nt.NTSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/rdfxml.py:docstring of rdflib.plugins.serializers.rdfxml.PrettyXMLSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/rdfxml.py:docstring of rdflib.plugins.serializers.rdfxml.XMLSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/trig.py:docstring of rdflib.plugins.serializers.trig.TrigSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/trix.py:docstring of rdflib.plugins.serializers.trix.TriXSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/turtle.py:docstring of rdflib.plugins.serializers.turtle.RecursiveSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/turtle.py:docstring of rdflib.plugins.serializers.turtle.TurtleSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/jsonresults.py:docstring of rdflib.plugins.sparql.results.jsonresults.JSONResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/rdfresults.py:docstring of rdflib.plugins.sparql.results.rdfresults.RDFResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/xmlresults.py:docstring of rdflib.plugins.sparql.results.xmlresults.XMLResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.Comp:1: WARNING: py:class reference target not found: pyparsing.core.TokenConverter
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.Param:1: WARNING: py:class reference target not found: pyparsing.core.TokenConverter
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.failAction:: WARNING: py:class reference target not found: OptionalType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.failAction:: WARNING: py:class reference target not found: ParseFailAction
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.parseAction:: WARNING: py:class reference target not found: ParseAction
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.suppress_warnings_:: WARNING: py:class reference target not found: Diagnostics
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/processor.py:docstring of rdflib.plugins.sparql.processor.SPARQLResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/processor.py:docstring of rdflib.plugins.sparql.processor.SPARQLUpdateProcessor:1: WARNING: py:class reference target not found: rdflib.query.UpdateProcessor
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:8: WARNING: py:obj reference target not found: test.test_store_berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: brew install berkeley-db
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: pip install berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1 pip install berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector:: WARNING: py:class reference target not found: te.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector.__init__:: WARNING: py:class reference target not found: te.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.update:23: WARNING: py:obj reference target not found: "INSERT DATA { <urn:michel> <urn:likes> <urn:pizza> }"
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.update:23: WARNING: py:obj reference target not found: "INSERT DATA { GRAPH <urn:graph> { <urn:michel> <urn:likes> <urn:pizza> } }"
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: Store
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: BNode
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.ReadOnlyGraphAggregate.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:: WARNING: py:class reference target not found: EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:1: WARNING: py:obj reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.__init__:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.__init__:: WARNING: py:class reference target not found: EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.getClass:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin:1: WARNING: py:obj reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin.__init__:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin.getClass:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.get:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.get:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/resource.py:docstring of rdflib.resource:13: WARNING: py:class reference target not found: rdflib.term.URIRef`s and :class:`rdflib.term.BNode`s) are in turn
wrapped as Resources. (Note that this behaviour differs from the corresponding
methods in :class:`~rdflib.graph.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/serializer.py:docstring of rdflib.serializer.Serializer:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/serializer.py:docstring of rdflib.serializer.Serializer.__init__:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/store.py:docstring of rdflib.store.Store.add:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/store.py:docstring of rdflib.store.Store.addN:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_BRICK.py:docstring of rdflib.namespace._BRICK.BRICK:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_CSVW.py:docstring of rdflib.namespace._CSVW.CSVW:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DC.py:docstring of rdflib.namespace._DC.DC:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCAT.py:docstring of rdflib.namespace._DCAT.DCAT:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCMITYPE.py:docstring of rdflib.namespace._DCMITYPE.DCMITYPE:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCTERMS.py:docstring of rdflib.namespace._DCTERMS.DCTERMS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DOAP.py:docstring of rdflib.namespace._DOAP.DOAP:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_FOAF.py:docstring of rdflib.namespace._FOAF.FOAF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_ODRL2.py:docstring of rdflib.namespace._ODRL2.ODRL2:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_ORG.py:docstring of rdflib.namespace._ORG.ORG:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_OWL.py:docstring of rdflib.namespace._OWL.OWL:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_PROF.py:docstring of rdflib.namespace._PROF.PROF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_PROV.py:docstring of rdflib.namespace._PROV.PROV:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_QB.py:docstring of rdflib.namespace._QB.QB:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_RDF.py:docstring of rdflib.namespace._RDF.RDF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_RDFS.py:docstring of rdflib.namespace._RDFS.RDFS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SDO.py:docstring of rdflib.namespace._SDO.SDO:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SH.py:docstring of rdflib.namespace._SH.SH:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SKOS.py:docstring of rdflib.namespace._SKOS.SKOS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SOSA.py:docstring of rdflib.namespace._SOSA.SOSA:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SSN.py:docstring of rdflib.namespace._SSN.SSN:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_TIME.py:docstring of rdflib.namespace._TIME.TIME:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_VANN.py:docstring of rdflib.namespace._VANN.VANN:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_VOID.py:docstring of rdflib.namespace._VOID.VOID:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_XSD.py:docstring of rdflib.namespace._XSD.XSD:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_parsers.rst:26: WARNING: py:class reference target not found: rdflib.plugins.parsers.structureddata.StructuredDataParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_serializers.rst:29: WARNING: py:class reference target not found: rdflib.plugins.serializers.turtle.LongTurtleSerializer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:class reference target not found: rdflib.query.QueryResult
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.serialize
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:72: WARNING: py:obj reference target not found: test_*.py
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:189: WARNING: py:obj reference target not found: -dev
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/persisting_n3_terms.rst:80: WARNING: py:meth reference target not found: rdflib.Graph.triple
done
build succeeded, 152 warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions