Skip to content

Commit

Permalink
regenerated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Feb 21, 2021
1 parent c345bb6 commit cfd6d8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference_pushResultsTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Converts a table to an image.
Rows stay rows, columns stay columns.

### pushResultsTable is often followed by
* <a href="reference_release">release</a> (1)
* <a href="reference_transposeXY">transposeXY</a> (1)


### Usage in ImageJ macro
Expand Down
1 change: 0 additions & 1 deletion reference_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Frees memory of a specified image in GPU memory.
### release often follows after
* <a href="reference_countTouchingNeighbors">countTouchingNeighbors</a> (1)
* <a href="reference_maximumZProjection">maximumZProjection</a> (3)
* <a href="reference_pushResultsTable">pushResultsTable</a> (1)
* <a href="reference_transposeXY">transposeXY</a> (1)
* <a href="reference_generateTouchMatrix">generateTouchMatrix</a> (1)
* <a href="reference_maximum3DBox">maximum3DBox</a> (1)
Expand Down
1 change: 1 addition & 0 deletions reference_transposeXY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ destination : Image
Category: [Transformations](https://clij.github.io/clij2-docs/reference__transform)

### transposeXY often follows after
* <a href="reference_pushResultsTable">pushResultsTable</a> (1)
* <a href="reference_maximumXProjection">maximumXProjection</a> (1)
* <a href="reference_pushArray">pushArray</a> (1)

Expand Down

0 comments on commit cfd6d8a

Please sign in to comment.