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 8f14fbb commit 75b755aCopy full SHA for 75b755a
docs/Data_Structure.rst
@@ -72,7 +72,7 @@ Stack
72
73
.. automodule:: pygorithm.data_structures.stack
74
75
- Stack
76
- -----
77
- .. autoclass:: InfixToPostfix
78
- :members:
+ Infix to Postfix
+ ----------------
+ .. autoclass:: InfixToPostfix
+ :members:
docs/conf.py
@@ -12,7 +12,7 @@
12
13
# -- General configuration ------------------------------------------------
14
project = u'pygorithm'
15
-version = release = u'0.1.dev3'
+version = release = u'0.1'
16
17
# Add any Sphinx extension module names here, as strings. They can be
18
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
0 commit comments