Skip to content

Commit 78a5cc7

Browse files
authored
Merge pull request confluentinc#683 from confluentinc/joel-hamill/doc-fix
Fix for doc issues
2 parents 8fa238a + ab2468e commit 78a5cc7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/index.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Welcome to Confluent's Python client for Apache Kafka documentation
23
===================================================================
34

@@ -11,28 +12,28 @@ Indices and tables
1112

1213
.. automodule:: confluent_kafka
1314
:synopsis: Confluent's Python client for Apache Kafka.
14-
:members:
15+
1516

1617
********
1718
Consumer
1819
********
1920

2021
.. autoclass:: confluent_kafka.Consumer
21-
:members:
22+
2223

2324
********
2425
Producer
2526
********
2627

2728
.. autoclass:: confluent_kafka.Producer
28-
:members:
29+
2930

3031
*****
3132
Admin
3233
*****
3334

3435
.. automodule:: confluent_kafka.admin
35-
:members:
36+
3637

3738
.. autoclass:: confluent_kafka.admin.NewTopic
3839
.. autoclass:: confluent_kafka.admin.NewPartitions
@@ -42,38 +43,38 @@ Avro
4243
****
4344

4445
.. automodule:: confluent_kafka.avro
45-
:members:
46+
4647

4748
.. autoclass:: confluent_kafka.avro.CachedSchemaRegistryClient
48-
:members:
49+
4950

5051
*******
5152
Message
5253
*******
5354

5455
.. autoclass:: confluent_kafka.Message
55-
:members:
56+
5657

5758
**************
5859
TopicPartition
5960
**************
6061

6162
.. autoclass:: confluent_kafka.TopicPartition
62-
:members:
63+
6364

6465
**********
6566
KafkaError
6667
**********
6768

6869
.. autoclass:: confluent_kafka.KafkaError
69-
:members:
70+
7071

7172
**************
7273
KafkaException
7374
**************
7475

7576
.. autoclass:: confluent_kafka.KafkaException
76-
:members:
77+
7778

7879
******
7980
Offset
@@ -91,7 +92,7 @@ ThrottleEvent
9192
*************
9293

9394
.. autoclass:: confluent_kafka.ThrottleEvent
94-
:members:
95+
9596

9697

9798
Configuration

0 commit comments

Comments
 (0)