7
7
QuickGraph
8
8
======================
9
9
10
- Documentation
11
-
12
10
<div class="row">
13
11
<div class="span1"></div>
14
12
<div class="span6">
15
13
<div class="well well-small" id="nuget">
16
- The QuickGraph library can be <a href="https://nuget.org/packages/QuickGraph">installed from NuGet</a>:
17
- <pre>PM> Install-Package QuickGraph</pre>
14
+ The QuickGraph library can be <a href="https://nuget.org/packages/YC. QuickGraph">installed from NuGet</a>:
15
+ <pre>PM> Install-Package YC. QuickGraph</pre>
18
16
</div>
19
17
</div>
20
18
<div class="span1"></div>
@@ -37,15 +35,7 @@ Some more info
37
35
Samples & documentation
38
36
-----------------------
39
37
40
- The library comes with comprehensible documentation.
41
- It can include tutorials automatically generated from `*.fsx` files in [the content folder][content].
42
- The API reference is automatically generated from Markdown comments in the library implementation.
43
-
44
- * [Tutorial](tutorial.html) contains a further explanation of this sample library.
45
-
46
- * [API Reference](reference/index.html) contains automatically generated documentation for all types, modules
47
- and functions in the library. This includes additional brief samples on using most of the
48
- functions.
38
+ The library is fork of original QuickGraph project and migration is not finished. So, please use [original documentation][origQGDoc].
49
39
50
40
Contributing and copyright
51
41
--------------------------
@@ -55,13 +45,14 @@ the project and submit pull requests. If you're adding a new public API, please
55
45
consider adding [samples][content] that can be turned into a documentation. You might
56
46
also want to read the [library design notes][readme] to understand how it works.
57
47
58
- The library is available under Public Domain license, which allows modification and
48
+ The library is available under Ms-PL license, which allows modification and
59
49
redistribution for both commercial and non-commercial purposes. For more information see the
60
50
[License file][license] in the GitHub repository.
61
51
62
- [content]: https://github.com/fsprojects/QuickGraph/tree/master/docs/content
63
- [gh]: https://github.com/fsprojects/QuickGraph
64
- [issues]: https://github.com/fsprojects/QuickGraph/issues
65
- [readme]: https://github.com/fsprojects/QuickGraph/blob/master/README.md
66
- [license]: https://github.com/fsprojects/QuickGraph/blob/master/LICENSE.txt
52
+ [content]: https://github.com/YaccConstructor/QuickGraph/tree/master/docs/content
53
+ [gh]: https://github.com/YaccConstructor/QuickGraph
54
+ [issues]: https://github.com/YaccConstructor/QuickGraph/issues
55
+ [readme]: https://github.com/YaccConstructor/QuickGraph/blob/master/README.md
56
+ [license]: https://github.com/YaccConstructor/QuickGraph/blob/master/LICENSE.txt
57
+ [origQGDoc]: https://quickgraph.codeplex.com/documentation
67
58
*)
0 commit comments