Skip to content

Commit 69332fc

Browse files
Upgraded README.md
Enhanced readability of the file's content
1 parent bc6ad14 commit 69332fc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Here are just a few of the things that pandas does well:
9292
[timeseries]: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#time-series-date-functionality
9393

9494
## Where to get it
95-
The source code is currently hosted on GitHub at:
96-
https://github.com/pandas-dev/pandas
95+
The source code is currently hosted on
96+
[GitHub](https://github.com/pandas-dev/pandas).
9797

9898
Binary installers for the latest released version are available at the [Python
9999
Package Index (PyPI)](https://pypi.org/project/pandas) and on [Conda](https://anaconda.org/conda-forge/pandas).
@@ -117,7 +117,7 @@ details, see the commit logs at https://github.com/pandas-dev/pandas.
117117
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
118118
- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz)
119119

120-
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
120+
See the full [installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
121121

122122
## Installation from sources
123123
To install pandas from source you need [Cython](https://cython.org/) in addition to the normal
@@ -134,14 +134,14 @@ cloning the git repo), execute:
134134
pip install .
135135
```
136136

137-
or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
137+
or for installing in [Development Mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
138138

139139

140140
```sh
141141
python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true
142142
```
143143

144-
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
144+
See the full instructions for installing from source [here](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
145145

146146
## License
147147
[BSD 3](LICENSE)
@@ -165,19 +165,19 @@ Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/
165165

166166
There are also frequent [community meetings](https://pandas.pydata.org/docs/dev/development/community.html#community-meeting) for project maintainers open to the community as well as monthly [new contributor meetings](https://pandas.pydata.org/docs/dev/development/community.html#new-contributor-meeting) to help support new contributors.
167167

168-
Additional information on the communication channels can be found on the [contributor community](https://pandas.pydata.org/docs/development/community.html) page.
168+
Additional information on the communication channels can be found on the [Contributor Community](https://pandas.pydata.org/docs/development/community.html) page.
169169

170170
## Contributing to pandas
171171

172172
[![Open Source Helpers](https://www.codetriage.com/pandas-dev/pandas/badges/users.svg)](https://www.codetriage.com/pandas-dev/pandas)
173173

174174
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
175175

176-
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
176+
A detailed overview on how to contribute can be found in the **[Contributing Guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
177177

178-
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [good first issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) where you could start out.
178+
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "Issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [Good First Issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) where you could start out.
179179

180-
You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to pandas on CodeTriage](https://www.codetriage.com/pandas-dev/pandas).
180+
You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe](https://www.codetriage.com/pandas-dev/pandas) to pandas on CodeTriage.
181181

182182
Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!
183183

0 commit comments

Comments
 (0)