Skip to content
Snippets Groups Projects
Verified Commit a64ada84 authored by David Hoese's avatar David Hoese
Browse files

Fix status documentation page formatting

parent ac12d2d4
Branches
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
and file format (optional) to return:
</p>
<p style='text-indent: 50px'>
<a href='http://metobs.ssec.wisc.edu/api/status>http://metobs.ssec.wisc.edu/api/status</a>/&#60site&#62/&#60inst&#62.&#60fmt&#62
<a href='http://metobs.ssec.wisc.edu/api/status'>http://metobs.ssec.wisc.edu/api/status</a>/&#60site&#62/&#60inst&#62.&#60fmt&#62
</p>
<p>
Valid values for <cite style='font-style: italic;'>fmt</cite> are:
......@@ -168,6 +168,14 @@
Example Queries
</h2>
<ul>
<li style='font-size: 15px'>
Current Mendota Buoy status:
<ul>
<a href="{{ url_for('get_instrument_status', site='mendota', inst='buoy', fmt='json') }}" }}>
{{ url_for('get_instrument_status', site='mendota', inst='buoy', fmt='json') | replace('%3A', ':') }}
</a>
</ul>
</li>
</ul>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment