-
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.
Merge pull request #94 from jvivian/jvivian/issue93
Fix covid-19 drdfm references in project (resolves #93)
- Loading branch information
Showing
8 changed files
with
38 additions
and
38 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 |
---|---|---|
|
@@ -11,4 +11,4 @@ repos: | |
rev: "22.8.0" | ||
hooks: | ||
- id: black | ||
exclude: ^covid19-drDFM | ||
exclude: ^DFMDash |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ Types of Contributions | |
Report Bugs | ||
~~~~~~~~~~~ | ||
|
||
Report bugs at https://github.com/jvivian/covid19-drDFM/issues | ||
Report bugs at https://github.com/jvivian/DFMDash/issues | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -44,7 +44,7 @@ Submit Feedback | |
~~~~~~~~~~~~~~~ | ||
|
||
The best way to send feedback is to file an issue at | ||
https://github.com/jvivian/covid19-drDFM/issues. | ||
https://github.com/jvivian/DFMDash/issues. | ||
|
||
If you are proposing a new feature: | ||
|
||
|
@@ -56,25 +56,25 @@ If you are proposing a new feature: | |
Get Started! | ||
------------ | ||
|
||
Ready to contribute? Here's how to set up `covid19-drDFM` for local | ||
Ready to contribute? Here's how to set up `DFMDash` for local | ||
development. Please note this documentation assumes you already have | ||
`poetry` and `Git` installed and ready to go. | ||
|
||
| 1. Fork the `covid19-drDFM` repo on GitHub. | ||
| 1. Fork the `DFMDash` repo on GitHub. | ||
| 2. Clone your fork locally: | ||
.. code-block:: bash | ||
cd <directory_in_which_repo_should_be_created> | ||
git clone [email protected]:YOUR_NAME/covid19-drDFM.git | ||
git clone [email protected]:YOUR_NAME/DFMDash.git | ||
| 3. Now we need to install the environment. Navigate into the directory | ||
.. code-block:: bash | ||
cd covid19-drDFM | ||
cd DFMDash | ||
If you are using ``pyenv``, select a version to use locally. (See installed versions with ``pyenv versions``) | ||
|
||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# covid19-drDFM | ||
# DFMDash | ||
|
||
[![Release](https://img.shields.io/github/v/release/jvivian/covid19-drDFM)](https://img.shields.io/github/v/release/jvivian/covid19-drDFM) | ||
[![Build status](https://img.shields.io/github/actions/workflow/status/jvivian/covid19-drDFM/main.yml?branch=main)](https://github.com/jvivian/covid19-drDFM/actions/workflows/main.yml?query=branch%3Amain) | ||
[![Commit activity](https://img.shields.io/github/commit-activity/m/jvivian/covid19-drDFM)](https://img.shields.io/github/commit-activity/m/jvivian/covid19-drDFM) | ||
[![License](https://img.shields.io/github/license/jvivian/covid19-drDFM)](https://img.shields.io/github/license/jvivian/covid19-drDFM) | ||
[![Release](https://img.shields.io/github/v/release/jvivian/DFMDash)](https://img.shields.io/github/v/release/jvivian/DFMDash) | ||
[![Build status](https://img.shields.io/github/actions/workflow/status/jvivian/DFMDash/main.yml?branch=main)](https://github.com/jvivian/DFMDash/actions/workflows/main.yml?query=branch%3Amain) | ||
[![Commit activity](https://img.shields.io/github/commit-activity/m/jvivian/DFMDash)](https://img.shields.io/github/commit-activity/m/jvivian/DFMDash) | ||
[![License](https://img.shields.io/github/license/jvivian/DFMDash)](https://img.shields.io/github/license/jvivian/DFMDash) | ||
|
||
Repository for Covid-19 Dynamic Factor Model |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "dfmdash" | |
version = "0.0.1" | ||
description = "Repository for Covid-19 Dynamic Factor Model" | ||
authors = ["J. Vivian, A. Cooke, J. Fitz <[email protected]>"] | ||
repository = "https://github.com/jvivian/covid19-drDFM" | ||
documentation = "https://jvivian.github.io/covid19-drDFM/" | ||
repository = "https://github.com/jvivian/DFMDash" | ||
documentation = "https://jvivian.github.io/DFMDash/" | ||
readme = "README.md" | ||
packages = [ | ||
{include = "dfmdash"} | ||
|