forked from repo-helper/contributing
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffaad0e
commit a70b70e
Showing
7 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# __init__.py | ||
""" | ||
Contributing guide for repo-helper and associated projects. | ||
Contributing guide for PyMassSpec and associated projects. | ||
""" | ||
# | ||
# Copyright © 2020-2021 Dominic Davis-Foster <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ With bash: | |
|
||
.. code-block:: bash | ||
(repo-helper) $ | ||
(PyMassSpec) $ | ||
.. _GitHub: https://github.com/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,7 @@ Contributing Guide | |
documentation | ||
building | ||
release-process | ||
|
||
.. sidebar-links:: | ||
:caption: Links | ||
:github: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "whey" | |
[project] | ||
name = "contributing" | ||
version = "2021.0.0" | ||
description = "Contributing guide for repo-helper and associated projects" | ||
description = "Contributing guide for PyMassSpec and associated projects" | ||
readme = "README.rst" | ||
keywords = [] | ||
dynamic = [ "requires-python", "classifiers", "dependencies",] | ||
|
@@ -18,10 +18,10 @@ name = "Dominic Davis-Foster" | |
email = "[email protected]" | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/repo-helper/contributing" | ||
"Issue Tracker" = "https://github.com/repo-helper/contributing/issues" | ||
"Source Code" = "https://github.com/repo-helper/contributing" | ||
Documentation = "https://contributing.repo-helper.uk" | ||
Homepage = "https://github.com/PyMassSpec/contributing" | ||
"Issue Tracker" = "https://github.com/PyMassSpec/contributing/issues" | ||
"Source Code" = "https://github.com/PyMassSpec/contributing" | ||
Documentation = "https://contributing-to-pyms.readthedocs.io" | ||
|
||
[tool.whey] | ||
base-classifiers = [] | ||
|
@@ -33,7 +33,7 @@ license-key = "MIT" | |
[tool.importcheck] | ||
|
||
[tool.sphinx-pyproject] | ||
github_username = "repo-helper" | ||
github_username = "PyMassSpec" | ||
github_repository = "contributing" | ||
author = "Dominic Davis-Foster" | ||
project = "contributing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ modname: 'contributing' | |
copyright_years: '2020-2021' | ||
author: 'Dominic Davis-Foster' | ||
email: '[email protected]' | ||
username: 'repo-helper' | ||
username: 'PyMassSpec' | ||
assignee: 'domdfcoding' | ||
version: '2021.0.0' | ||
license: 'MIT' | ||
short_desc: 'Contributing guide for repo-helper and associated projects' | ||
short_desc: 'Contributing guide for PyMassSpec and associated projects' | ||
|
||
use_whey: True | ||
docs_fail_on_warning: true | ||
sphinx_html_theme: furo | ||
enable_tests: false | ||
enable_conda: false | ||
on_pypi: false | ||
docs_url: https://contributing.repo-helper.uk | ||
docs_url: https://contributing-to-pyms.readthedocs.io | ||
|
||
python_versions: | ||
- '3.8' | ||
|
@@ -25,7 +25,7 @@ sphinx_conf_epilogue: | |
- nitpicky = True | ||
- del version | ||
- del release | ||
- html_title = "repo-helper Contributing Guide" | ||
- html_title = "PyMassSpec Contributing Guide" | ||
|
||
extra_sphinx_extensions: | ||
- html_section | ||
|