svxtrace script is obsolete - online edit of handbook/troggle/scriptscurrent.html

This commit is contained in:
Expo on server
2023-01-01 20:11:08 +00:00
parent 2102aa7c2b
commit f26a0226d1

View File

@@ -88,11 +88,6 @@ It seems to be being run to convert CSV files into something else. The "shx" par
See the entire page devoted to the various See the entire page devoted to the various
<a href="scriptsqms.html">QM scripts</a>. <a href="scriptsqms.html">QM scripts</a>.
<h4 id="svxtrace">svxtrace.py</h4>
<p>Traces all the svx file dependencies via the *include statements.
In :expoweb:/ . The documented workflow today does not need this, but that might be a documentation fault.
It might do a key job. It is used by <a href="#makefile">makefile</a> above.
Its job has almost certainly been superceded by the survex file parser in troggle.
<h4 id="dplong">create_dplong_table.py, <span id="cavestats">cavestats</span> <h4 id="dplong">create_dplong_table.py, <span id="cavestats">cavestats</span>
@@ -187,6 +182,10 @@ Also in the :loser:fixedpts/scripts/convert_shx/ folder is a 135-line short scri
<span style="color:red">[to be investigated]</span> <span style="color:red">[to be investigated]</span>
</p> </p>
<h4 id="svxtrace">svxtrace.py</h4>
<p>Obsolete. Traced all the svx file dependencies via the *include statements.
It produced a file used by <a href="#makefile">makefile</a> above.
The troggle <var>parser/survex.py</var> code now (sinc 2020) produces an indented list of the current *include tree in a file in the /troggle/ folder whenever the survex files are imported by <var>databaseReset.py</var>.
<h4 id="wallets">Wallets</h4> <h4 id="wallets">Wallets</h4>
<p>Obsolete. Functions in <var>wallets.py</var> were integrated into troggle in July/August 2022. <p>Obsolete. Functions in <var>wallets.py</var> were integrated into troggle in July/August 2022.