-
Notifications
You must be signed in to change notification settings - Fork 2
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 #141 from ihmeuw/develop
Release v0.6.3
- Loading branch information
Showing
19 changed files
with
325 additions
and
178 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,44 @@ | ||
name: Data access request | ||
description: Request access to pseudopeople input data (beyond the sample included with pseudopeople) | ||
body: | ||
- type: input | ||
attributes: | ||
label: "What is the name of your project?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "What is the purpose of your project?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Who is involved in the project? Which of these people will have direct access to the pseudopeople input data?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "What funding is the project under? What expectations with respect to open access and access to data come with that funding?" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: "We commit to:" | ||
options: | ||
- label: be responsive to further questions from interested parties | ||
required: true | ||
- label: deprecate and replace our version of the pseudopeople input data when a new version is released | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: What data would you like to request? | ||
options: | ||
- label: Full US | ||
- label: Rhode Island | ||
- label: Other (may not be available immediately) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Other data - more explanation | ||
description: If you selected "Other" on the previous question, please provide more details about the input data you would like. |
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
Binary file modified
BIN
+80.2 KB
(130%)
docs/Pseudopeople-logo_FINAL_2023.04.11_psdppl-logo_blue-ombre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,10 @@ | ||
|
||
.. Display the module's docstring (not at top level of pseudopeople) | ||
.. automodule:: pseudopeople.configuration.interface | ||
:no-members: | ||
|
||
.. autofunction:: pseudopeople.get_config | ||
|
||
.. toctree:: | ||
:maxdepth: 2 |
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
.. Display the module's docstring (not at top level of pseudopeople) | ||
.. automodule:: pseudopeople.interface | ||
:no-members: | ||
|
||
.. automodule:: pseudopeople | ||
:imported-members: | ||
:exclude-members: get_config | ||
|
||
.. toctree:: | ||
:maxdepth: 2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.