Skip to content

Commit

Permalink
Remove changes from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Dec 19, 2024
1 parent ebc31b4 commit 92da049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/new_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ questions:
* - *What github organization will your project live under?*
- This will either be a github organization, or your github username, if you're working outside
of an organization. This is used to construct URLs to your project, like
``git@github.com:{{project_organization}}/{{project_name}}``
``https://github.com/{{project_organization}}/{{project_name}}``
* - *What is the name of the code author?*
- The name of the code's author, or the organization that is responsible for the code.
This will be used in the project and documentation metadata.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/template_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The name of your project.

Must start with a lowercase letter, followed by one or more of the following (a-z, 0-9, _, -).

This will be used to connect to your project on github, as in ``git@github.com:{{project_organization}}/{{project_name}}``.
This will be used to connect to your project on github, as in ``https://github.com/{{project_organization}}/{{project_name}}``.

If you distribute your code via PyPI, this is the name that will be used. This will allow users to install like so: ``pip install <project_name>``.

Expand Down Expand Up @@ -71,7 +71,7 @@ This will be:

* Your GitHub username, if you're working outside of an organization.

This is used to construct URLs to your project, as in: ``git@github.com:{{project_organization}}/{{project_name}}``.
This is used to construct URLs to your project, as in: ``https://github.com/{{project_organization}}/{{project_name}}``.


5. Name of the code author
Expand Down

0 comments on commit 92da049

Please sign in to comment.