-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change org and repo names for migration to GHEC (#204)
* update org and repo names
- Loading branch information
1 parent
e95dd64
commit 68a5d85
Showing
18 changed files
with
70 additions
and
62 deletions.
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Contributing to doc | ||
# Contributing to ss3-doc | ||
|
||
## General information | ||
Thank you for your interest in contributing to doc! We strive to follow the [NMFS Fisheries Toolbox Contribution Guide](https://github.com/nmfs-fish-tools/Resources/blob/master/CONTRIBUTING.md). Note that these are guidelines, not rules, and we are open to collaborations in other ways that may work better for you. Please feel free to reach out to us by opening an issue in this repository or by emailing the developers at [email protected]. | ||
|
@@ -7,6 +7,6 @@ This project and everyone participating in it is governed by the [NMFS Fisheries | |
|
||
## Compiling the Stock Synthesis manual | ||
|
||
The manual can be compiled locally using a [LaTeX compiler](https://www.overleaf.com/learn/latex/Choosing_a_LaTeX_Compiler), such as TexLive or MikTex. To compile the whole document, clone the repository and follow instructions for LaTeX compiling, applying them to [SS330_User_Manual.tex](https://github.com/nmfs-stock-synthesis/doc). | ||
The manual can be compiled locally using a [LaTeX compiler](https://www.overleaf.com/learn/latex/Choosing_a_LaTeX_Compiler), such as TexLive or MikTex. To compile the whole document, clone the repository and follow instructions for LaTeX compiling, applying them to [SS330_User_Manual.tex](https://github.com/nmfs-ost/ss3-doc). | ||
|
||
The manual is also compiled using github actions on every commit to the doc repository. The manual is saved as an artifact and is available for viewing. For those who don't want to compile locally, a pull request could be submitted with changes to the .tex files and github actions can be used to see the compiled products. The [call-ss3-manual-html job](https://github.com/nmfs-stock-synthesis/doc/blob/main/.github/workflows/call-ss3-manual-html.yml) compiles the html version of the manual (using pandoc and R code), while the [call-ss3-manual-pdf](https://github.com/nmfs-stock-synthesis/doc/blob/main/.github/workflows/call-ss3-manual-pdf.yml) job compiles the pdf version. call-ss3-manual-pdf-release.yml and call-ss3-manual-html-release.yml are only run manually (not with every commit). | ||
The manual is also compiled using github actions on every commit to the ss3-doc repository. The manual is saved as an artifact and is available for viewing. For those who don't want to compile locally, a pull request could be submitted with changes to the .tex files and github actions can be used to see the compiled products. The [call-ss3-manual-html job](https://github.com/nmfs-ost/ss3-doc/blob/main/.github/workflows/call-ss3-manual-html.yml) compiles the html version of the manual (using pandoc and R code), while the [call-ss3-manual-pdf](https://github.com/nmfs-ost/ss3-doc/blob/main/.github/workflows/call-ss3-manual-pdf.yml) job compiles the pdf version. call-ss3-manual-pdf-release.yml and call-ss3-manual-html-release.yml are only run manually (not with every commit). |
Oops, something went wrong.