Skip to content

Commit 8905d3c

Browse files
committed
Updated index.rst
1 parent 4cf2606 commit 8905d3c

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README.md renamed to README.rst

File renamed without changes.

docs/index.rst

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
1-
============================
1+
=========
22
Pygorithm
3-
============================
3+
=========
44

55
A fun way to learn algorithms on the Go!
66

77
Just import the module and start learning, it's that easy.
88

9+
10+
Table of Contents:
11+
------------------
12+
13+
.. toctree::
14+
:maxdepth: 2
15+
16+
Sorting
17+
18+
919
-----------------
1020
Quick Start Guide
1121
-----------------
1222

13-
::
23+
* Just import the required algorithm and start learning
24+
25+
.. code-block:: python
26+
:linenos:
1427
1528
from pygorithm.sorting import bubble_sort
1629
@@ -25,12 +38,3 @@ Quick Start Guide
2538
---------------
2639
Getting Started
2740
---------------
28-
29-
Table of Contents:
30-
------------------
31-
32-
.. toctree::
33-
:maxdepth: 2
34-
35-
index
36-
Sorting

0 commit comments

Comments
 (0)