|
6 | 6 |
|
7 | 7 | <div align="center"> |
8 | 8 |
|
9 | | -<a href="https://github.com/ThunderStruct/nbrefactor"></a> |
| 9 | +<a href="https://github.com/ThunderStruct/nbrefactor"></a> |
10 | 10 | <a href="https://pypi.org/project/nbrefactor/"></a> |
11 | 11 | <a href="https://github.com/ThunderStruct/nbrefactor/blob/master/LICENSE"></a> |
12 | 12 | <a href="https://nbrefactor.readthedocs.io/en/latest/"></a> |
@@ -126,12 +126,12 @@ To use the CLI, run the following command: |
126 | 126 | jupyter nbrefactor <notebook_path> <output_path> [OPTIONS] |
127 | 127 | ``` |
128 | 128 |
|
129 | | -| Options | Description | |
130 | | -|---------|----------------------------------------------------| |
131 | | -| -i | Generate __init__.py files in package directories. | |
132 | | -| -rp | Name of the root package (defaults to ".") | |
133 | | -| -gp | Generate a plot of the module dependency tree | |
134 | | -| -pf | Format of the plot (e.g., "pdf", "png") | |
| 129 | +| Options | Description | |
| 130 | +|---------|------------------------------------------------------| |
| 131 | +| -i | Generate `__init__.py` files in package directories. | |
| 132 | +| -rp | Name of the root package (defaults to ".") | |
| 133 | +| -gp | Generate a plot of the module dependency tree | |
| 134 | +| -pf | Format of the plot (e.g., "pdf", "png") | |
135 | 135 |
|
136 | 136 | - `<notebook_path>`: Path to the Jupyter notebook file you want to refactor. |
137 | 137 | - `<output_path>`: Directory where the refactored Python modules will be saved. |
|
0 commit comments