Skip to content

Commit fe37123

Browse files
ssharp0topper-123
authored andcommitted
DOC: Add Visible Table of Contents to Project README Documentation (pandas-dev#53504)
* added table of content navlinks * new line at end of file and removed whitespace, pre-commit hooks pass
1 parent 40b3b64 commit fe37123

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ the broader goal of becoming **the most powerful and flexible open source data
2727
analysis / manipulation tool available in any language**. It is already well on
2828
its way towards this goal.
2929

30+
## Table of Contents
31+
32+
- [Main Features](#main-features)
33+
- [Where to get it](#where-to-get-it)
34+
- [Dependencies](#dependencies)
35+
- [Installation from sources](#installation-from-sources)
36+
- [License](#license)
37+
- [Documentation](#documentation)
38+
- [Background](#background)
39+
- [Getting Help](#getting-help)
40+
- [Discussion and Development](#discussion-and-development)
41+
- [Contributing to pandas](#contributing-to-pandas)
42+
3043
## Main Features
3144
Here are just a few of the things that pandas does well:
3245

@@ -157,7 +170,9 @@ Further, general questions and discussions can also take place on the [pydata ma
157170
## Discussion and Development
158171
Most development discussions take place on GitHub in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Slack channel](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) is available for quick development related questions.
159172

160-
## Contributing to pandas [![Open Source Helpers](https://www.codetriage.com/pandas-dev/pandas/badges/users.svg)](https://www.codetriage.com/pandas-dev/pandas)
173+
## Contributing to pandas
174+
175+
[![Open Source Helpers](https://www.codetriage.com/pandas-dev/pandas/badges/users.svg)](https://www.codetriage.com/pandas-dev/pandas)
161176

162177
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
163178

@@ -172,3 +187,7 @@ Or maybe through using pandas you have an idea of your own or are looking for so
172187
Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Slack](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack).
173188

174189
As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md)
190+
191+
<hr>
192+
193+
[Go to Top](#table-of-contents)

0 commit comments

Comments
 (0)