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
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/tutorials/new.rst
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Creating a new repo from the skeleton
4
4
Once you have followed the `installation` tutorial, you can use the
5
5
commandline tool to make a new repo that inherits the skeleton::
6
6
7
-
python3-pip-skeleton new /path/to/be/created
7
+
python3-pip-skeleton new /path/to/be/created --org my_github_user_or_org
8
8
9
9
This will:
10
10
@@ -49,9 +49,6 @@ run this, there will be some failing tests::
49
49
FAILED tests/test_boilerplate_removed.py::test_changed_README_body - AssertionError: Please change ./README.rst to include some features and why people should use it
50
50
FAILED tests/test_boilerplate_removed.py::test_removed_CHANGELOG_note - AssertionError: Please change ./CHANGELOG.rst To remove the note at the top
51
51
FAILED tests/test_boilerplate_removed.py::test_changed_CHANGELOG - AssertionError: Please change ./CHANGELOG.rst To summarize changes to your module as you make them
52
-
FAILED tests/test_boilerplate_removed.py::test_docs_ref_api_changed - AssertionError: Please change ./docs/reference/api.rst to introduce the API for your module
53
-
FAILED tests/test_boilerplate_removed.py::test_how_tos_written - AssertionError: Please delete ./docs/how-to/accomplish-a-task.rst and write some docs/how-tos
54
-
FAILED tests/test_boilerplate_removed.py::test_explanations_written - AssertionError: Please delete ./docs/explanations/why-is-something-so.rst and write some docs/explanations
55
52
========================================================================== 8 failed, 5 passed in 0.28s ==========================================================================
56
53
57
54
When you change the template text mentioned in the error, these tests will pass.
0 commit comments