-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Sphinx - Add title to each doc page (#443)
It may be useful for Google SEO to index the pages **Before:** ![Screenshot 2024-01-31 at 11 23 38](https://github.com/testcontainers/testcontainers-python/assets/16025055/f9795d8f-07f0-43f6-b087-73a331ff588d) **After:** ![Screenshot 2024-01-31 at 11 31 09](https://github.com/testcontainers/testcontainers-python/assets/16025055/cea026ac-afa0-41b2-a098-9377be8e0e1b) Co-authored-by: Vinicius Morais Dutra <[email protected]>
- Loading branch information
1 parent
1223583
commit 750e12a
Showing
21 changed files
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.. autoclass:: testcontainers.arangodb.ArangoDbContainer | ||
.. title:: testcontainers.arangodb.ArangoDbContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.azurite.AzuriteContainer | ||
.. title:: testcontainers.azurite.AzuriteContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.clickhouse.ClickHouseContainer | ||
.. title:: testcontainers.clickhouse.ClickHouseContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.elasticsearch.ElasticSearchContainer | ||
.. title:: testcontainers.elasticsearch.ElasticSearchContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.google.PubSubContainer | ||
.. title:: testcontainers.google.PubSubContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.k3s.K3SContainer | ||
.. title:: testcontainers.k3s.K3SContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.kafka.KafkaContainer | ||
.. title:: testcontainers.kafka.KafkaContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.keycloak.KeycloakContainer | ||
.. title:: testcontainers.keycloak.KeycloakContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.localstack.LocalStackContainer | ||
.. title:: testcontainers.localstack.LocalStackContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.minio.MinioContainer | ||
.. title:: testcontainers.minio.MinioContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.mongodb.MongoDbContainer | ||
.. title:: testcontainers.mongodb.MongoDbContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.mssql.SqlServerContainer | ||
.. title:: testcontainers.mssql.SqlServerContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.mysql.MySqlContainer | ||
.. title:: testcontainers.mysql.MySqlContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.neo4j.Neo4jContainer | ||
.. title:: testcontainers.neo4j.Neo4jContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.nginx.NginxContainer | ||
.. title:: testcontainers.nginx.NginxContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.opensearch.OpenSearchContainer | ||
.. title:: testcontainers.opensearch.OpenSearchContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.oracle.OracleDbContainer | ||
.. title:: testcontainers.oracle.OracleDbContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.postgres.PostgresContainer | ||
.. title:: testcontainers.postgres.PostgresContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.rabbitmq.RabbitMqContainer | ||
.. title:: testcontainers.rabbitmq.RabbitMqContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.redis.RedisContainer | ||
.. title:: testcontainers.redis.RedisContainer |
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 +1,2 @@ | ||
.. autoclass:: testcontainers.selenium.BrowserWebDriverContainer | ||
.. title:: testcontainers.selenium.BrowserWebDriverContainer |