Add missing "parent dir" symbol in tutorial 2#1932
Conversation
kurtmckee
left a comment
There was a problem hiding this comment.
Looks correct to me. Thanks for catching this!
|
Looks like this has reverted. |
|
This didn't revert -- it never actually got updated. Read the Docs is configured to track @audreyfeldroy @pydanny @ericof @jensens please modify cookiecutter's config in Read the Docs so that "latest" tracks |
|
I've set RTD to target main and ran the build again. Can someone let me know if the change worked? |
|
Looks like that worked @pydanny. https://cookiecutter.readthedocs.io/en/latest/tutorials/tutorial2.html#step-5-pack-cookiecutter-into-zip has the line |
|
Thank you both! 👍 |
|
And happy holidays! |
I think I found a typo in tutorial 2 Create a Cookiecutter From Scratch, when trying to reproduce it and getting stuck at [packing cookiecutter into ZIP](https://cookiecutter.readthedocs.io/en/stable/tutorials/tutorial2.html#step-5-pack-cookiecutter-into-zip.
I was able to pack the cookiecutter after adding a parent directory symbol, which was apparently missing in line 2 of the packing script (unless I misunderstood something, which is also probable because I am not familiar with
pushdandpopd).Please feel free to merge/close without comment!