Skip to content

Commit

Permalink
Changed 'tutorial' to be 'advanced tutorial' and did a little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed May 9, 2018
1 parent 7fd8f50 commit e8ce33d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions doc/OnlineDocs/tutorial/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tutorial
========
Advanced Tutorial
=================

Overview
--------
Expand Down Expand Up @@ -134,10 +134,4 @@ The following illustrates how to use `Any` with Blocks.
>>> m.b['foo1'].c = pe.Constraint(expr=m.b['foo1'].x >= 5*m.b['foo1'].y)
>>> m.b[1].x = pe.Var()

Pyomo Command
-------------

.. doctest::

>>> print('Hello World')
Hello World

0 comments on commit e8ce33d

Please sign in to comment.