Skip to content

Commit 57ff92c

Browse files
committed
Update README and set Sphinx master doc to index.rst
1 parent 1fa09f2 commit 57ff92c

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Are you studying binary trees for your next exam, assignment or technical interv
1111

1212
**Binarytree** is a Python library which lets you generate, visualize, inspect and
1313
manipulate binary trees. Skip the tedious work of setting up test data, and dive
14-
straight into practising your algorithms! Heaps and BSTs (binary search trees) are
14+
straight into practising your algorithms. Heaps and BSTs (binary search trees) are
1515
also supported.
1616

17-
![](gifs/demo.gif)
17+
![IPython Demo](gifs/demo.gif)
1818

1919
**New in version 6.0.0**: You can now use binarytree with
2020
[Graphviz](https://graphviz.org) and [Jupyter Notebooks](https://jupyter.org)
2121
([documentation](https://binarytree.readthedocs.io/en/main/graphviz.html)):
2222

23-
![](gifs/jupyter.gif)
23+
![Jupyter Demo](gifs/jupyter.gif)
2424

2525
## Requirements
2626

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
]
1010
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
1111
html_theme = "sphinx_rtd_theme"
12+
master_doc = "index"

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Binarytree
22
----------
33

4-
Welcome to the documentation for **binarytree**!
4+
Welcome to the documentation for **binarytree**.
55

66
**Binarytree** is Python library which lets you generate, visualize, inspect and
77
manipulate binary trees. Skip the tedious work of setting up test data, and dive
8-
straight into practising algorithms! Heaps and BSTs (binary search trees) are also
8+
straight into practising algorithms. Heaps and BSTs (binary search trees) are also
99
supported.
1010

1111
Requirements

0 commit comments

Comments
 (0)