Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation cleanup #1841

Merged
merged 3 commits into from
Dec 30, 2021
Merged

Documentation cleanup #1841

merged 3 commits into from
Dec 30, 2021

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Dec 30, 2021

Documentation fixes for warnings, to ensure we can link the various types of connections. Also fixes #1839

Fixing the docs link for redis.Redis

Removing all sphinx warnings
@chayim chayim added the bug Bug label Dec 30, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2021

Codecov Report

Merging #1841 (1ef7985) into master (deaaa53) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1841      +/-   ##
==========================================
- Coverage   93.62%   93.60%   -0.02%     
==========================================
  Files          76       76              
  Lines       16207    16207              
==========================================
- Hits        15173    15171       -2     
- Misses       1034     1036       +2     
Impacted Files Coverage Δ
redis/client.py 89.37% <ø> (ø)
redis/cluster.py 92.04% <ø> (ø)
redis/commands/graph/commands.py 84.50% <ø> (ø)
redis/commands/search/commands.py 88.46% <ø> (ø)
redis/connection.py 88.33% <ø> (ø)
redis/sentinel.py 85.98% <ø> (ø)
tests/test_cluster.py 98.40% <0.00%> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update deaaa53...1ef7985. Read the comment docs.

@chayim chayim merged commit bc3dbb4 into redis:master Dec 30, 2021
@chayim chayim deleted the ck-fixdocs-1839 branch December 30, 2021 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redis.Redis is no longer documented, only redis.client.redis
2 participants