Returns a markdown formatted table with read waveform plugins to insert in docstrings.
>>> table = make_format_plugin_table("event", "write", 4, True)
>>> print table
======= ================= =======================================
Format Required Module _`Linked Function Call`
======= ================= =======================================
JSON :mod:`obspy.core` :func:`obspy.core.json.core.writeJSON`
QUAKEML :mod:`obspy.core` :func:`obspy.core.quakeml.writeQuakeML`
======= ================= =======================================
Parameters: |
|
---|