Skip to content

Commit 0db821b

Browse files
authored
Fix path for literalinclude in driver.rst
1 parent 28bee60 commit 0db821b

File tree

1 file changed

+1
-1
lines changed
  • doc/OnlineDocs/explanation/analysis/parmest

1 file changed

+1
-1
lines changed

doc/OnlineDocs/explanation/analysis/parmest/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The experiment class has one required method:
9595

9696
An example :class:`~pyomo.contrib.parmest.experiment.Experiment` class is shown below.
9797

98-
.. literalinclude:: ../../pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler.py
98+
.. literalinclude:: /../../pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler.py
9999
:language: python
100100
:pyobject: RooneyBieglerExperiment
101101
:caption: RooneyBieglerExperiment class from the parmest example

0 commit comments

Comments
 (0)