Skip to content

Commit 8777833

Browse files
committed
fix(gen): update
1 parent 2d62acf commit 8777833

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

pages/gpu/how-to/use-pipenv.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pipenv is a powerful package and dependency manager for Python projects. It comb
3333

3434
## Accessing the preinstalled Pipenv virtual environment
3535

36-
Refer to our [dedicated documentation](/gpu/how-to/use-preinstalled-env/#working-with-the-preinstalled-environment-on-ubuntu-focal-gpu-os-11) on how to access the Pipenv virtual environment from your Scaleway GPU Instance.
36+
Refer to our [dedicated documentation](/gpu/how-to/use-preinstalled-env/#working-with-the-preinstalled-environment-on-ubuntu-focal-gpu-os-12) on how to access the Pipenv virtual environment from your Scaleway GPU Instance.
3737

3838
## Managing packages with Pipenv
3939

pages/gpu/how-to/use-preinstalled-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GPU Instances have different types of preinstalled environments, depending on th
1919
|:----------------------:|:------------------:|:---------------------------------------------------------------:|------------------------------------------------|
2020
| Ubuntu Focal GPU OS 12 | Latest | Nvidia drivers, Nvidia Docker environment (launch Docker container to access working environment) | Pipenv virtual environment accessed via Docker |
2121

22-
Using the latest Ubuntu Focal GPU OS11 image gives you a minimal OS installation on which you can [launch](/gpu/how-to/use-gpu-with-docker/) one of our ready-made [Docker images](/gpu/reference-content/docker-images/). This gives you access to a preinstalled Python environment managed with pipenv. A number of useful AI core packages and tools are installed, including `scipy`, `numpy`, `scikit-learn`, `jupyter`, `tensorflow`, and the Scaleway SDK. Depending on the [Docker image you choose](/gpu/reference-content/docker-images/), other packages and tools will also be preinstalled, providing a convenient framework environment for you so that you can begin work immediately.
22+
Using the latest Ubuntu Focal GPU OS12 image gives you a minimal OS installation on which you can [launch](/gpu/how-to/use-gpu-with-docker/) one of our ready-made [Docker images](/gpu/reference-content/docker-images/). This gives you access to a preinstalled Python environment managed with pipenv. A number of useful AI core packages and tools are installed, including `scipy`, `numpy`, `scikit-learn`, `jupyter`, `tensorflow`, and the Scaleway SDK. Depending on the [Docker image you choose](/gpu/reference-content/docker-images/), other packages and tools will also be preinstalled, providing a convenient framework environment for you so that you can begin work immediately.
2323

2424
<Macro id="requirements" />
2525

pages/managed-databases-for-postgresql-and-mysql/reference-content/pg-version-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ Refer to the official [Error reporting and logging](https://www.postgresql.org/d
8888
- `pg_stat_statements.track`
8989
- `pg_stat_statements.track_utility`
9090

91-
Refer to the official [PG stats parameters](ttps://www.postgresql.org/docs/16/pgstatstatements.html#PGSTATSTATEMENTS-CONFIG-PARAMS) PostgreSQL documentation for more information.
91+
Refer to the official [PG stats parameters](https://www.postgresql.org/docs/16/pgstatstatements.html#PGSTATSTATEMENTS-CONFIG-PARAMS) PostgreSQL documentation for more information.
9292

pages/serverless-containers/how-to/deploy-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can deploy a container from the [Scaleway Container Registry](/container-reg
5858
- Tick the box under **HTTPS connections only** to prevent your container from being called from insecure HTTP connections.
5959
</TabsTab>
6060
<TabsTab label="Requests">
61-
- Set a custom [timeout](/serverless-containers/concepts/#timeout) for the duration of the requests received by your container.
61+
- Set a custom [timeout](/serverless-containers/concepts/#request-timeout) for the duration of the requests received by your container.
6262
- Tick the box under [HTTP protocol](/serverless-containers/concepts/#protocol) to listen to HTTP/2 requests if it is required by your application. Otherwise, we recommend you use HTTP/1.
6363
</TabsTab>
6464
<TabsTab label="Performances">
@@ -121,7 +121,7 @@ Private external container registries are currently not supported.
121121
- Tick the box under **HTTPS connections only** to prevent your container from being called from insecure HTTP connections.
122122
</TabsTab>
123123
<TabsTab label="Requests">
124-
- Set a custom [timeout](/serverless-containers/concepts/#timeout) for the duration of the requests received by your container.
124+
- Set a custom [timeout](/serverless-containers/concepts/#request-timeout) for the duration of the requests received by your container.
125125
- Tick the box under [HTTP protocol](/serverless-containers/concepts/#protocol) to listen to HTTP/2 requests if it is required by your application. Otherwise, we recommend you use HTTP/1.
126126
</TabsTab>
127127
<TabsTab label="Performances">

pages/serverless-containers/how-to/manage-a-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This page shows you how to manage a container, in order to verify or edit its de
4949
- Tick the box under **HTTPS connections only** to prevent your container from being called from insecure HTTP connections.
5050
</TabsTab>
5151
<TabsTab label="Requests">
52-
- Set a custom [timeout](/serverless-containers/concepts/#timeout) for the duration of the requests received by your container.
52+
- Set a custom [timeout](/serverless-containers/concepts/#request-timeout) for the duration of the requests received by your container.
5353
- Tick the box under [HTTP protocol](/serverless-containers/concepts/#protocol) to listen to HTTP/2 requests if it is required by your application. Otherwise, we recommend you use HTTP/1.
5454
</TabsTab>
5555
<TabsTab label="Performances">
@@ -94,7 +94,7 @@ This page shows you how to manage a container, in order to verify or edit its de
9494
- Tick the box under **HTTPS connections only** to prevent your container from being called from insecure HTTP connections.
9595
</TabsTab>
9696
<TabsTab label="Requests">
97-
- Set a custom [timeout](/serverless-containers/concepts/#timeout) for the duration of the requests received by your container.
97+
- Set a custom [timeout](/serverless-containers/concepts/#request-timeout) for the duration of the requests received by your container.
9898
- Tick the box under [HTTP protocol](/serverless-containers/concepts/#protocol) to listen to HTTP/2 requests if it is required by your application. Otherwise, we recommend you use HTTP/1.
9999
</TabsTab>
100100
<TabsTab label="Performances">

pages/serverless-functions/how-to/create-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- serverless
1414
---
1515

16-
This page shows you how to deploy a [function](/serverless-functions/concepts/#function) using the Scaleway console.
16+
This page shows you how to deploy a [function](/serverless-functions/concepts/#serverless-functions) using the Scaleway console.
1717

1818
<Macro id="requirements" />
1919

pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515

1616
This page shows you how to create, manage, and delete a Functions namespace using the Scaleway console.
1717

18-
[Namespaces](/serverless-functions/concepts/#namespace) allow you to group your [functions](/serverless-functions/concepts/#function) and share environment variables, secrets and tokens between them.
18+
[Namespaces](/serverless-functions/concepts/#namespace) allow you to group your [functions](/serverless-functions/concepts/#serverless-functions) and share environment variables, secrets and tokens between them.
1919

2020
<Macro id="requirements" />
2121

pages/serverless-functions/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- serverless
1414
---
1515

16-
Scaleway Serverless Functions makes your [functions](/serverless-functions/concepts/#function) available, executes them on demand and manages resource allocation for you.
16+
Scaleway Serverless Functions makes your [functions](/serverless-functions/concepts/#serverless-functions) available, executes them on demand and manages resource allocation for you.
1717

1818
Functions are designed for lightweight and short-lived workloads, and are limited to [a selection of runtimes](/serverless-functions/reference-content/functions-runtimes/#available-runtimes) for optimum performance.
1919

pages/vpc/reference-content/use-case-basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is a basic infrastructure to leverage VPC isolation:
3535
- Administrators can access the Instances via the [Public Gateway](/public-gateways/concepts/#public-gateway).
3636
- External services are accessed by the Instances via the Public Gateway.
3737

38-
Full [Terraform/OpenTofu templates](#terraform) are available for this infrastructure.
38+
Full [Terraform/OpenTofu templates](##terraformopentofu) are available for this infrastructure.
3939

4040
## Detail
4141

tutorials/create-serverless-scraping/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We start by creating the scraper program, or the "data producer".
4545
3. Create a subdirectory `handlers` within the `scraper` directory, and add a `scrape_hn.py` file inside it.
4646
4. Complete the `scrape_hn.py` file by adding the function code [as shown in the repository](https://github.com/scaleway/serverless-examples/blob/main/mnq/serverless-scraping/scraper/handlers/scrape_hn.py). The main code blocks are briefly explained as follows:
4747

48-
Queue credentials and URL are read by the function from environment variables. Those variables are set by Terraform/OpenTofu as explained in [one of the next sections](#create-a-terraform-file-to-provision-the-necessary-scaleway-resources). *If you choose another deployment method, such as the [console](https://console.scaleway.com/), do not forget to set them.*
48+
Queue credentials and URL are read by the function from environment variables. Those variables are set by Terraform/OpenTofu as explained in [one of the next sections](#create-a-terraformopentofu-file-to-provision-the-necessary-scaleway-resources). *If you choose another deployment method, such as the [console](https://console.scaleway.com/), do not forget to set them.*
4949
```python
5050
queue_url = os.getenv('QUEUE_URL')
5151
sqs_access_key = os.getenv('SQS_ACCESS_KEY')

0 commit comments

Comments
 (0)