Skip to content

Commit

Permalink
docs: Removing references to other repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Oct 29, 2024
1 parent ece260b commit 9910834
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 73 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Table of contents
* [Quick Start](#quick-start)
* [Developer Guide](https://pages.github.nrel.gov/PCM/R2X/dev/develop.html)
* [Developer Guide](https://nrel.github.io/R2X/dev/develop.html)
* [Roadmap](#roadmap)
* [Compatibility](#compatibility)

Expand Down Expand Up @@ -62,10 +62,10 @@ pre-commit install

If you're curious about what we're working on, check out the roadmap:

- [Active issues](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3A%22Working+on+it+%F0%9F%92%AA%22+sort%3Aupdated-asc): Issues that we are actively working on.
- [Prioritized backlog](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3ABacklog): Issues we'll be working on next.
- [Nice-to-have](https://github.nrel.gov/PCM/R2X/labels/Optional): Nice to have features or Issues to fix. Anyone can start working on (please let us know before you do).
- [Ideas](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3AIdea): Future work or ideas for R2X.
- [Active issues](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3A%22Working+on+it+%F0%9F%92%AA%22+sort%3Aupdated-asc): Issues that we are actively working on.
- [Prioritized backlog](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3ABacklog): Issues we'll be working on next.
- [Nice-to-have](https://github.com/NREL/R2X/labels/Optional): Nice to have features or Issues to fix. Anyone can start working on (please let us know before you do).
- [Ideas](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3AIdea): Future work or ideas for R2X.


## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ footer = """
trim = true
# postprocessors
postprocessors = [
{ pattern = '\$REPO', replace = "https://github.nrel.gov/PCM/R2X" }, # replace repository URL
{ pattern = '\$REPO', replace = "https://github.com/NREL/R2X" }, # replace repository URL
]

[git]
Expand Down
110 changes: 55 additions & 55 deletions docs/source/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"pandas": ("https://pandas.pydata.org/docs", None),
"infrasys": ("https://pages.github.nrel.gov/CADET/infrastructure_systems/", None),
"infrasys": ("https://nrel.github.io/infrasys/", None),
}

html_theme = "sphinx_book_theme"
html_static_path = ["_static"]
source_suffix = [".md"]

html_theme_options = {
"repository_url": "https://github.nrel.gov/PCM/R2X",
"repository_url": "https://github.com/NREL/R2X",
"path_to_docs": "docs/source/",
"show_toc_level": 3,
"use_source_button": True,
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ R2X is a Framework for translating inputs/outputs of power system model to “X

If you're curious about what we're working on, check out the roadmap:

- [Active issues](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3A%22Working+on+it+%F0%9F%92%AA%22+sort%3Aupdated-asc): Issues that we are actively working on.
- [Prioritized backlog](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3ABacklog): Issues we'll be working on next.
- [Nice-to-have](https://github.nrel.gov/PCM/R2X/labels/Optional): Nice to have features or Issues to fix. Anyone can start working on (please let us know before you do).
- [Ideas](https://github.nrel.gov/PCM/R2X/issues?q=is%3Aopen+is%3Aissue+label%3AIdea): Future work or ideas for R2X.
- [Active issues](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3A%22Working+on+it+%F0%9F%92%AA%22+sort%3Aupdated-asc): Issues that we are actively working on.
- [Prioritized backlog](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3ABacklog): Issues we'll be working on next.
- [Nice-to-have](https://github.com/NREL/R2X/labels/Optional): Nice to have features or Issues to fix. Anyone can start working on (please let us know before you do).
- [Ideas](https://github.com/NREL/R2X/issues?q=is%3Aopen+is%3Aissue+label%3AIdea): Future work or ideas for R2X.



Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ commands:
.. code-block:: bash
git clone git@github.nrel.gov:PCM/R2X.git
git clone git@github.com:NREL/R2X.git
.. tab:: HTTPS
.. code-block:: bash
git clone https://github.nrel.gov/PCM/R2X.git
git clone https://github.com/NREL/R2X.git
```

We recommend setting up a ssh key for your github account to avoid writing your password everytime you want to pull/push changes from the main branch.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/model/logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ create a standarized representation of the grid that can be used to convert from
models.

For creating the baseline system, we use
[infrasys](https://pages.github.nrel.gov/CADET/infrastructure_systems/), a python package that
[infrasys](https://nrel.github.io/infrasys/), a python package that
implements a data store for components and time series that allows for seamless data model
migration.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Althought, we recognize its functionality, we recommend using the CLI +
configuration file since it is more easily editable by third-party software.
```

Create cases_*.csv file with your scenario specifications. (Copy [cases_default.csv](https://github.nrel.gov/PCM/R2X/blob/main/cases_test.csv) as template).
Create cases_*.csv file with your scenario specifications. (Copy [cases_default.csv](https://github.com/NREL/R2X/blob/main/cases_test.csv) as template).

Each scenario you are running should have its own column, starting with Column
D Default values in column B are used for all scenarios unless overwritten in
Expand Down
2 changes: 1 addition & 1 deletion src/r2x/exporter/sienna.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def create_timeseries_pointers(self) -> None:
resolution = ts_instance.resolution.seconds
variable_name = self.property_map.get(ts_instance.variable_name, ts_instance.variable_name)
# TODO(pedro): check if the time series data is pre normalized
# https://github.nrel.gov/PCM/R2X/issues/417
# https://github.com/NREL/R2X/issues/417
ts_pointers = {
"category": component_type.split("_", maxsplit=1)[0], # Component_name is the first
"component_name": component_name,
Expand Down
2 changes: 1 addition & 1 deletion src/r2x/parser/reeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def _construct_generators(self) -> None: # noqa: C901
row["name"] = name

# TODO(pesap): Add prime mover type enums to reeds parser.
# https://github.nrel.gov/PCM/R2X/issues/345
# https://github.com/NREL/R2X/issues/345
# NOTE: This should be prime mover type enums.
tech_fuel_pm_map = self.config.defaults["tech_fuel_pm_map"]
row["prime_mover_type"] = (
Expand Down

0 comments on commit 9910834

Please sign in to comment.