-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
You may want to output something like "docs/tests/test_{name}.py" and expect "nest/deep.md" to output "docs/tests/nest/test_deep.py" before this commmit nested files would output: "docs/tests/test_nest/deep.py" Here pathlib makes for less code
- Loading branch information
1 parent
81db53c
commit 0042efb
Showing
3 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# why? | ||
|
||
We want to make sure that in more complext documentation structures, which may have multiple sub directories, we are still formatting name and paths correctly. | ||
|
||
```py | ||
print("oh that makes sense") | ||
``` | ||
|
||
Good. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters