-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from krishnasism/chore/fix-layout-of-docs-0115…
…2024 Fix documentation layout
- Loading branch information
Showing
5 changed files
with
108 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
docs/source/generated/hotpdf.data.classes.ElementDimension.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
hotpdf.data.classes.ElementDimension | ||
==================================== | ||
|
||
.. currentmodule:: hotpdf.data.classes | ||
|
||
.. autoclass:: ElementDimension | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~ElementDimension.__init__ | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~ElementDimension.span_id | ||
~ElementDimension.x0 | ||
~ElementDimension.y0 | ||
~ElementDimension.x1 | ||
~ElementDimension.y1 | ||
|
||
|
32 changes: 32 additions & 0 deletions
32
docs/source/generated/hotpdf.data.classes.HotCharacter.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
hotpdf.data.classes.HotCharacter | ||
================================ | ||
|
||
.. currentmodule:: hotpdf.data.classes | ||
|
||
.. autoclass:: HotCharacter | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~HotCharacter.__init__ | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~HotCharacter.span_id | ||
~HotCharacter.value | ||
~HotCharacter.x | ||
~HotCharacter.y | ||
~HotCharacter.x_end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
hotpdf.data.classes.Span | ||
======================== | ||
|
||
.. currentmodule:: hotpdf.data.classes | ||
|
||
.. autoclass:: Span | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Span.__init__ | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Span.characters | ||
~Span.x0 | ||
~Span.y0 | ||
~Span.x_end | ||
~Span.span_id | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters