Skip to content

Commit c11fbc0

Browse files
committed
corrected doc and added *.log to gitignore
1 parent ddeecf9 commit c11fbc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ build/
66
.classpath
77
.project
88
.settings/
9-
cbng-build.log
9+
*.log
1010
.idea/

src/asciidoc/tensorics-quickstart.ad

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ which provide access to the data of the tensor. The most important ones of them
143143
|===
144144
|clause|description
145145

146-
|link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract(java.lang.Object...)[from(tensor).get(Object... coordinates);]
146+
|link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#get-java.lang.Object...-[from(tensor).get(Object... coordinates);]
147147
|Retrieves the value at the given coordinates.
148148

149-
|link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract(java.lang.Object...)[from(tensor).extract(Object... coordinates);]
149+
|link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract-java.lang.Object...-[from(tensor).extract(Object... coordinates);]
150150
|Extracts the sub tensor at the given coordinates.
151151
|===
152152

0 commit comments

Comments
 (0)