Skip to content

Commit 5e78eb5

Browse files
Harsh choudharyHarsh choudhary
Harsh choudhary
authored and
Harsh choudhary
committed
done
1 parent 78acf94 commit 5e78eb5

File tree

2,036 files changed

+32
-709148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,036 files changed

+32
-709148
lines changed

doc/make.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import docutils
2525
import docutils.parsers.rst
26+
import pandas
2627

2728
DOC_PATH = os.path.dirname(os.path.abspath(__file__))
2829
SOURCE_PATH = os.path.join(DOC_PATH, "source")
@@ -83,11 +84,11 @@ def _process_single_doc(self, single_doc):
8384
if os.path.exists(os.path.join(SOURCE_PATH, single_doc)):
8485
return single_doc
8586
else:
86-
raise FileNotFoundError(f"File {single_doc} not found")
87+
raise FileNotFoundError(f"File {single_doc} not f ound")
8788

8889
elif single_doc.startswith("pandas."):
8990
try:
90-
obj = pandas # noqa: F821
91+
obj = pandas # noqa: F821
9192
for name in single_doc.split("."):
9293
obj = getattr(obj, name)
9394
except AttributeError as err:

pandas/__init__.py

Lines changed: 0 additions & 350 deletions
This file was deleted.

0 commit comments

Comments
 (0)