Skip to content

Commit 20fb5e7

Browse files
committed
cleaning
1 parent 6d8cb04 commit 20fb5e7

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

STRUCTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ example-name/
1616
├── README.md # Documentation and usage examples
1717
├── run.py # Main implementation
1818
├── guide.md # (Optional) Additional technical details
19-
└── repo-before/ # (Optional) Sample code for transformation
19+
└── input_repo/ # (Optional) Sample code for transformation
2020
```
2121

2222
## Code Organization in `run.py`

examples/flask_to_fastapi_migration/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ The script will process all Python files in the `repo-before` directory and appl
6363
## Understanding the Code
6464

6565
- `run.py` - The migration script
66-
- `repo-before/` - Sample Flask application to migrate
67-
- `guide.md` - Additional notes and explanations
66+
- `input_repo/` - Sample Flask application to migrate
6867

6968
## Learn More
7069

examples/python2_to_python3/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ The script will process all Python files in the `repo-before` directory and appl
8383
## Understanding the Code
8484

8585
- `run.py` - The migration script
86-
- `repo-before/` - Sample Python 2 code to migrate
87-
- `guide.md` - Additional notes and explanations
86+
- `input_repo/` - Sample Python 2 code to migrate
8887

8988
## Learn More
9089

examples/unittest_to_pytest/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ The script will process all Python test files in the `repo-before` directory and
8989
## Understanding the Code
9090

9191
- `run.py` - The migration script
92-
- `repo-before/` - Sample `unittest` test suite to migrate
93-
- `guide.md` - Additional notes and explanations
92+
- `input_repo/` - Sample `unittest` test suite to migrate
9493

9594
## Learn More
9695

0 commit comments

Comments
 (0)