Skip to content

Commit

Permalink
strip example headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 16, 2017
1 parent 7c9854b commit dffdab1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions py/model_reporter/xhtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ def xhtml_report_v0(self, cats=None, raw_xml=False, throw_exceptions=False, file
The report content. You need to save it to a file on your own,
if desired.
Example
-------
>>> m = larch.Model.Example(1, pre=True)
>>> from larch.util.temporaryfile import TemporaryHtml
>>> html = m.xhtml_report_v0()
Expand Down Expand Up @@ -1302,8 +1300,6 @@ def xhtml_artparams(self, groups=None, display_inital=False, display_id=False, *
larch.util.xhtml.Elem
A div containing the model parameters.
Example
-------
>>> from larch.util.categorize import Categorizer, Renamer
>>> m = larch.Model.Example(1, pre=True)
>>> param_groups = [
Expand Down Expand Up @@ -1338,8 +1334,6 @@ def xhtml_ll(self,**format):
larch.util.xhtml.Elem
A div containing the model parameters.
Example
-------
>>> from larch.util.xhtml import XHTML
>>> m = larch.Model.Example(1, pre=True)
>>> m.xhtml('title', 'll')
Expand Down Expand Up @@ -1588,8 +1582,6 @@ def xhtml_ch_av(self,max_alts=50,**format):
larch.util.xhtml.Elem
A div containing the summary statistics for choice and availability.
Example
-------
>>> from larch.util.xhtml import XHTML
>>> m = larch.Model.Example(1, pre=True)
>>> m.df = larch.DT.Example('MTC')
Expand Down Expand Up @@ -1723,8 +1715,6 @@ def xhtml_utilitydata(self,**format):
larch.util.xhtml.Elem
A div containing the summary statistics for choice and availability.
Example
-------
>>> from larch.util.xhtml import XHTML
>>> m = larch.Model.Example(1, pre=True)
>>> m.df = larch.DT.Example('MTC')
Expand Down

0 comments on commit dffdab1

Please sign in to comment.