Skip to content

Commit

Permalink
Fixed more incorrect references
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroc committed May 8, 2024
1 parent 7c765ca commit 137aa37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### Installation

Clone the code from pyincore repository [git](https://github.com/IN-CORE/pyincore-incubator.git)
Clone the code from pyincore-incubator repository [git](https://github.com/IN-CORE/pyincore-incubator.git)
repository.

### Building and running Sphinx in Docker container

Install [Docker Desktop](https://www.docker.com/) for your OS and change directory to your local branch `pyincore_viz` folder (one with Dockerfile).
Install [Docker Desktop](https://www.docker.com/) for your OS and change directory to your local branch `pyincore_incubator` folder (one with Dockerfile).

1. Build container
```
Expand Down
10 changes: 6 additions & 4 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ about:
home: https://incore.ncsa.illinois.edu
license: MPL-2.0
summary: 'Python library for IN-CORE (Interdependent Networked Community Resilience Modeling Environment)'
description: 'pyIncore is a component of IN-CORE. It is a python package consisting of two primary components:
1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses. The pyIncore
package allows users to apply various hazards to infrastructure in selected areas, propagating the effect of
physical infrastructure damage and loss of functionality to social and economic impacts.'
description: 'pyIncore-incubator is a component of IN-CORE that allows users to extend
the core set of analyses provided by pyIncore. New analyses in pyincore-incubator
extend the pyincore BaseAnalysis class and can be chained with existing pyincore
analyses to add new functionality. The incubator gives the community around the
IN-CORE project a forum and set of resources for innovation and investigation of new
ideas and alternative ideas.'
dev_url: https://github.com/IN-CORE/pyincore-incubator
doc_url: https://incore.ncsa.illinois.edu/doc/incore

Expand Down

0 comments on commit 137aa37

Please sign in to comment.