#3110: Update URLs
This commit is contained in:
4
.github/workflows/build-sphinx.yml
vendored
4
.github/workflows/build-sphinx.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: build-sphinx-to-github-pages
|
name: build-sphinx-to-github-pages
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTOR: {todo:fill in URL}
|
GITHUB_ACTOR: Autonomous-Resilient-Cyber-Defence
|
||||||
GITHUB_REPOSITORY: {todo:fill in URL}/PrimAITE
|
GITHUB_REPOSITORY: Autonomous-Resilient-Cyber-Defence/PrimAITE
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|||||||
@@ -4,17 +4,17 @@
|
|||||||
### **Did you find a bug?**
|
### **Did you find a bug?**
|
||||||
|
|
||||||
|
|
||||||
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues).
|
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues).
|
||||||
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/{todo:fill in URL}/PrimAITE/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D+-+%3Cbug+title+goes+here%3E). Be sure to follow our bug report template with the headers **Describe the bug**, **To Reproduce**, **Expected behaviour**, **Screenshots/Outputs**, **Environment**, and **Additional context**
|
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D+-+%3Cbug+title+goes+here%3E). Be sure to follow our bug report template with the headers **Describe the bug**, **To Reproduce**, **Expected behaviour**, **Screenshots/Outputs**, **Environment**, and **Additional context**
|
||||||
|
|
||||||
|
|
||||||
### **Do you have a solution to fix the bug?**
|
### **Do you have a solution to fix the bug?**
|
||||||
|
|
||||||
* [Fork the repository](https://github.com/{todo:fill in URL}/PrimAITE/fork).
|
* [Fork the repository](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/fork).
|
||||||
* Install the pre-commit hook with `pre-commit install`.
|
* Install the pre-commit hook with `pre-commit install`.
|
||||||
* Implement the bug fix.
|
* Implement the bug fix.
|
||||||
* Commit the bug fix to the dev branch on your fork. If the bug has an open issue under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues), reference the issue in the commit message (e.g. #1 references issue 1).
|
* Commit the bug fix to the dev branch on your fork. If the bug has an open issue under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues), reference the issue in the commit message (e.g. #1 references issue 1).
|
||||||
* Submit a pull request from your dev branch to the {todo:fill in URL}/PrimAITE dev branch. Again, if the bug has an open issue under [Issues](https://github.com/{todo:fill in URL}/PrimAITE/issues), reference the issue in the pull request description.
|
* Submit a pull request from your dev branch to the Autonomous-Resilient-Cyber-Defence/PrimAITE dev branch. Again, if the bug has an open issue under [Issues](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues), reference the issue in the pull request description.
|
||||||
|
|
||||||
### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
|
### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Changes that are cosmetic in nature and do not add anything substantial to the s
|
|||||||
|
|
||||||
### **Do you intend to add a new feature or change an existing one?**
|
### **Do you intend to add a new feature or change an existing one?**
|
||||||
|
|
||||||
* Submit a [feature request issue](https://github.com/{todo:fill in URL}/PrimAITE/issues/new?assignees=&labels=feature_request&projects=&template=feature_request.md&title=%5BREQUEST%5D+-+%3Crequest+title+goes+here%3E).
|
* Submit a [feature request issue](https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/issues/new?assignees=&labels=feature_request&projects=&template=feature_request.md&title=%5BREQUEST%5D+-+%3Crequest+title+goes+here%3E).
|
||||||
* Know how to implement the new feature or change? Follow the same steps in the bug fix section above to fork, build, document, test, commit, and submit a pull request.
|
* Know how to implement the new feature or change? Follow the same steps in the bug fix section above to fork, build, document, test, commit, and submit a pull request.
|
||||||
|
|
||||||
### **Do you have questions about the source code?**
|
### **Do you have questions about the source code?**
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ To make your own changes to PrimAITE, perform the install from source (developer
|
|||||||
|
|
||||||
#### 1. Clone the PrimAITE repository
|
#### 1. Clone the PrimAITE repository
|
||||||
``` unix
|
``` unix
|
||||||
git clone git@github.com:{todo:fill in URL}/PrimAITE.git
|
git clone git@github.com:Autonomous-Resilient-Cyber-Defence/PrimAITE.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 2. CD into the repo directory
|
#### 2. CD into the repo directory
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ touch .nojekyll
|
|||||||
# Add README
|
# Add README
|
||||||
cat > README.md <<EOF
|
cat > README.md <<EOF
|
||||||
# README for the Sphinx Docs GitHub Pages Branch
|
# README for the Sphinx Docs GitHub Pages Branch
|
||||||
This branch is simply a cache for the website served from https://{todo:fill in URL}.github.io/PrimAITE/,
|
This branch is simply a cache for the website served from https://Autonomous-Resilient-Cyber-Defence.github.io/PrimAITE/,
|
||||||
and is not intended to be viewed on github.com.
|
and is not intended to be viewed on github.com.
|
||||||
For more information on how this site is built using Sphinx, Read the Docs, GitHub Actions/Pages, and demo
|
For more information on how this site is built using Sphinx, Read the Docs, GitHub Actions/Pages, and demo
|
||||||
implementation from https://github.com/annegentle, see:
|
implementation from https://github.com/annegentle, see:
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ An agent's reward function is managed by the ``RewardManager``. It calculates re
|
|||||||
Reward Components
|
Reward Components
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Currently implemented are reward components tailored to the data manipulation scenario. View the full API and description of how they work here: :py:modules:`primaite.game.agent.rewards`.
|
Currently implemented are reward components tailored to the data manipulation scenario. View the full API and description of how they work here: :py:mod:`primaite.game.agent.rewards`.
|
||||||
|
|
||||||
Reward Sharing
|
Reward Sharing
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ For example:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
git clone https://github.com/{todo:fill in URL}/PrimAITE
|
git clone https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE
|
||||||
cd primaite
|
cd primaite
|
||||||
|
|
||||||
2. Create and activate your Python virtual environment (venv)
|
2. Create and activate your Python virtual environment (venv)
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ order_by_type = "False"
|
|||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/{todo:fill in URL}/PrimAITE"
|
Homepage = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE"
|
||||||
Documentation = "https://{todo:fill in URL}.github.io/PrimAITE"
|
Documentation = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE"
|
||||||
Repository = "https://github.com/{todo:fill in URL}/PrimAITE"
|
Repository = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE"
|
||||||
Changelog = "https://github.com/{todo:fill in URL}/PrimAITE/blob/main/CHANGELOG.md"
|
Changelog = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/blob/main/CHANGELOG.md"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
url = https://github.com/{todo:fill in URL}/PrimAITE
|
url = https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE
|
||||||
author = Defence Science and Technology Laboratory UK
|
author = Defence Science and Technology Laboratory UK
|
||||||
author_email = oss@dstl.gov.uk
|
author_email = oss@dstl.gov.uk
|
||||||
|
|||||||
Reference in New Issue
Block a user