NSAPH Data Platform
Contents
Introduction
What is Data Platform
Data Domains
Data Processing Pipelines
Python Packages
Data Platform Internals
Adding more data
Terms and Acronyms
Indices
NSAPH Data Platform
The md_creator Module
View page source
The md_creator Module
class
MDCreator
(
file_name
:
str
)
[source]
save
(
)
[source]
add_header
(
text
:
str
,
level
:
int
)
[source]
add_text
(
text
:
str
)
[source]
add_table
(
data
:
Iterable
[
Iterable
[
str
]
]
,
align
:
Literal
[
'left'
,
'right'
,
'center'
]
=
'left'
,
first_row_is_header
:
bool
=
True
)
[source]
add_image
(
image_file_path
:
str
)
[source]