Skip to content

Commit

Permalink
more docs formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed May 14, 2024
1 parent 5de60b6 commit 2e2262e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 35 deletions.
46 changes: 18 additions & 28 deletions docs/core/biocollections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand All @@ -23,17 +23,7 @@
"kernelName": "fsharp"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>FSharp.Stats, 0.4.11</span></li><li><span>FSharpAux, 2.0.0</span></li><li><span>FSharpAux.IO, 2.0.0</span></li><li><span>Plotly.NET, 4.2.0</span></li></ul></div></div>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"(*** hide ***)\n",
"\n",
Expand Down Expand Up @@ -67,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 2,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand All @@ -87,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 3,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -163,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 4,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -200,7 +190,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 5,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -237,7 +227,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 6,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -278,7 +268,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 7,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -318,7 +308,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 8,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -348,7 +338,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 9,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -376,7 +366,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 10,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -404,7 +394,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 11,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -442,7 +432,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 12,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -472,7 +462,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 13,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -500,7 +490,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 14,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -566,7 +556,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 15,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -602,7 +592,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 16,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -674,7 +664,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 17,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down
18 changes: 11 additions & 7 deletions docs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"#r \"../src/BioFSharp.IO/bin/Release/netstandard2.0/BioFSharp.IO.dll\"\n",
"#r \"../src/BioFSharp.BioContainers/bin/Release/netstandard2.0/BioFSharp.BioContainers.dll\"\n",
"#r \"../src/BioFSharp.ML/bin/Release/netstandard2.0/BioFSharp.ML.dll\"\n",
"#r \"../src/BioFSharp.Stats/bin/Release/netstandard2.0/BioFSharp.Stats.dll\""
"#r \"../src/BioFSharp.Stats/bin/Release/netstandard2.0/BioFSharp.Stats.dll\"\n",
"\n",
"// in the documentation, we have to register formatters manually because we cannot load the extension as nuget package to trigger automatic registration\n",
"#r \"../src/BioFSharp.Interactive/bin/Release/net6.0/BioFSharp.Interactive.dll\"\n",
"BioFSharp.Interactive.Formatters.registerAll()"
]
},
{
Expand Down Expand Up @@ -100,7 +104,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 10,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -137,7 +141,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 11,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -172,7 +176,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 12,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -230,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 13,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -295,7 +299,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 14,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down Expand Up @@ -323,7 +327,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 15,
"metadata": {
"dotnet_interactive": {
"language": "fsharp"
Expand Down

0 comments on commit 2e2262e

Please sign in to comment.