From 6bc6b88c0cbd687ce32a16830ea9e1c4f6479b31 Mon Sep 17 00:00:00 2001 From: Houston Haynes <8174976+houstonhaynes@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:23:09 -0500 Subject: [PATCH] update docs --- .github/workflows/build-test-docs-publish.yml | 1 - Directory.Build.props | 2 +- docs/index.fsx | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index 2c4157e3..ee775a82 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -83,7 +83,6 @@ jobs: publish_dir: ./output publish_branch: main force_orphan: true - environmentPurl : https://furnace.github.io pack_cpu: runs-on: ubuntu-latest diff --git a/Directory.Build.props b/Directory.Build.props index a303adca..2827007d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -38,7 +38,7 @@ git Copyright 2014-2025 DiffSharp and Furnace contributors F# fsharp ML AI Machine Learning PyTorch Tensor Automatic Differentiation Gradients Differentiable Programming - Furnace is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://furnace.github.io/ + Furnace is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://fsprojects.github.io/furnace/ $(Version)-local-$([System.DateTime]::Now.ToString(`yyMMdd`)) diff --git a/docs/index.fsx b/docs/index.fsx index 613c0046..d2cf5efb 100644 --- a/docs/index.fsx +++ b/docs/index.fsx @@ -28,8 +28,8 @@ Formatter.Register(fun (x:obj) (writer: TextWriter) -> fprintfn writer "%120A" x #endif // IPYNB (** -[![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Furnace/Furnace.github.io/blob/master/{{fsdocs-source-basename}}.ipynb)  -[![Binder](img/badge-binder.svg)](https://mybinder.org/v2/gh/Furnace/Furnace.github.io/master?filepath={{fsdocs-source-basename}}.ipynb)  +[![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fsprojects/furnace/blob/master/{{fsdocs-source-basename}}.ipynb)  +[![Binder](img/badge-binder.svg)](https://mybinder.org/v2/gh/fsprojects/furnace/master?filepath={{fsdocs-source-basename}}.ipynb)  [![Script](img/badge-script.svg)]({{fsdocs-source-basename}}.fsx)  [![Script](img/badge-notebook.svg)]({{fsdocs-source-basename}}.ipynb) @@ -81,7 +81,7 @@ Furnace uses [the incredible F# programming language](https://dot.net/fsharp) fo All documentation pages in this website are interactive notebooks which you can execute directly in your browser without installing anything in your local machine. -Using the buttons [![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Furnace/Furnace.github.io/blob/master/{{fsdocs-source-basename}}.ipynb) [![Binder](img/badge-binder.svg)](https://mybinder.org/v2/gh/Furnace/Furnace.github.io/master?filepath={{fsdocs-source-basename}}.ipynb) on the top of each page, you can execute the page as an interactive notebook running on cloud servers provided by [Google Colab](https://colab.research.google.com/) and [Binder](https://mybinder.org/). +Using the buttons [![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fsprojects/furnace/blob/master/{{fsdocs-source-basename}}.ipynb) [![Binder](img/badge-binder.svg)](https://mybinder.org/v2/gh/fsprojects/furnace/master?filepath={{fsdocs-source-basename}}.ipynb) on the top of each page, you can execute the page as an interactive notebook running on cloud servers provided by [Google Colab](https://colab.research.google.com/) and [Binder](https://mybinder.org/). Using the buttons [![Script](img/badge-script.svg)]({{fsdocs-source-basename}}.fsx) [![Script](img/badge-notebook.svg)]({{fsdocs-source-basename}}.ipynb) you can also download a page as a script or an interactive notebook, which you can execute locally in [Jupyter](https://jupyter.org/) or [Visual Studio Code](https://code.visualstudio.com/) using [dotnet interactive](https://github.com/dotnet/interactive).