diff --git a/.dockerignore b/.dockerignore index 155f4c4ab..8317d4723 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # diff --git a/.dvc/.gitignore b/.dvc/.gitignore index 204effdef..6f9cbbdb6 100644 --- a/.dvc/.gitignore +++ b/.dvc/.gitignore @@ -1,4 +1,4 @@ -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # diff --git a/.dvcignore b/.dvcignore index 81b41471f..4a1e0c0e3 100644 --- a/.dvcignore +++ b/.dvcignore @@ -2,7 +2,7 @@ # the performance. Learn more at # https://dvc.org/doc/user-guide/dvcignore -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # diff --git a/.env.example b/.env.example index 7243fc438..79c800830 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 4b38244fc..ec3add3ff 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -33,7 +33,7 @@ A clear and concise description of what you expected to happen. Please provide the following information. - - Blue Brain Search version (use `python -c "import bbsearch; print(bbsearch.__version__)"`): + - Blue Brain Search version (use `python -c "import bluesearch; print(bluesearch.__version__)"`): - OS (e.g., Linux): - How you installed Blue Brain Search (source, pip, ...): - Installation command you used (if compiling from source): diff --git a/.gitignore b/.gitignore index fba53ad92..99a96e655 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # @@ -27,7 +27,7 @@ !.env*.example # Version file -/src/bbsearch/version.py +/src/bluesearch/version.py # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/.jenkins.sh b/.jenkins.sh index 62760cb63..7f932f3d6 100755 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -1,6 +1,6 @@ #!/bin/bash -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # @@ -56,7 +56,7 @@ tox -e docs tox -e py37 -- --color=yes if [ "$BUILD_DOCS" = true ]; then - .tox/docs/bin/python -c "import bbsearch; print('Installed version BBSearch: ', bbsearch.__version__)" + .tox/docs/bin/python -c "import bluesearch; print('Installed version Blue Brain Search: ', bluesearch.__version__)" cd docs || exit # docs is already built by tox pip install -i https://bbpteam.epfl.ch/repository/devpi/simple docs-internal-upload docs-internal-upload --docs-path _build/html --metadata-path _build/html/metadata.md diff --git a/.mypy.ini b/.mypy.ini index fe0b637da..db0cd1e74 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,4 +1,4 @@ -;BBSearch is a text mining toolbox focused on scientific use cases. +;Blue Brain Search is a text mining toolbox focused on scientific use cases. ; ;Copyright (C) 2020 Blue Brain Project, EPFL. ; diff --git a/.travis.yml b/.travis.yml index f6e628881..dee71a68f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# BBSearch is a text mining toolbox focused on scientific use cases. +# Blue Brain Search is a text mining toolbox focused on scientific use cases. # # Copyright (C) 2020 Blue Brain Project, EPFL. # diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fc136e89..3c2ed088a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@