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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ assignees: ''
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:

[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/master/.github/CONTRIBUTING.md
[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/main/.github/CONTRIBUTING.md

[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/master/.github/CODE_OF_CONDUCT.md
[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/main/.github/CODE_OF_CONDUCT.md

[-] I have searched the existing issues and I'm convinced that mine is new.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ assignees: ''
**Important notices**
Before you add a new request, we ask you kindly to acknowledge the following:

[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/master/.github/CONTRIBUTING.md
[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/main/.github/CONTRIBUTING.md

[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/master/.github/CODE_OF_CONDUCT.md
[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/main/.github/CODE_OF_CONDUCT.md

[-] I have searched the existing issues and I'm convinced that mine is new.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ assignees: ''
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:

[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/master/.github/CONTRIBUTING.md
[-] I have read the contributing guide lines at https://github.com/radish-bdd/radish/blob/main/.github/CONTRIBUTING.md

[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/master/.github/CODE_OF_CONDUCT.md
[-] I have read and respect the code of conduct at https://github.com/radish-bdd/radish/blob/main/.github/CODE_OF_CONDUCT.md

[-] I have searched the existing issues and I'm convinced that mine is new.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/master/artwork/radish-bdd-logo-trans-bg.png">
<img align="right" src="https://raw.githubusercontent.com/radish-bdd/radish/main/artwork/radish-bdd-logo-trans-bg.png">

# radish - the root from red to green
> Awesome python BDD tool https://radish-bdd.github.io

***

[![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE)
[![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/radish/badge/?version=stable)](https://radish.readthedocs.io/en/stable/?badge=stable)
<br>
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable)
Expand Down Expand Up @@ -50,7 +50,7 @@ The whole documentation of radish is available on [Read The Docs](http://radish.
Yes, we are looking for some contributors and people who spread out a word about radish.
Help us to improve these piece of software. You don't know what to do?
Just have a look at the Issues or create a new one.
Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too.
Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/main/CONTRIBUTING.md), too.

# Release

Expand Down
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
# The encoding of source files.
# source_encoding = 'utf-8-sig'

# The master toctree document.
master_doc = "index"
# The index toctree document.
index_doc = "index"

# General information about the project.
project = "radish"
Expand Down Expand Up @@ -231,7 +231,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, "radish.tex", "radish Documentation", "Timo Furrer", "manual"),
(index_doc, "radish.tex", "radish Documentation", "Timo Furrer", "manual"),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -259,7 +259,7 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, "radish", "radish Documentation", [author], 1)]
man_pages = [(index_doc, "radish", "radish Documentation", [author], 1)]

# If true, show URL addresses after external links.
# man_show_urls = False
Expand All @@ -272,7 +272,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(
master_doc,
index_doc,
"radish",
"radish Documentation",
author,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. radish documentation master file, created by
.. radish documentation index file, created by
sphinx-quickstart on Sat Jun 13 21:58:55 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ freezegun==1.5.1
pytest==7.4.4
pytest-mock==3.11.1
sphinx==5.3.0
ruff==0.9.7
ruff==0.14.3
Loading