Skip to content

Commit

Permalink
Minor fixes (#173)
Browse files Browse the repository at this point in the history
* Fix links

* Minor fixes
  • Loading branch information
namurphy authored Jul 22, 2024
1 parent 54f914c commit 964c277
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ hidetitle: True
[coding guidelines]: https://docs.plasmapy.org/en/latest/contributing/coding_guide.html
[**contributor guide**]: https://docs.plasmapy.org/en/latest/contributing/index.html
[Element chat room]: https://app.element.io/#/room/#plasmapy:openastronomy.org
[feature requests]: https://github.com/PlasmaPy/PlasmaPy/issues/new?template=Feature_request.md
[feature requests]: https://github.com/PlasmaPy/PlasmaPy/issues/new?assignees=&labels=feature+request&projects=&template=feature_request.yml
[gallery of example notebooks]: https://docs.plasmapy.org/en/stable/examples.html
[getting ready to contribute]: https://docs.plasmapy.org/en/latest/contributing/getting_ready.html
[GitHub Discussions]: https://github.com/PlasmaPy/PlasmaPy/discussions
[installation instructions]: https://docs.plasmapy.org/en/latest/install.html
[many ways to contribute]: https://docs.plasmapy.org/en/latest/contributing/many_ways.html
[PlasmaPy's documentation]: https://docs.plasmapy.org/en/stable
[Python]: https://www.python.org
[reporting bugs]: https://github.com/PlasmaPy/PlasmaPy/issues/new?template=Bug_report.md
[submitting bug reports]: https://github.com/PlasmaPy/PlasmaPy/issues/new?assignees=&labels=Bug&projects=&template=bug_report.yml
[writing documentation]: https://docs.plasmapy.org/en/latest/contributing/doc_guide.html
[writing tests]: https://docs.plasmapy.org/en/latest/contributing/testing_guide.html

Expand All @@ -92,20 +92,13 @@ functionality.

PlasmaPy may be installed from the command line using [`pip`]:

```shell
```bash
pip install plasmapy
```

**Note:** If you run into difficulty using `pip`, you may also try using
`pip3` or `python -m pip` or `python3 -m pip` as the command.

If you have a working installation of [`conda`], then you may install
PlasmaPy with:

```shell
conda install -c conda-forge plasmapy
```

[PlasmaPy's documentation] contains more detailed [installation
instructions]. If you are unfamiliar with Python, please check out the
[Python] website.
Expand All @@ -125,11 +118,9 @@ longer discussions on more detailed topics.

There are [many ways to contribute] to an open source project, including
making [feature requests], [submitting bug reports], and organizing
events.

PlasmaPy's [**contributor guide**] covers [getting ready to contribute],
the [code contribution workflow], [coding guidelines], [writing
documentation], and [writing tests].
events. PlasmaPy's [**contributor guide**] covers [getting ready to
contribute], the [code contribution workflow], [coding guidelines],
[writing tests], and [writing documentation].

## Acknowledgments

Expand Down

0 comments on commit 964c277

Please sign in to comment.