Skip to content

Commit 153c117

Browse files
committed
Remove testing for now
1 parent 0cf8b3d commit 153c117

22 files changed

+12
-117
lines changed

docs-src/_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ latex:
1515
latex_documents:
1616
targetname: book.tex
1717

18-
# Add a bibtex file so that we can create citations
19-
bibtex_bibfiles:
20-
- references.bib
21-
2218
# Information about where the book exists on the web
2319
repository:
2420
url: https://github.com/fable-compiler/Fable.Python # Online location of your book

docs-src/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ chapters:
1616
- file: your-fable-project/author-a-fable-library
1717
- file: your-fable-project/build-and-run
1818
- file: your-fable-project/project-file
19-
- file: your-fable-project/testing
19+
#- file: your-fable-project/testing
2020
- file: your-fable-project/use-a-fable-library

docs-src/your-fable-project/author-a-fable-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To write a library that can be used in Fable you only need to fulfill a few conditions:
44

5-
- Don't use FSharp.Core/BCL APIs that are not [compatible with Fable](../dotnet/compatibility.html).
5+
- Don't use FSharp.Core/BCL APIs that are not [compatible with Fable](../dotnet/compatibility.md).
66
- Keep a simple `.fsproj` file: don't use MSBuild conditions or similar.
77
- Include the source files in the Nuget package in a folder named `fable`.
88

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 65a62f5c8786decb6b98d7000b454921
3+
config: de83631cb9254ee7f43c5d26532fc425
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/communicate/fable-from-py.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
174174
The project file
175175
</a>
176176
</li>
177-
<li class="toctree-l1">
178-
<a class="reference internal" href="../your-fable-project/testing.html">
179-
Testing
180-
</a>
181-
</li>
182177
<li class="toctree-l1">
183178
<a class="reference internal" href="../your-fable-project/use-a-fable-library.html">
184179
Use a Fable library

docs/communicate/py-from-fable.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
174174
The project file
175175
</a>
176176
</li>
177-
<li class="toctree-l1">
178-
<a class="reference internal" href="../your-fable-project/testing.html">
179-
Testing
180-
</a>
181-
</li>
182177
<li class="toctree-l1">
183178
<a class="reference internal" href="../your-fable-project/use-a-fable-library.html">
184179
Use a Fable library

docs/dotnet/compatibility.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
174174
The project file
175175
</a>
176176
</li>
177-
<li class="toctree-l1">
178-
<a class="reference internal" href="../your-fable-project/testing.html">
179-
Testing
180-
</a>
181-
</li>
182177
<li class="toctree-l1">
183178
<a class="reference internal" href="../your-fable-project/use-a-fable-library.html">
184179
Use a Fable library

docs/dotnet/numbers.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
174174
The project file
175175
</a>
176176
</li>
177-
<li class="toctree-l1">
178-
<a class="reference internal" href="../your-fable-project/testing.html">
179-
Testing
180-
</a>
181-
</li>
182177
<li class="toctree-l1">
183178
<a class="reference internal" href="../your-fable-project/use-a-fable-library.html">
184179
Use a Fable library

docs/genindex.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
171171
The project file
172172
</a>
173173
</li>
174-
<li class="toctree-l1">
175-
<a class="reference internal" href="your-fable-project/testing.html">
176-
Testing
177-
</a>
178-
</li>
179174
<li class="toctree-l1">
180175
<a class="reference internal" href="your-fable-project/use-a-fable-library.html">
181176
Use a Fable library

docs/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ <h1 class="site-logo" id="site-title">Fable Python</h1>
173173
The project file
174174
</a>
175175
</li>
176-
<li class="toctree-l1">
177-
<a class="reference internal" href="your-fable-project/testing.html">
178-
Testing
179-
</a>
180-
</li>
181176
<li class="toctree-l1">
182177
<a class="reference internal" href="your-fable-project/use-a-fable-library.html">
183178
Use a Fable library

0 commit comments

Comments
 (0)