Updated documentation stubs (migration to latest ProjectScaffold).

This commit is contained in:
Achim D. Brucker 2018-07-07 00:16:50 +01:00
parent e3811224dd
commit 286ab499fd
2 changed files with 21 additions and 3 deletions

View File

@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#I "../../bin/LogicalHacking.ExtensionDsLab"
#I "../../bin"
(**
LogicalHacking.ExtensionDsLab
@ -46,4 +46,22 @@ The API reference is automatically generated from Markdown comments in the libra
* [API Reference](reference/index.html) contains automatically generated documentation for all types, modules
and functions in the library. This includes additional brief samples on using most of the
functions.
*)
Contributing and copyright
--------------------------
The project is hosted on [GitHub][gh] where you can [report issues][issues], fork
the project and submit pull requests. If you're adding a new public API, please also
consider adding [samples][content] that can be turned into a documentation. You might
also want to read the [library design notes][readme] to understand how it works.
The library is available under Public Domain license, which allows modification and
redistribution for both commercial and non-commercial purposes. For more information see the
[License file][license] in the GitHub repository.
[content]: https://github.com/fsprojects/LogicalHacking.ExtensionDsLab/tree/master/docs/content
[gh]: https://github.com/fsprojects/LogicalHacking.ExtensionDsLab
[issues]: https://github.com/fsprojects/LogicalHacking.ExtensionDsLab/issues
[readme]: https://github.com/fsprojects/LogicalHacking.ExtensionDsLab/blob/master/README.md
[license]: https://github.com/fsprojects/LogicalHacking.ExtensionDsLab/blob/master/LICENSE
*)

View File

@ -1,7 +1,7 @@
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#I "../../bin/LogicalHacking.ExtensionDsLab"
#I "../../bin"
(**
Introducing your project