Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ checkout, run the following commands::
$ git push origin badges
$ git checkout main

Make a ``gh-pages`` branch
--------------------------

Follow the same steps shown above, changing the branch name to ``gh-pages``.


.. _setuptools documentation: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

Expand Down Expand Up @@ -151,10 +156,12 @@ doorstop_ documents, eg::


Please see the doorstop Quick Start for an overview of the relevant doorstop
commands.
commands. See the `rpmget project`_ for a more fleshed out real-world example
of using doorstop_ and sphinx together.

.. _doorstop Quick Start: https://doorstop.readthedocs.io/en/latest/getting-started/quickstart.html
.. _doorstop: https://doorstop.readthedocs.io/en/latest/index.html
.. _rpmget project: https://github.com/sarnold/rpmget


Tox
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test = [

[project.urls]
Homepage = "https://github.com/sarnold/simple-python-project"
Documentation = "https://sarnold.github.io/simple-python-project/"
Repository = "https://github.com/sarnold/simple-python-project.git"
Issues = "https://github.com/sarnold/simple-python-project/issues"
Changelog = "https://github.com/sarnold/simple-python-project/blob/main/CHANGELOG.rst"
Expand Down
Loading