BioFSharp.XYZ

you can write markdown in these comment brackets (** ... *)
// and actual F# content in a literate script file
let a = 42
include evaluations like this:
|
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"
|
Read more about documentation with fsdocs here: https://fsprojects.github.io/FSharp.Formatting/
val a: int
namespace BioFSharp
val o: obj
BioFSharp.XYZ