Skip to content

Commit

Permalink
Fixed inclusion of examples for unit tests in py-pagexml package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed May 21, 2019
1 parent 9cd937a commit 194137f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/py-pagexml/_modules/pagexml/pagexml.html
Original file line number Diff line number Diff line change
Expand Up @@ -13052,7 +13052,7 @@ <h1>Source code for pagexml</h1><div class="highlight"><pre>
<span class="sd"> recurse (bool): Whether to recurse into group members which are groups.</span>

<span class="sd"> Returns:</span>
<span class="sd"> std::vector&lt; xmlNodePt &gt;: Number of elements added.</span>
<span class="sd"> std::vector&lt; xmlNodePt &gt;: Vector of group element nodes.</span>


<span class="sd"> &quot;&quot;&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/py-pagexml/pagexml.html
Original file line number Diff line number Diff line change
Expand Up @@ -3766,7 +3766,7 @@ <h1>pagexml API (version 2019.5.21)<a class="headerlink" href="#pagexml-api-vers
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>Number of elements added.</p>
<dd class="field-even"><p>Vector of group element nodes.</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>std::vector&lt; xmlNodePt &gt;</p>
Expand Down
2 changes: 1 addition & 1 deletion py-pagexml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):
packages=find_packages(),
distclass=Distribution,
ext_modules=[pagexml_Extension(True if '--magick' in sys.argv else False)],
package_data={NAME: ['xsd/*.xsd'], NAME+'_tests.examples': ['*.xml', '*.png']},
package_data={NAME: ['xsd/*.xsd'], NAME+'_tests': ['examples/*.xml', 'examples/*.png']},
command_options={
'build_sphinx': {
'project': ('setup.py', NAME),
Expand Down

0 comments on commit 194137f

Please sign in to comment.