Skip to content

Commit

Permalink
docs(repo): use Traffic throughout
Browse files Browse the repository at this point in the history
Previously, Trafficking and Taffic had been used in the name of the software interchangeably. To standardise and avoid confusion, this has been unified to Traffic in all cases.
  • Loading branch information
rbpatt2019 committed Jan 4, 2022
1 parent cbbcc17 commit af3c4d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Codestyle: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

The source code for the Lipid Trafficking Analysis command line interface.
The source code for the Lipid Traffic Analysis command line interface.

While you are here,
we'd kindly ask you to abide by our [code of conduct](./coc.md).
Expand Down
2 changes: 1 addition & 1 deletion lta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""LTA: A Python CLI for Lipid Trafficking Analysis.
"""LTA: A Python CLI for Lipid Traffic Analysis.
Attributes
----------
Expand Down
2 changes: 1 addition & 1 deletion lta/helpers/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@dataclass
class Pipeline:
"""The Lipid Trafficking Analysis pipeline.
"""The Lipid Traffic Analysis pipeline.
Attributes
----------
Expand Down
2 changes: 1 addition & 1 deletion lta/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

lta_parser = configargparse.ArgumentParser(
prog="lta",
description="Lipid Trafficking Analysis",
description="Lipid Traffic Analysis",
allow_abbrev=False,
add_config_file_help=True,
default_config_files=["lta_conf.txt"],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "LipidTA"
version = "0.12.3"
packages=[{include = "lta"}]
description = "Lipid Trafficking Analysis"
description = "Lipid Traffic Analysis"
license = "MIT"
authors = ["rbpatt2019 <rb.patterson.cross@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit af3c4d1

Please sign in to comment.