Header menu logo BioFSharp.XYZ

BioFSharp.XYZ

Logo

you can write markdown in these comment brackets (** ... *)

// and actual F# content in a literate script file
let a = 42

include evaluations like this:

42

Include the compiled binaries of your project to use in the docs like this. Make sure to load any external references via nuget.

#r "nuget: BioFSharp, 2.0.0-preview.3"
#I @"..\src\BioFSharp.XYZ\bin\Release\netstandard2.0"
#r "BioFSharp.XYZ.dll"

open BioFSharp.XYZ

let o = BioTalk.helloBio "Kev"
No value returned by any evaluator

Read more about documentation with fsdocs here: https://fsprojects.github.io/FSharp.Formatting/

val a: int
namespace BioFSharp
val o: obj

Type something to start searching.