Skip to content

Commit

Permalink
Fix minor doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Nov 23, 2024
1 parent ab14feb commit bc8297c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assesspy/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def ccao_sample() -> pd.DataFrame:
============================== ============================================
**estimate** (`float`) Fair market value predicted by CCAO
assessment models, after any successful appeals
assessment models, after any successful appeals
**sale_price** (`float`) Recorded sale price of this property
**township_name** (`object`) Name of the township containing the property
============================== ============================================
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ this package helpful in monitoring the performance of local assessors
and conducting research.

For detailed documentation on included functions and data, :doc:`visit the
full reference list <reference>`_.
full reference list <reference>`.

For examples of specific tasks you can complete with ``assesspy``
functions, see the :doc:`vignettes page <vignettes>`_.
functions, see the :doc:`vignettes page <vignettes>`.

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/notebooks/example-ratio-study.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "assesspy",
"display_name": "python3",
"language": "python",
"name": "assesspy"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit bc8297c

Please sign in to comment.