You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/moving_packages.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,7 @@ limitations under the License.
22
22
23
23
> This document is intended to provide a step-by-step guide for moving a package from one part of the codebase to another part of the codebase. This guide also applies when renaming a package.
24
24
25
-
The following outlines a sequence of steps to follow in order to migrate a single strided API package which is in `stats/base` to `stats/strided`.
26
-
27
-
At a high level, the process is as follows:
25
+
At a high level, the process for migrating a single package to another part of the codebase is as follows:
28
26
29
27
1. Copy the existing package to a new location.
30
28
2. Update all import paths which point to the original package to the new copy.
0 commit comments