8000 DOC: small updates to make.py script by jorisvandenbossche · Pull Request #19951 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: small updates to make.py script #19951

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
alias api for api.rst
  • Loading branch information
jorisvandenbossche committed Mar 1, 2018
commit 750f1a741d8cf0977f454d31f8f0615382bf7640
2 changes: 1 addition & 1 deletion doc/make.py
Original file line number Diff line number Diff line change
565B Expand Up @@ -122,7 +122,7 @@ def _process_single_doc(self, single_doc):
"""
self.include_api = False

if single_doc == 'api.rst':
if single_doc == 'api.rst' or single_doc == 'api':
self.single_doc_type = 'api'
self.single_doc = 'api'
elif os.path.exists(os.path.join(SOURCE_PATH, single_doc)):
Expand Down
0