diff --git a/docsrc/content/index.fsx b/docsrc/content/index.fsx index 38e51dc..a7d2590 100644 --- a/docsrc/content/index.fsx +++ b/docsrc/content/index.fsx @@ -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 +*) diff --git a/docsrc/content/tutorial.fsx b/docsrc/content/tutorial.fsx index 4b76560..d0054c8 100644 --- a/docsrc/content/tutorial.fsx +++ b/docsrc/content/tutorial.fsx @@ -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