Skip to content

Commit 2f33a17

Browse files
committed
add more db refs
1 parent 26b4f62 commit 2f33a17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hypothesis-python/docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,14 @@ def setup(app):
250250
251251
.. |@reproduce_failure| replace:: :func:`@reproduce_failure <hypothesis.reproduce_failure>`
252252
253-
.. |RedisExampleDatabase| replace:: :class:`~hypothesis.extra.redis.RedisExampleDatabase`
253+
.. |ExampleDatabase| replace:: :class:`~hypothesis.database.ExampleDatabase`
254+
.. |DirectoryBasedExampleDatabase| replace:: :class:`~hypothesis.database.DirectoryBasedExampleDatabase`
254255
.. |InMemoryExampleDatabase| replace:: :class:`~hypothesis.database.InMemoryExampleDatabase`
255256
.. |ReadOnlyDatabase| replace:: :class:`~hypothesis.database.ReadOnlyDatabase`
256257
.. |MultiplexedDatabase| replace:: :class:`~hypothesis.database.MultiplexedDatabase`
257258
.. |GitHubArtifactDatabase| replace:: :class:`~hypothesis.database.GitHubArtifactDatabase`
258259
.. |BackgroundWriteDatabase| replace:: :class:`~hypothesis.database.BackgroundWriteDatabase`
260+
.. |RedisExampleDatabase| replace:: :class:`~hypothesis.extra.redis.RedisExampleDatabase`
259261
260262
.. |str| replace:: :obj:`python:str`
261263
.. |int| replace:: :obj:`python:int`

0 commit comments

Comments
 (0)