fsharp-core-docs icon indicating copy to clipboard operation
fsharp-core-docs copied to clipboard

Generated API documentation for the FSharp.Core library. Generated using FSharp.Formatting.

Results 13 fsharp-core-docs issues
Sort by recently updated
recently updated
newest added

We recently remove the display of attributes like `CompiledName` in the member tables. 1. We should consider adding detailed pages for each member 2. We should consider adding specific attributes...

fsdocs

FSDocs is finding some namespaces that are not referenced from the hardcoded side navigation: - `FSharp.Data.UnitSystems.SI.UnitNames` - `FSharp.Data.UnitSystems.SI.UnitSymbols` - `FSharp.Linq.QueryRunExtensions` The documentation pages are generated (e.g. try searching for "Joule"...

The build instructions work for me on Windows but I can't get the docs to build on Linux. I'm doing the obvious things like changing the path separators. FSDocs can't...