-
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.
Docs: how-to guides and clearer writing (#49)
* Fix link to blocked combo issue in README * Move API reference material within reference sect * Expand tutorials spiel * Start writing how-to guides * Expand population querist how-to * Include how-to guides in top-level site * Sort population type querist output * Run population how-to with sorted outputs * Reset index when sorting in population querist * Remove QA document So much of it is irrelevant to the work. * Write how-to on querying features * Reset indices on all metadata querists * Rerun population type how-to * Fix the category querist (#52) * Migrate tests to area type category querist The old implementation only serves area type category queries. * Finish tests for area type category querist * Write tests for remaining category querist methods * Implement category querist * Remove dictionary union operators * Add category querist how-to * Change area type category how-to to MSOA Let's aim for highest coverage in our integration tests... * Add sections to category how-to * Add coverage checking to integration doctests * Run doctests on Python 3.8 as well * Add python version to quartodoc dependency * Fix typo in qualification * Add table how-to; skim some cream off tutorial
- Loading branch information
1 parent
d8a6599
commit f7c3e28
Showing
18 changed files
with
2,974 additions
and
206 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[report] | ||
exclude_also = | ||
def _process_response |
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
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,13 @@ | ||
--- | ||
title: How-to guides | ||
listing: | ||
type: table | ||
contents: | ||
- "*.ipynb" | ||
fields: [title, description] | ||
--- | ||
|
||
This section of the documentation comprises bite-size, task-oriented guides on | ||
how to make different queries using `census21api`. | ||
|
||
<br> |
Oops, something went wrong.