Skip to content

Commit

Permalink
Merge pull request #3474 from neutrinoceros/hotfix_3458
Browse files Browse the repository at this point in the history
DOC: use absolute links instead of relative path for quickstart guard linking with README.md
  • Loading branch information
chrishavlin authored Sep 1, 2021
2 parents e5658f3 + 77938db commit befb8c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ can be found on [the project's website](https://yt-project.org/docs/dev/installi
yt is designed to provide meaningful analysis of data. We have some Quickstart
example notebooks in the repository:

* [Introduction](doc/source/quickstart/1\)_Introduction.ipynb)
* [Data Inspection](doc/source/quickstart/2\)_Data_Inspection.ipynb)
* [Simple Visualization](doc/source/quickstart/3\)_Simple_Visualization.ipynb)
* [Data Objects and Time Series](doc/source/quickstart/4\)_Data_Objects_and_Time_Series.ipynb)
* [Derived Fields and Profiles](doc/source/quickstart/5\)_Derived_Fields_and_Profiles.ipynb)
* [Volume Rendering](doc/source/quickstart/6\)_Volume_Rendering.ipynb)
* [Introduction](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/1\)_Introduction.ipynb)
* [Data Inspection](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/2\)_Data_Inspection.ipynb)
* [Simple Visualization](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/3\)_Simple_Visualization.ipynb)
* [Data Objects and Time Series](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/4\)_Data_Objects_and_Time_Series.ipynb)
* [Derived Fields and Profiles](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/5\)_Derived_Fields_and_Profiles.ipynb)
* [Volume Rendering](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/6\)_Volume_Rendering.ipynb)

If you'd like to try these online, you can visit our [yt Hub](https://hub.yt/)
and run a notebook next to some of our example data.
Expand Down

0 comments on commit befb8c6

Please sign in to comment.