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

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 8, 2023
1 parent af858eb commit 161b408
Show file tree
Hide file tree
Showing 66 changed files with 6,039 additions and 1,633 deletions.
Binary file added .fsdocs/cache
Binary file not shown.
273 changes: 152 additions & 121 deletions docs/coverage/ImageProcessing_Agents.html

Large diffs are not rendered by default.

79 changes: 41 additions & 38 deletions docs/coverage/ImageProcessing_ArguCommands.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/coverage/ImageProcessing_CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="index.html" class="back">&lt;</a> Summary</h1>
<tbody>
<tr><th>Class:</th><td>CLI</td></tr>
<tr><th>Assembly:</th><td>ImageProcessing</td></tr>
<tr><th>File(s):</th><td><a href="#UserssvmenaDocumentsImageProcessingsrcImageProcessingCLIfs" class="navigatetohash">/Users/svmena/Documents/ImageProcessing/src/ImageProcessing/CLI.fs</a></td></tr>
<tr><th>File(s):</th><td><a href="#CUserslissaДокументыImageProcessingsrcImageProcessingCLIfs" class="navigatetohash">C:\Users\lissa\Документы\ImageProcessing\src\ImageProcessing\CLI.fs</a></td></tr>
<tr><th>Covered lines:</th><td>0</td></tr>
<tr><th>Uncovered lines:</th><td>22</td></tr>
<tr><th>Coverable lines:</th><td>22</td></tr>
Expand All @@ -39,7 +39,7 @@ <h1>Metrics</h1>
</tbody>
</table>
<h1>File(s)</h1>
<h2 id="UserssvmenaDocumentsImageProcessingsrcImageProcessingCLIfs">/Users/svmena/Documents/ImageProcessing/src/ImageProcessing/CLI.fs</h2>
<h2 id="CUserslissaДокументыImageProcessingsrcImageProcessingCLIfs">C:\Users\lissa\Документы\ImageProcessing\src\ImageProcessing\CLI.fs</h2>
<table class="lineAnalysis">
<thead><tr><th></th><th>#</th><th>Line</th><th></th><th>Line coverage</th></tr></thead>
<tbody>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h2 id="UserssvmenaDocumentsImageProcessingsrcImageProcessingCLIfs">/Users/svmen
<tr class="coverableline" title="Not covered (0 visits)" data-coverage="{'AllTestMethods': {'VC': '0', 'LVS': 'red'}}"><td class="red">&nbsp;</td><td class="leftmargin rightmargin right">0</td><td class="rightmargin right"><a id="file0_line39"></a><code>39</code></td><td></td><td class="lightred"><code>&nbsp;&nbsp;&nbsp;&nbsp;0</code></td></tr>
</tbody>
</table>
<div class="footer">Generated by: ReportGenerator 4.8.13.0<br />08.09.2023 - 20:41:25<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<div class="footer">Generated by: ReportGenerator 4.8.13.0<br />08/09/2023 - 23:18:28<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<div class="containerright">
<div class="containerrightfixed">
<h1>Methods/Properties</h1>
Expand Down
150 changes: 84 additions & 66 deletions docs/coverage/ImageProcessing_CPU.html

Large diffs are not rendered by default.

448 changes: 252 additions & 196 deletions docs/coverage/ImageProcessing_GPU.html

Large diffs are not rendered by default.

51 changes: 31 additions & 20 deletions docs/coverage/ImageProcessing_Helper.html

Large diffs are not rendered by default.

59 changes: 37 additions & 22 deletions docs/coverage/ImageProcessing_Kernels.html

Large diffs are not rendered by default.

88 changes: 50 additions & 38 deletions docs/coverage/ImageProcessing_MyImage.html

Large diffs are not rendered by default.

313 changes: 173 additions & 140 deletions docs/coverage/ImageProcessing_Process.html

Large diffs are not rendered by default.

59 changes: 26 additions & 33 deletions docs/coverage/index.htm

Large diffs are not rendered by default.

59 changes: 26 additions & 33 deletions docs/coverage/index.html

Large diffs are not rendered by default.

41 changes: 17 additions & 24 deletions docs/coverage/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 85 additions & 0 deletions output/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
FROM jupyter/base-notebook:latest

# Install .NET CLI dependencies

ARG NB_USER=fsdocs-user
ARG NB_UID=1000
ENV USER ${NB_USER}
ENV NB_UID ${NB_UID}
ENV HOME /home/${NB_USER}

WORKDIR ${HOME}

USER root
RUN apt-get update
RUN apt-get install -y curl

ENV \
# Enable detection of running in a container
DOTNET_RUNNING_IN_CONTAINER=true \
# Enable correct mode for dotnet watch (only mode supported in a container)
DOTNET_USE_POLLING_FILE_WATCHER=true \
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
NUGET_XMLDOC_MODE=skip \
# Opt out of telemetry until after we install jupyter when building the image, this prevents caching of machine id
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=true

# Install .NET CLI dependencies
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
libssl1.1 \
libstdc++6 \
zlib1g \
&& rm -rf /var/lib/apt/lists/*

# Install .NET Core SDK

# When updating the SDK version, the sha512 value a few lines down must also be updated.
ENV DOTNET_SDK_VERSION 5.0.101

RUN dotnet_sdk_version=5.0.101 \
&& curl -SL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$dotnet_sdk_version/dotnet-sdk-$dotnet_sdk_version-linux-x64.tar.gz \
&& dotnet_sha512='398d88099d765b8f5b920a3a2607c2d2d8a946786c1a3e51e73af1e663f0ee770b2b624a630b1bec1ceed43628ea8bc97963ba6c870d42bec064bde1cd1c9edb' \
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
&& mkdir -p /usr/share/dotnet \
&& tar -ozxf dotnet.tar.gz -C /usr/share/dotnet \
&& rm dotnet.tar.gz \
&& ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet \
# Trigger first run experience by running arbitrary cmd
&& dotnet help

# Copy notebooks

COPY ./ ${HOME}/notebooks/

# Copy package sources

COPY ./NuGet.config ${HOME}/nuget.config

RUN chown -R ${NB_UID} ${HOME}
USER ${USER}

#Install nteract
RUN pip install nteract_on_jupyter

# Install lastest build from master branch of Microsoft.DotNet.Interactive
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"

#latest stable from nuget.org
#RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json"

ENV PATH="${PATH}:${HOME}/.dotnet/tools"
RUN echo "$PATH"

# Install kernel specs
RUN dotnet interactive jupyter install

# Enable telemetry once we install jupyter for the image
ENV DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=false

# Set root to notebooks
WORKDIR ${HOME}/notebooks/
14 changes: 14 additions & 0 deletions output/NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet3-dev" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="PSGallery" value="https://www.powershellgallery.com/api/v2/" />
</packageSources>
</configuration>
5 changes: 5 additions & 0 deletions output/content/fsdocs-custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/*--------------------------------------------------------------------------
Customize your CSS here
/*--------------------------------------------------------------------------*/

Loading

0 comments on commit 161b408

Please sign in to comment.