Skip to content

Commit

Permalink
fixes hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Aug 17, 2024
1 parent 8ec4b5a commit 483b903
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/index_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ This prompts the DataHandler to convert the data to wide-form before running the
default index and column names intended to work with GISMo's VADER Cassandra database implementation
(see `solardatatools.time_axis_manipulation.make_time_series`).

For more information on long-form vs. wide-form, you can check out [this nice writeup]
(https://seaborn.pydata.org/tutorial/data_structure.html#long-form-vs-wide-form-data) from
For more information on long-form vs. wide-form, you can check out [this nice writeup](https://seaborn.pydata.org/tutorial/data_structure.html#long-form-vs-wide-form-data) from
the Seaborn documentation.

## Running the pipeline
Expand Down Expand Up @@ -192,7 +191,7 @@ df = get_pvdaq_data(sysid=34, year=range(2011, 2015), api_key='DEMO_KEY')
```

To use the `load_redshift_data` function, you will need to
request an API key by registering at https://pvdb.slacgismo.org and emailing
request an API key by registering at [https://pvdb.slacgismo.org](https://pvdb.slacgismo.org)) and emailing
[email protected] with your information and use case. To query the data, you also must
provide a site ID and a sensor number (0, 1, 2 ...). An example usage is shown below:

Expand Down

0 comments on commit 483b903

Please sign in to comment.