Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ak test #2

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/40_initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@

## Terraform Cloud

Terraform is configuration tool for managing "infrastructure-as-code" -- meaning that we can programatically manage infrastructure in

Check failure on line 275 in docs/40_initialization.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

programatically ==> programmatically
a traceable, version-controlled form.

The Terraform ecosystem provides a UI tool called **Terraform Cloud**
Expand Down Expand Up @@ -370,7 +370,8 @@
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
<br/><br/>

Your frontend should be able to deploy to a auto-generated URL via Netlify now! Steps for domain management and configuration are described further in the `Frontend Deployment` section of these docs.
Your frontend should be able to deploy to a auto-generated URL via Netlify now! Steps for domain management and configuration are described further in the [Frontend Deployment](.
./42_frontend_deployment) section of these docs.

## Sentry

Expand Down Expand Up @@ -414,7 +415,7 @@

##### Create a PyPI Account

Versions of this tool are hosted, versioned and managed by PyPI -- therefor, you will need to create an account.
Versions of this tool are hosted, versioned and managed by PyPI -- therefore, you will need to create an account.

##### Retrieve an API Token

Expand All @@ -436,7 +437,9 @@
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
<br/><br/>

##### Create a project with a unique name
In terms of creating and publishing your first project, go to the [documentation for setting up a CLI and Python Client](.
./47_cli_python)


## datalad (TBD)

Expand Down
Loading