Skip to content

Commit 4ec9e7d

Browse files
mdumandagasimarslan
authored andcommitted
add rst files for the documentation of PNCounter, FlakeIdGenerator, Statistics and Version (#161)
1 parent 3b38a46 commit 4ec9e7d

6 files changed

+32
-0
lines changed

Diff for: docs/hazelcast.proxy.flake_id_generator.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FlakeIdGenerator
2+
================
3+
4+
.. automodule:: hazelcast.proxy.flake_id_generator
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

Diff for: docs/hazelcast.proxy.pn_counter.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
PNCounter
2+
=========
3+
4+
.. automodule:: hazelcast.proxy.pn_counter
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

Diff for: docs/hazelcast.proxy.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Hazelcast Proxies
88
hazelcast.proxy.base
99
hazelcast.proxy.count_down_latch
1010
hazelcast.proxy.executor
11+
hazelcast.proxy.flake_id_generator
1112
hazelcast.proxy.id_generator
1213
hazelcast.proxy.list
1314
hazelcast.proxy.lock
1415
hazelcast.proxy.map
1516
hazelcast.proxy.multi_map
1617
hazelcast.proxy.queue
18+
hazelcast.proxy.pn_counter
1719
hazelcast.proxy.replicated_map
1820
hazelcast.proxy.ringbuffer
1921
hazelcast.proxy.semaphore

Diff for: docs/hazelcast.rst

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Hazelcast Python Client
2020
hazelcast.proxy
2121
hazelcast.reactor
2222
hazelcast.serialization
23+
hazelcast.statistics
2324
hazelcast.transaction
2425
hazelcast.util
26+
hazelcast.version
2527

Diff for: docs/hazelcast.statistics.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Statistics
2+
==========
3+
4+
.. automodule:: hazelcast.statistics
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

Diff for: docs/hazelcast.version.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Version
2+
=========
3+
4+
.. automodule:: hazelcast.version
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)