Skip to content

Commit 75b755a

Browse files
committed
Updated Docs
1 parent 8f14fbb commit 75b755a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/Data_Structure.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Stack
7272

7373
.. automodule:: pygorithm.data_structures.stack
7474

75-
Stack
76-
-----
77-
.. autoclass:: InfixToPostfix
78-
:members:
75+
Infix to Postfix
76+
----------------
77+
.. autoclass:: InfixToPostfix
78+
:members:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# -- General configuration ------------------------------------------------
1414
project = u'pygorithm'
15-
version = release = u'0.1.dev3'
15+
version = release = u'0.1'
1616

1717
# Add any Sphinx extension module names here, as strings. They can be
1818
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

0 commit comments

Comments
 (0)