-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note directing user to GitHub for source code and guides (#106)
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import Anchor from "../components/Anchor"; | ||
|
||
export default function SourceNote() { | ||
return <p className="text-sm mt-4 max-w-prose" > | ||
<b>Note: </b> | ||
All source code is available on the | ||
<Anchor href="https://github.com/Imageomics/Andromeda" target="_blank">Andromeda GitHub repository</Anchor>. | ||
<br></br> | ||
User and developer guides are available on the | ||
<Anchor href="https://github.com/Imageomics/Andromeda/wiki" target="_blank">repository wiki</Anchor>, | ||
and sample datasets can be found in the | ||
<Anchor href="https://github.com/Imageomics/Andromeda/tree/main/datasets" target="_blank"> | ||
datasets directory | ||
</Anchor>. | ||
</p> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters