-
Notifications
You must be signed in to change notification settings - Fork 0
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 #11 from UUDigitalHumanitieslab/feature/documentation
documentation site
- Loading branch information
Showing
25 changed files
with
1,483 additions
and
241 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ venv.bak/ | |
|
||
*.egg-info/ | ||
|
||
dist/ | ||
dist/ | ||
build/ |
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
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,37 @@ | ||
# API documentation | ||
|
||
## Core classes | ||
|
||
__Module:__ `ianalyzer_readers.readers.core` | ||
|
||
::: ianalyzer_readers.readers.core | ||
|
||
## CSV reader | ||
|
||
__Module:__ `ianalyzer_readers.readers.csv` | ||
|
||
::: ianalyzer_readers.readers.csv | ||
|
||
## XLSX reader | ||
|
||
__Module:__ `ianalyzer_readers.readers.xlsx` | ||
|
||
::: ianalyzer_readers.readers.xlsx | ||
|
||
## XML reader | ||
|
||
__Module:__ `ianalyzer_readers.readers.xml` | ||
|
||
::: ianalyzer_readers.readers.xml | ||
|
||
## HTML reader | ||
|
||
__Module:__ `ianalyzer_readers.readers.html` | ||
|
||
::: ianalyzer_readers.readers.html | ||
|
||
## Extractors | ||
|
||
__Module:__ `ianalyzer_readers.extract` | ||
|
||
::: ianalyzer_readers.extract |
Oops, something went wrong.