Skip to content

Commit 921c814

Browse files
committed
fix headline hierarchy
1 parent 51e66ce commit 921c814

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
[![Build Status](https://travis-ci.org/matplotlib/mplfinance.svg?branch=master)](https://travis-ci.org/matplotlib/mplfinance)
22

33
# mplfinance
4-
## matplotlib utilities for the visualization, and visual analysis, of financial data
4+
matplotlib utilities for the visualization, and visual analysis, of financial data
55

66
---
77

8-
# Installation
9-
##    `pip install --upgrade mplfinance`
10-
- mplfinance requires [matplotlib](https://pypi.org/project/matplotlib/) and [pandas](https://pypi.org/project/pandas/)
8+
## Installation
9+
```bash
10+
pip install --upgrade mplfinance
11+
```
12+
- mplfinance requires [matplotlib](https://pypi.org/project/matplotlib/) and [pandas](https://pypi.org/project/pandas/)
1113

1214
---
1315

14-
# <a name="announcements"></a>Announcing Version 0.12.7
15-
### [External Axes Mode and Animation Support.](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)
16+
## <a name="announcements"></a>Announcing Version 0.12.7
17+
[External Axes Mode and Animation Support.](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)
1618

1719
---
1820

19-
# <a name="tutorials"></a>Contents and Tutorials
21+
## <a name="tutorials"></a>Contents and Tutorials
2022

2123
- **[The New API](https://github.com/matplotlib/mplfinance#newapi)**
2224
- **[Tutorials](https://github.com/matplotlib/mplfinance#tutorials)**
@@ -59,7 +61,7 @@ I am very interested to hear from you regarding what you think of the new `mplfi
5961

6062
---
6163

62-
# <a name="usage"></a>Basic Usage
64+
## <a name="usage"></a>Basic Usage
6365
Start with a Pandas DataFrame containing OHLC data. For example,
6466

6567

@@ -584,7 +586,7 @@ My name is Daniel Goldfarb. In November 2019, I became the maintainer of `matpl
584586
It is my intention to archive the `matplotlib/mpl-finance` repository soon, and direct everyone to `matplotlib/mplfinance`. The main reason for the rename is to avoid confusion with the hyphen and the underscore: As it was, `mpl-finance` was *installed with the hyphen, but imported with an underscore `mpl_finance`.* Going forward it will be a simple matter of both installing and importing `mplfinance`.
585587

586588
---
587-
### <a name="oldapi"></a>old API availability
589+
## <a name="oldapi"></a>old API availability
588590

589591
**With this new ` mplfinance ` package installed, in addition to the new API, users can still access the old API**.<br> The old API may be removed some day, but for the foreseeable future we will keep it ... at least until we are very confident that users of the old API can accomplish the same things with the new API.
590592

0 commit comments

Comments
 (0)