We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58a487 commit aa2cd5cCopy full SHA for aa2cd5c
docs/README.md renamed to docs/index.rst
@@ -1,9 +1,16 @@
1
-# Pygorithm
+============================
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
-```python
9
+-----------------
10
+Quick Start Guide
11
12
13
+::
14
15
from pygorithm.sorting import bubble_sort
16
@@ -14,4 +21,7 @@ Just import the module and start learning, it's that easy.
21
22
# to sort the list
23
sorted_list = bubble_sort.sort(myList)
17
-```
24
25
+---------------
26
+Getting Started
27
0 commit comments