Skip to content

Commit

Permalink
temporal: Remove references to ply in manual pages
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 6, 2024
1 parent 482f3ab commit 30a9ddd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions temporal/t.rast.algebra/t.rast.algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,21 +589,6 @@ <h2>SEE ALSO</h2>

<h2>REFERENCES</h2>

The use of this module requires the following software to be installed:
<a href="http://www.dabeaz.com/ply/">PLY(Python-Lex-Yacc)</a>

<p>
<div class="code"><pre>
# Ubuntu/Debian
sudo apt-get install python3-ply

# Fedora
sudo dnf install python3-ply

# MS-Windows (OSGeo4W: requires "python3-pip" package to be installed)
python3-pip install ply
</pre></div>

<p>
Related publications:
<ul>
Expand Down
4 changes: 0 additions & 4 deletions temporal/t.rast3d.algebra/t.rast3d.algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ <h3>NOTES</h3>
see <a href="t.rast.algebra.html">t.rast.algebra</a> but allows four-dimensional
indexing.

<h2>REFERENCES</h2>

<a href="http://www.dabeaz.com/ply/">PLY(Python-Lex-Yacc)</a>

<h2>SEE ALSO</h2>

<em>
Expand Down
1 change: 0 additions & 1 deletion temporal/t.select/t.select.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ <h2>EXAMPLES</h2>

<h2>REFERENCES</h2>

<a href="http://www.dabeaz.com/ply/">PLY(Python-Lex-Yacc)</a>
<p>
Gebbert, S., Leppelt, T., Pebesma, E., 2019. A topology based spatio-temporal map algebra for
big data analysis. Data 4, 86. <a href="https://doi.org/10.3390/data4020086">https://doi.org/10.3390/data4020086</a>
Expand Down
4 changes: 0 additions & 4 deletions temporal/t.vect.algebra/t.vect.algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,6 @@ <h3>Examples: </h3>
D = if(contains, td(buff_t(A, "1 days")) == 3, B, C)
</pre></div>

<h2>REFERENCES</h2>

<a href="http://www.dabeaz.com/ply/">PLY(Python-Lex-Yacc)</a>

<h2>SEE ALSO</h2>

<em>
Expand Down

0 comments on commit 30a9ddd

Please sign in to comment.