Skip to content

Commit

Permalink
Fix problem with latexpdf nesting depth
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdrake committed Mar 1, 2015
1 parent 479e645 commit f6a8c84
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pyeda/boolalg/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
| 'xor'
| 'eq'
Interface Functions:
* :func:`exprvar` --- Return a unique Expression variable
Expand All @@ -36,6 +35,7 @@
* :func:`Not` --- Expression negation operator
* :func:`Or` --- Expression disjunction (sum, OR) operator
* :func:`And` --- Expression conjunction (product, AND) operator
* :func:`Xor` --- Expression exclusive or (XOR) operator
* :func:`Equal` --- Expression equality operator
* :func:`Implies` --- Expression implication operator
Expand All @@ -52,7 +52,6 @@
* :func:`AchillesHeel`
* :func:`Mux`
Interface Classes:
* :class:`Expression`
Expand All @@ -73,11 +72,8 @@
* :class:`NaryOp`
* :class:`OrAndOp`
* :class:`OrOp`
* :class:`AndOp`
* :class:`OrOp`
* :class:`AndOp`
* :class:`XorOp`
* :class:`EqualOp`
Expand Down

0 comments on commit f6a8c84

Please sign in to comment.