Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 15, 2023
1 parent e196eba commit 51f4f26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/How_Tos/Making_A_Code.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h3><a name="Process-parameters" class="anchor" href="#Process-parameters">Proce
<li><code>PartialUsingComposition</code>, which uses one agent for transformation and one for saving</li>
<li><code>No</code>, which uses naive image processing function</li>
</ul>
<p>And define a list of <a href="https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-transformations.html">transformations</a> to apply to the image, and specify the <a href="https://polinasavelyeva.github.io/ImageProcessing/reference/process-processingunits.html">processing unit</a> (CPU or GPU) for the operation.</p>
<p>And define a list of <a href="https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-transformations.html">transformations</a> to apply to the image, and specify the <a href="https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-processingunits.html">processing unit</a> (CPU or GPU) for the operation.</p>
<h3><a name="Simple-Directory-Processing-Example" class="anchor" href="#Simple-Directory-Processing-Example">Simple Directory Processing Example</a></h3>
<p>Open library and define directories:</p>
<pre class="fssnip highlighted"><code lang="fsharp"><span class="k">open</span> <span class="id">ImageProcessing</span><span class="pn">.</span><span class="id">Process</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docsSrc/How_Tos/Making_A_Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ It allows you to choose the type of [agent support](https://polinasavelyeva.gith
* ``PartialUsingComposition``, which uses one agent for transformation and one for saving
* ``No``, which uses naive image processing function

And define a list of [transformations](https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-transformations.html) to apply to the image, and specify the [processing unit](https://polinasavelyeva.github.io/ImageProcessing/reference/process-processingunits.html) (CPU or GPU) for the operation.
And define a list of [transformations](https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-transformations.html) to apply to the image, and specify the [processing unit](https://polinasavelyeva.github.io/ImageProcessing/reference/imageprocessing-process-processingunits.html) (CPU or GPU) for the operation.

### Simple Directory Processing Example

Expand Down

0 comments on commit 51f4f26

Please sign in to comment.