This page demonstrates how to link to certain special classes of external content.
GitHub
Examples
Use path
to link to a file off the repository root:
Code
Result
Use source
to link to a source file within the repository’s
src/main/java
subtree:
Code
Result
Use org
and repo
to link to a different repository than
imagej/imagej
:
Code
Result
You can give just a repo
(or just an org
), and it will be used for
both org
and repo
:
Code
Result
If you give neither a path
nor a source
then it links to the
repository as a whole:
Code
Result
Use tag
to specify a tag (rather than master
):
Code
Result
Specifying tag
alone links to the tag description:
Code
Result
Use commit
to specify a commit hash:
Code
Result
Use issue
or pr
to specify an issue or PR number:
Use label
to override the label:
Code
Result
Wikipedia
Code
Result
Check out the ImageJ article on Wikipedia!
Maven
Code
Result
The Maven artifact for ImageJ as a whole is net.imagej:imagej:2.0.0
Javadoc
Examples
Code
Result
See also the
SciJava javadocs.
Code
Result
See also the
ImageProcessor class.
Code
Result
See also the
ModuleService#getModules() method.
Code
Result
See also the
ImageJ Ops javadocs.