Skip to content

Commit 4a5a37b

Browse files
committed
CCPi developers => CIL developers
1 parent b8034ef commit 4a5a37b

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

Wrappers/Python/CMake/setup.py.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ setup(
5050

5151

5252
# metadata for upload to PyPI
53-
author="CCPi developers",
54-
maintainer="Edoardo Pasca",
53+
maintainer="CIL developers",
5554
maintainer_email="edoardo.pasca@stfc.ac.uk",
56-
description='CCPi Core Imaging Library',
55+
description='Core Imaging Library',
5756
license="Apache v2.0",
5857
keywords="Python Framework",
5958
url="http://www.ccpi.ac.uk/cil",

docs/pages/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defaults:
6262
show_meta: false
6363
# sidebar: # left, right (default undefined means none)
6464
comments: false
65-
author: CCPi Developers
65+
author: CIL developers
6666

6767
#google_site_verification: ''
6868
#bing_webmastertools_id: ''

docs/pages/_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/Phlow/feeling-responsive/blob/gh-pages/_data/authors.yml
22
# http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html
33
ccpi-devs:
4-
name: CCPi Developers
4+
name: CIL developers
55
siterole: "webmaster, developer, copywriter, designer"
66
uri: https://github.com/TomographicImaging/CIL/graphs/contributors

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Project information
3030
project = 'CIL'
3131
copyright = '2017-2024'
32-
author = 'CCPi developers'
32+
author = 'CIL developers'
3333
version = version.version
3434
release = version
3535
_baseurl = f'/{getenv("GITHUB_REPOSITORY", "").split("/", 1)[-1]}/'.replace("//", "/")

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Contacts
8181

8282
Please refer to the main `CCPi website`_ for up-to-date information.
8383

84-
The CCPi developers may be contacted:
84+
The CIL developers may be contacted:
8585

8686
* by joining the `devel mailing list`_
8787
* on the CIL's GitHub repository page https://github.com/TomographicImaging/CIL or

0 commit comments

Comments
 (0)