Skip to content

Commit 40a4e4e

Browse files
committed
Merge pull request #298 from quantopian/logo
Logo
2 parents b4231fd + 37e8672 commit 40a4e4e

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![pyfolio](https://media.quantopian.com/logos/open_source/pyfolio-logo-03.png "pyfolio")
2+
13
# pyfolio
24

35
[![Join the chat at https://gitter.im/quantopian/pyfolio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/quantopian/pyfolio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

docs/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
img[title="pyfolio"] {
2+
background-color: transparent !important;
3+
border: 0 !important;
4+
}

mkdocs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ pages:
66
- Overview: 'index.md'
77
- Releases: 'whatsnew.md'
88
- Tutorial:
9-
- 'Single stock': 'single_stock_example.md'
10-
- 'Zipline algorithm': 'zipline_algo_example.md'
11-
- 'Bayesian analysis': 'bayesian.md'
12-
- 'Sector analysis': 'sector_mapping_example.md'
13-
- 'Round trip analysis': 'round_trip_example.md'
14-
- 'Slippage analysis': 'slippage_example.md'
9+
- 'Single stock': 'notebooks/single_stock_example.md'
10+
- 'Zipline algorithm': 'notebooks/zipline_algo_example.md'
11+
- 'Bayesian analysis': 'notebooks/bayesian.md'
12+
- 'Sector analysis': 'notebooks/sector_mapping_example.md'
13+
- 'Round trip analysis': 'notebooks/round_trip_example.md'
14+
- 'Slippage analysis': 'notebooks/slippage_example.md'
15+
16+
extra_css: [extra.css]

0 commit comments

Comments
 (0)