Skip to content

Commit 178775d

Browse files
authored
Merge pull request #116 from ihmeuw/develop
Release v0.6.1
2 parents c4a09f6 + 38d3d5e commit 178775d

File tree

51 files changed

+766
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+766
-298
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**0.6.1 - 04/21/23**
2+
- Updated documentation
3+
- Standardized configuration key names
4+
- Updated to account for changes to input data schema
5+
16
**0.6.0 - 04/19/23**
27
- Update documentation (landing page, datasets section, quickstart)
38
- Update zipcode miswriting function to act on each digit independently
307 KB
Loading

docs/nitpick-exceptions

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ py:class pandas._libs.tslibs.timedeltas.Timedelta
66
py:class pandas.core.frame.DataFrame
77
py:class pandas.core.series.Series
88
py:class pandas.core.generic.PandasObject
9+
10+
# pseudopeople
11+
py:exc ConfigurationError
12+
py:exc DataSourceError

docs/source/api_reference/configuration.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
.. automodule:: pseudopeople.configuration.interface
3+
4+
.. toctree::
5+
:maxdepth: 2
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
API Reference
22
=============
33

4+
There are two types of functions useful when working with the pseudopeople
5+
package: dataset generator functions and the config generator function.
6+
7+
48
.. automodule:: pseudopeople
59

610
.. toctree::
711
:maxdepth: 2
812
:glob:
913

10-
*
14+
*/index

docs/source/api_reference/interface.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
.. automodule:: pseudopeople.interface
3+
4+
.. toctree::
5+
:maxdepth: 2

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999

100100

101101
# -- Options for HTML output ----------------------------------------------
102+
add_module_names = False
102103

103104
# The theme to use for HTML and HTML Help pages. See the documentation for
104105
# a list of builtin themes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. _configuration_main:
2+
3+
=============
4+
Configuration
5+
=============

0 commit comments

Comments
 (0)