Skip to content

Commit ffafabd

Browse files
committed
doc: fix sphinx warnings
1 parent 16718a1 commit ffafabd

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

docs/demo.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:description: yaylib におけるデモンストレーションのコードを紹介します。
22

33
使い方
4-
=====
4+
======
55

66
.. rst-class:: lead
77

docs/yaylib.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Submodules
2424
yaylib.responses
2525
yaylib.state
2626
yaylib.utils
27+
yaylib.ws
2728

2829
Module contents
2930
---------------

docs/yaylib.ws.rst

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

yaylib/api/post.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def create_call_post(self, text: str = None, **params) -> CreatePostRespon
130130

131131
async def pin_group_post(self, post_id: int, group_id: int) -> Response:
132132
"""サークルの投稿をピン留めする
133+
133134
Args:
134135
post_id (int):
135136
group_id (int):

yaylib/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@ def create_call_post(
18661866

18671867
def pin_group_post(self, post_id: int, group_id: int) -> Response:
18681868
"""サークルの投稿をピン留めする
1869+
18691870
Args:
18701871
post_id (int):
18711872
group_id (int):

0 commit comments

Comments
 (0)