|
__init__(self,
title=' cbc web page ' ,
path=' ./ ' ,
css=[ ' //versions.ligo.org/cgit/lalsuite/plain/glue/etc/cbcwebpage. ... ,
script=None,
pagenum=1,
verbose=False)
Stuff that effects the whole document. |
source code
|
|
|
add_external_frame(self,
linkurl,
linktext) |
source code
|
|
|
|
|
|
|
add_section(self,
tag,
title='
' ,
level=2,
open_by_default=False) |
source code
|
|
|
add_subpage(self,
tag,
title,
link_text=None) |
source code
|
|
|
add_table(self,
two_d_data,
title='
' ,
caption='
' ,
tag=' table ' ) |
source code
|
|
|
|
|
|
|
write(self,
file_name=' index ' ,
image=' https://www.lsc-group.phys.uwm.edu/ligovirgo/cbc/public/segme ... ,
tag=' CBC ' ) |
source code
|
|
Inherited from markup.page :
__call__ ,
__getattr__ ,
__str__ ,
add ,
addcontent ,
addfooter ,
addheader ,
css ,
init ,
metainfo ,
scripts
|