Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Apr 9, 2024
1 parent ffe830b commit 8852fe9
Show file tree
Hide file tree
Showing 4 changed files with 1,517 additions and 1,472 deletions.
30 changes: 15 additions & 15 deletions docs/source/notebooks/user_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
"\u001b[1;34mTopSectionTitle\u001b[0m: PART I — FINANCIAL INFORMATION\n",
"\u001b[1;34mTopSectionTitle\u001b[0m: Item 1.    Financial Statements\n",
"\u001b[1;34mTitleElement\u001b[0m: CONDENSED CONSOLIDATED STATEMENTS OF OPERATIONS (Unaudited)\n",
"\u001b[1;34mSupplementaryText\u001b[0m: (In millions, except number of ...housands and per share amounts)\n",
"\u001b[1;34mTableElement\u001b[0m: Table with ~24 rows, ~80 numbers, and 1058 characters.\n",
"\u001b[1;34mSupplementaryText\u001b[0m: (In millions, except number of ...ousands, and per-share amounts)\n",
"\u001b[1;34mTableElement\u001b[0m: Table with ~24 rows, ~40 numbers, and 742 characters.\n",
"\u001b[1;34mSupplementaryText\u001b[0m: See accompanying Notes to Conde...solidated Financial Statements.\n",
"\u001b[1;34mTitleElement\u001b[0m: CONDENSED CONSOLIDATED STATEMEN...OMPREHENSIVE INCOME (Unaudited)\n",
"...\n"
Expand Down Expand Up @@ -247,8 +247,8 @@
"\u001b[1;34mTopSectionTitle\u001b[0m: PART I — FINANCIAL INFORMATION\n",
"├── \u001b[1;34mTopSectionTitle\u001b[0m: Item 1.    Financial Statements\n",
"│ ├── \u001b[1;34mTitleElement\u001b[0m: CONDENSED CONSOLIDATED STATEMENTS OF OPERATIONS (Unaudited)\n",
"│ │ ├── \u001b[1;34mSupplementaryText\u001b[0m: (In millions, except number of ...housands and per share amounts)\n",
"│ │ ├── \u001b[1;34mTableElement\u001b[0m: Table with ~24 rows, ~80 numbers, and 1058 characters.\n",
"│ │ ├── \u001b[1;34mSupplementaryText\u001b[0m: (In millions, except number of ...ousands, and per-share amounts)\n",
"│ │ ├── \u001b[1;34mTableElement\u001b[0m: Table with ~24 rows, ~40 numbers, and 742 characters.\n",
"│ │ └── \u001b[1;34mSupplementaryText\u001b[0m: See accompanying Notes to Conde...solidated Financial Statements.\n",
"│ ├── \u001b[1;34mTitleElement\u001b[0m: CONDENSED CONSOLIDATED STATEMEN...OMPREHENSIVE INCOME (Unaudited)\n",
"...\n"
Expand Down Expand Up @@ -390,28 +390,28 @@
"output_type": "stream",
"text": [
"\u001b[1;34mTitleElement\u001b[0m: Segment Operating Performance\n",
"├── \u001b[1;34mMyElement\u001b[0m: The following table shows net s...25, 2022 (dollars in millions):\n",
"├── \u001b[1;34mTableElement\u001b[0m: Table with ~7 rows, ~40 numbers, and 414 characters.\n",
"├── \u001b[1;34mMyElement\u001b[0m: The following table shows net s...31, 2022 (dollars in millions):\n",
"├── \u001b[1;34mTableElement\u001b[0m: Table with ~7 rows, ~20 numbers, and 264 characters.\n",
"├── \u001b[1;34mTitleElement\u001b[0m: Americas\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: Americas net sales decreased du...y higher net sales of Services.\n",
"├── \u001b[1;34mTitleElement\u001b[0m: Europe\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: The weakness in foreign currenc... by higher net sales of iPhone.\n",
"│ └── \u001b[1;34mTextElement\u001b[0m: Americas net sales increased 2%...ring the first quarter of 2024.\n",
"├── \u001b[1;34mTitleElement\u001b[0m: Greater China\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: The weakness in the renminbi re...y of lower net sales of iPhone.\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: Greater China net sales decreas...ring the first quarter of 2024.\n",
"├── \u001b[1;34mTitleElement\u001b[0m: Japan\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: The weakness in the yen relativ...earables, Home and Accessories.\n",
"│ └── \u001b[1;34mMyElement\u001b[0m: Japan net sales increased 15% o...ring the first quarter of 2024.\n",
"└── \u001b[1;34mTitleElement\u001b[0m: Rest of Asia Pacific\n",
" └── \u001b[1;34mMyElement\u001b[0m: The weakness in foreign currenc...fset by lower net sales of Mac.\n",
" └── \u001b[1;34mMyElement\u001b[0m: Rest of Asia Pacific net sales ...earables, Home and Accessories.\n",
"...\n"
]
}
],
"source": [
"def get_steps():\n",
" return [\n",
" MyClassifier(types_to_process={sp.NotYetClassifiedElement})\n",
" if isinstance(step, TextClassifier)\n",
" else step\n",
" (\n",
" MyClassifier(types_to_process={sp.NotYetClassifiedElement})\n",
" if isinstance(step, TextClassifier)\n",
" else step\n",
" )\n",
" for step in sp.Edgar10QParser().get_default_steps()\n",
" ]\n",
"\n",
Expand Down
Loading

0 comments on commit 8852fe9

Please sign in to comment.