Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.2: sphinx warnings reference target not found #45

Closed
kloczek opened this issue May 17, 2022 · 2 comments
Closed

2.5.2: sphinx warnings reference target not found #45

kloczek opened this issue May 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@kloczek
Copy link

kloczek commented May 17, 2022

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

@kloczek
Copy link
Author

kloczek commented May 17, 2022

Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
WARNING: html_static_path entry '_static' does not exist
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [100%] xpath_api
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-elementpath.3 { introduction xpath_api pratt_api } /home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.select:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.select:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.select:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.select:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.select:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.select:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.select:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.select:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_selectors.py:docstring of elementpath.xpath_selectors.Selector.iter_select:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath1/xpath1_parser.py:docstring of elementpath.xpath1.xpath1_parser.XPath1Parser.axis:: WARNING: py:class reference target not found: elementpath.xpath_token.XPathAxis
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath1/xpath1_parser.py:docstring of elementpath.xpath1.xpath1_parser.XPath1Parser.function:: WARNING: py:class reference target not found: elementpath.xpath_token.XPathFunction
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath30/xpath30_parser.py:docstring of elementpath.xpath30.xpath30_parser.XPath30Parser:5: WARNING: py:class reference target not found: XPath2Parser
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath30/xpath30_parser.py:docstring of elementpath.xpath30.xpath30_parser.XPath30Parser:7: WARNING: py:class reference target not found: XPath2Parser
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_argument:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.atomization:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_atomized_operand:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.iter_comparison_data:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_operands:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.get_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.select_results:: WARNING: py:class reference target not found: elementpath.protocols.XsdAttributeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.adjust_datetime:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DayTimeDuration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_token.py:docstring of elementpath.xpath_token.XPathToken.error:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.xpath_nodes.XPathNode
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.datatypes.atomic_types.AnyAtomicType
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: datetime.datetime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Timezone
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.xpath_nodes.XPathNode
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.datatypes.atomic_types.AnyAtomicType
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: datetime.datetime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Timezone
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.DocumentProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_context.py:docstring of elementpath.xpath_context.XPathSchemaContext:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/doc/xpath_api.rst:91: WARNING: py:class reference target not found: XMLSchemaProxy
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/doc/xpath_api.rst:91: WARNING: py:class reference target not found: AbstractSchemaProxy
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.find:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.get_type:: WARNING: py:class reference target not found: elementpath.protocols.XsdTypeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.get_attribute:: WARNING: py:class reference target not found: elementpath.protocols.XsdAttributeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.get_element:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.cast_as:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.iter_atomic_types:: WARNING: py:class reference target not found: elementpath.protocols.XsdTypeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.get_primitive_type:: WARNING: py:class reference target not found: elementpath.protocols.XsdTypeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/schema_proxy.py:docstring of elementpath.schema_proxy.AbstractSchemaProxy.get_primitive_type:: WARNING: py:class reference target not found: elementpath.protocols.XsdTypeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/doc/xpath_api.rst:113: WARNING: py:class reference target not found: XPathNode
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.AttributeNode:: WARNING: py:class reference target not found: elementpath.protocols.XsdAttributeProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.AttributeNode:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.AttributeNode:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.AttributeNode:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.TextNode:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.TextNode:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.TextNode:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.TypedElement:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.NamespaceNode:: WARNING: py:class reference target not found: elementpath.protocols.ElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.NamespaceNode:: WARNING: py:class reference target not found: elementpath.protocols.XsdElementProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/xpath_nodes.py:docstring of elementpath.xpath_nodes.NamespaceNode:: WARNING: py:class reference target not found: elementpath.protocols.XMLSchemaProtocol
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/doc/xpath_api.rst:135: WARNING: py:class reference target not found: ElementPathError
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: decimal.Decimal
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Integer
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.numeric.Float10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.string.NormalizedString
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.uri.AnyURI
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.binary.HexBinary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.binary.Base64Binary
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.qname.QName
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.AbstractDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Duration
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.untyped.UntypedAtomic
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.OrderedDateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Date
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.DateTime
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.Time
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianMonthDay
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYear
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth10
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token:: WARNING: py:class reference target not found: elementpath.datatypes.datetime.GregorianYearMonth
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token.nud:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token.led:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token.led:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token.iter:: WARNING: py:class reference target not found: elementpath.tdop.TK
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Token.wrong_syntax:: WARNING: py:class reference target not found: elementpath.tdop.ParseError
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.parse:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.advance:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.expression:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.register:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.register:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.duplicate:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.literal:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.nullary:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.prefix:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.postfix:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.infix:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.infixr:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.method:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.create_tokenizer:: WARNING: py:class reference target not found: elementpath.tdop.TK_co
/home/tkloczko/rpmbuild/BUILD/elementpath-2.5.2/elementpath/tdop.py:docstring of elementpath.tdop.Parser.create_tokenizer:: WARNING: py:obj reference target not found: typing.Pattern
done
build succeeded, 417 warnings.

You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069

brunato added a commit that referenced this issue May 30, 2022
  - Set autodoc_typehints = 'none' in conf.py (for the moment,
    type aliases expansion is huge, reconsider for the v3.0.0
    after a refactoring of type hints)
@brunato
Copy link
Member

brunato commented May 30, 2022

Hi,
warnings were mainly caused by unresolved type hints references. For the moment i've suppressed adding type annotations in docs (autodoc_typehints = 'none') because the expansion of type aliases is huge. Probably I will re-add for version 3.0.

Thank you

@brunato brunato closed this as completed May 30, 2022
@brunato brunato added the bug Something isn't working label Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants