1 parent 4cf2606 commit 8905d3cCopy full SHA for 8905d3c
2 files changed
README.md README.rstREADME.md renamed to README.rst
docs/index.rst
@@ -1,16 +1,29 @@
1
-============================
+=========
2
Pygorithm
3
4
5
A fun way to learn algorithms on the Go!
6
7
Just import the module and start learning, it's that easy.
8
9
+
10
+Table of Contents:
11
+------------------
12
13
+.. toctree::
14
+ :maxdepth: 2
15
16
+ Sorting
17
18
19
-----------------
20
Quick Start Guide
21
22
-::
23
+* Just import the required algorithm and start learning
24
25
+.. code-block:: python
26
+ :linenos:
27
28
from pygorithm.sorting import bubble_sort
29
@@ -25,12 +38,3 @@ Quick Start Guide
38
---------------
39
Getting Started
40
-
-Table of Contents:
30
-------------------
31
32
-.. toctree::
33
- :maxdepth: 2
34
35
- index
36
- Sorting
0 commit comments