We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d418fb commit 4602b68Copy full SHA for 4602b68
ci/build_docs.sh
@@ -69,6 +69,10 @@ if [ "$DOC" ]; then
69
pandas/core/reshape/reshape.py \
70
pandas/core/reshape/tile.py
71
72
+ echo "Running spellcheck on documentation"
73
+ cd doc
74
+ ./make.py spellcheck
75
+
76
fi
77
78
exit 0
scripts/announce.py
@@ -97,7 +97,6 @@ def update_name_wordlist():
97
for name in all_names:
98
wordlist.write('{}\n'.format(name))
99
100
-update_name_wordlist()
101
102
def get_pull_requests(repo, revision_range):
103
prnums = []
0 commit comments