Skip to content

Commit

Permalink
Fix style formatting in documentation and bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Sep 6, 2017
1 parent d8d6860 commit 87c6c4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
# v0.0.11

Very minor documentation fix.

# v0.0.10

Add enumeration method for the Lemke Howson algorithm as well as a more
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/lemke-howson.rst
Expand Up @@ -107,7 +107,7 @@ This algorithm is implemented using integer pivoting.
>>> nash.integer_pivoting.non_basic_variables(row_tableau)
{0, 1}

**So we are going to drop label :math:`1` from :math:`T_r`.**
So we are going to drop label :math:`1` from :math:`T_r`.


3. Step 3, removing a label and moving from one vertex to another corresponds
Expand Down
2 changes: 1 addition & 1 deletion src/nash/version.py
@@ -1 +1 @@
__version__ = "0.0.10"
__version__ = "0.0.11"

0 comments on commit 87c6c4e

Please sign in to comment.