Skip to content

Commit

Permalink
Rename for clarity and easier linking (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Sep 24, 2022
1 parent 38fbfba commit d5f4094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Examples of solutions to different types of problems.

Please help us expand this resource! Contribute an example by [opening a pull request](https://github.com/getodk/pyodk/pulls). You can also share what you've done or what you'd like to see in [an issue](https://github.com/getodk/pyodk/issues).

## [Using `pyodk` and `pandas` for basic analysis.ipynb](Using%20pyodk%20and%20pandas%20for%20basic%20analysis.ipynb)
## [Using `pyodk` and `pandas` for basic analysis.ipynb](basic-analysis-pandas.ipynb)

A standalone Jupyter notebook intended to introduce `pyodk` and show how it can be used with `pandas` and `geopandas` to perform basic analysis. Shows building a client and fetching data for a form. You can try this on your server using [this form definition](fav_color.xlsx).

## [Using the API docs and HTTP methods.ipynb](Using%the%20API%docs%and%HTTP%methods.ipynb)
## [Going beyond `pyodk`'s library methods.ipynb](beyond-library-methods.ipynb)

A standalone Jupyter notebook that shows how the raw HTTP method access and the [API docs](https://odkcentral.docs.apiary.io/) can be used together to make use of the full ODK Central API.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "193f8f67",
"metadata": {},
"source": [
"# Using the API docs and HTTP methods\n",
"# Going beyond `pyodk`'s library methods\n",
"\n",
"`pyodk` simplifies connecting to ODK Central using Python. 🐍\n",
"\n",
Expand Down

0 comments on commit d5f4094

Please sign in to comment.