Skip to content

Commit 43d21f8

Browse files
committed
docs fixes (claude)
1 parent d6776a8 commit 43d21f8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Changing Parameter Values
4242

4343
.. automodule:: csql
4444
:members:
45-
:exclude-members: Q, Parameters, Query, RenderedQuery, ParameterValue
45+
:exclude-members: Q, Parameters, Query, RenderedQuery, ParameterValue, ParameterPlaceholder
4646
:undoc-members:
4747

4848
Q()

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ def check_output(self, want, got, optionflags):
128128
# set_type_checking_flag = True
129129

130130
# -- intersphinx
131-
intersphinx_mapping = {"pandas": ("https://pandas.pydata.org/docs/", None)}
131+
intersphinx_mapping = {
132+
"python": ("https://docs.python.org/3", None),
133+
"pandas": ("https://pandas.pydata.org/docs/", None),
134+
}
132135

133136
autosummary_generate = False
134137
autosummary_imported_members = True

0 commit comments

Comments
 (0)