Merge pull request #338 from mipt-npm/commandertvis/link-kotlingrad-doc
Link to Kotlingrad documentation
This commit is contained in:
commit
4065466be3
@ -27,12 +27,12 @@ subprojects {
|
|||||||
|
|
||||||
dokkaSourceSets.all {
|
dokkaSourceSets.all {
|
||||||
val readmeFile = File(this@subprojects.projectDir, "README.md")
|
val readmeFile = File(this@subprojects.projectDir, "README.md")
|
||||||
if (readmeFile.exists()) includes.setFrom(includes + readmeFile.absolutePath)
|
if (readmeFile.exists()) includes.from(readmeFile.absolutePath)
|
||||||
externalDocumentationLink("http://ejml.org/javadoc/")
|
externalDocumentationLink("http://ejml.org/javadoc/")
|
||||||
externalDocumentationLink("https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/")
|
externalDocumentationLink("https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/")
|
||||||
externalDocumentationLink("https://deeplearning4j.org/api/latest/")
|
externalDocumentationLink("https://deeplearning4j.org/api/latest/")
|
||||||
externalDocumentationLink("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/")
|
externalDocumentationLink("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/")
|
||||||
externalDocumentationLink("https://breandan.net/kotlingrad/kotlingrad/kotlingrad/")
|
externalDocumentationLink("https://breandan.net/kotlingrad/kotlingrad/", "https://breandan.net/kotlingrad/kotlingrad/kotlingrad/package-list")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user