Skip to content

Commit 4d00630

Browse files
add compose page back in
1 parent b1642e9 commit 4d00630

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

compose.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Docker Compose
2+
==============
3+
4+
Docker compose is described in :ref:`Testcontainers Core`.

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"sphinx.ext.doctest",
3434
"sphinx.ext.intersphinx",
3535
"sphinx.ext.napoleon",
36+
"sphinx.ext.autosectionlabel",
3637
]
3738

3839
# Configure autodoc to avoid excessively long fully-qualified names.

core/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Testcontainers Core
99

1010
.. autoclass:: testcontainers.core.generic.DbContainer
1111

12+
.. raw:: html
13+
14+
<hr>
15+
16+
Compose
17+
-------
18+
19+
It is also possible to use Docker Compose functionality:
20+
21+
.. autoclass:: testcontainers.compose.compose.DockerCompose
22+
1223
.. raw:: html
1324

1425
<hr>

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ testcontainers-python facilitates the use of Docker containers for functional an
1616
:maxdepth: 1
1717

1818
core/README
19+
compose
1920
modules/index
2021

2122
Getting Started

0 commit comments

Comments
 (0)