Skip to content

Commit

Permalink
DOC: Splitting api.rst in several files (pandas-dev#24462)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored and Pingviinituutti committed Feb 28, 2019
1 parent 0c6f3f1 commit f56666e
Show file tree
Hide file tree
Showing 21 changed files with 4,030 additions and 4,121 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ asv_bench/pandas/
# Documentation generated files #
#################################
doc/source/generated
doc/source/api/generated
doc/source/_static
doc/source/vbench
doc/source/vbench.rst
Expand Down
2 changes: 1 addition & 1 deletion doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def clean():
Clean documentation generated files.
"""
shutil.rmtree(BUILD_PATH, ignore_errors=True)
shutil.rmtree(os.path.join(SOURCE_PATH, 'generated'),
shutil.rmtree(os.path.join(SOURCE_PATH, 'api', 'generated'),
ignore_errors=True)

def zip_html(self):
Expand Down
Loading

0 comments on commit f56666e

Please sign in to comment.