Skip to content

Commit 41356e5

Browse files
committed
Rebrand for formate
1 parent ffaad0e commit 41356e5

File tree

8 files changed

+20
-15
lines changed

8 files changed

+20
-15
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Contributing Guide
44

55
.. start short_desc
66
7-
**Contributing guide for repo-helper and associated projects**
7+
**Contributing guide for projects in the python-formate organization**
88

99
.. end short_desc
1010
11-
View online at https://contributing.repo-helper.uk
11+
View online at https://contributing-to-formate.readthedocs.io/

contributing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# __init__.py
44
"""
5-
Contributing guide for repo-helper and associated projects.
5+
Contributing guide for projects in the python-formate organization.
66
"""
77
#
88
# Copyright © 2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>

doc-source/_templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
{% extends "!base.html" %}
33
{% block extrahead %}
44
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
5+
<link rel=icon href=https://python-formate.github.io/assets/formate.ico sizes="48x48" type="image/vnd.microsoft.icon">
56
{% endblock %}

doc-source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ def setup(app):
8787
nitpicky = True
8888
del version
8989
del release
90-
html_title = "repo-helper Contributing Guide"
90+
html_title = "formate Contributing Guide"
91+
html_logo = "formate.png"

doc-source/formate.png

1.63 KB
Loading

doc-source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ With bash:
4949

5050
.. code-block:: bash
5151
52-
(repo-helper) $
52+
(formate) $
5353
5454
5555
.. _GitHub: https://github.com/

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "whey"
55
[project]
66
name = "contributing"
77
version = "2021.0.0"
8-
description = "Contributing guide for repo-helper and associated projects"
8+
description = "Contributing guide for projects in the python-formate organization"
99
readme = "README.rst"
1010
keywords = []
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
@@ -18,10 +18,10 @@ name = "Dominic Davis-Foster"
1818
email = "dominic@davis-foster.co.uk"
1919

2020
[project.urls]
21-
Homepage = "https://github.com/repo-helper/contributing"
22-
"Issue Tracker" = "https://github.com/repo-helper/contributing/issues"
23-
"Source Code" = "https://github.com/repo-helper/contributing"
24-
Documentation = "https://contributing.repo-helper.uk"
21+
Homepage = "https://github.com/python-formate/contributing"
22+
"Issue Tracker" = "https://github.com/python-formate/contributing/issues"
23+
"Source Code" = "https://github.com/python-formate/contributing"
24+
Documentation = "https://contributing-to-formate.readthedocs.io"
2525

2626
[tool.whey]
2727
base-classifiers = []
@@ -33,7 +33,7 @@ license-key = "MIT"
3333
[tool.importcheck]
3434

3535
[tool.sphinx-pyproject]
36-
github_username = "repo-helper"
36+
github_username = "python-formate"
3737
github_repository = "contributing"
3838
author = "Dominic Davis-Foster"
3939
project = "contributing"

repo_helper.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ modname: 'contributing'
44
copyright_years: '2020-2021'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
7-
username: 'repo-helper'
7+
username: 'python-formate'
88
assignee: 'domdfcoding'
99
version: '2021.0.0'
1010
license: 'MIT'
11-
short_desc: 'Contributing guide for repo-helper and associated projects'
11+
short_desc: 'Contributing guide for projects in the python-formate organization'
1212

1313
use_whey: True
1414
docs_fail_on_warning: true
1515
sphinx_html_theme: furo
1616
enable_tests: false
1717
enable_conda: false
1818
on_pypi: false
19-
docs_url: https://contributing.repo-helper.uk
19+
docs_url: https://contributing-to-formate.readthedocs.io
2020

2121
python_versions:
2222
- '3.8'
@@ -25,7 +25,8 @@ sphinx_conf_epilogue:
2525
- nitpicky = True
2626
- del version
2727
- del release
28-
- html_title = "repo-helper Contributing Guide"
28+
- html_title = "formate Contributing Guide"
29+
- html_logo = "formate.png"
2930

3031
extra_sphinx_extensions:
3132
- html_section
@@ -34,3 +35,5 @@ exclude_files:
3435
- contributing
3536
- Source_rst
3637
- license_rst
38+
39+
preserve_custom_theme: true

0 commit comments

Comments
 (0)