Skip to content

Commit ed4fa1e

Browse files
committed
shorten autodocs
1 parent 618ee9e commit ed4fa1e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
.. include:: ../README.rst
22

3+
.. module:: atomicwrites
34
API
45
===
56

6-
.. autofunction:: atomicwrites.atomic_write
7+
.. autofunction:: atomic_write
78

89
Low-level API
910
-------------
1011

11-
.. autoclass:: atomicwrites.AtomicWriterBase
12+
.. autoclass:: AtomicWriterBase
1213
:members: open
1314

14-
.. autoclass:: atomicwrites.PosixAtomicWriter
15+
.. autoclass:: PosixAtomicWriter
1516
:members: open
1617

17-
.. class:: atomicwrites.AtomicWriter
18+
.. class:: AtomicWriter
1819

1920
Automatically selected writer for the current OS.

0 commit comments

Comments
 (0)