-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX-#3962: Change docs copyright statement to 'Modin Developers.' #3964
Conversation
…elopers.' Signed-off-by: jeffreykennethli <jkli@ponder.io>
Codecov Report
@@ Coverage Diff @@
## master #3964 +/- ##
===========================================
- Coverage 80.01% 47.19% -32.82%
===========================================
Files 199 185 -14
Lines 16531 15841 -690
===========================================
- Hits 13227 7476 -5751
- Misses 3304 8365 +5061
Continue to review full report at Codecov.
|
@@ -48,7 +48,7 @@ def noop_decorator(*args, **kwargs): | |||
export_config_help(configs_file_path) | |||
|
|||
project = "Modin" | |||
copyright = "2018-2022, Modin" | |||
copyright = "2018-2022, Modin Developers." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was supposed to change Modin Developers
to Modin
in the NOTICE file as part of our discussion in #3937, but not Modin
to Modin Developers
here. cc @devin-petersohn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The copyright belongs to Modin devleopers, not Modin, so I think it is correct to be Modin Developers
. Maybe my understanding is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're correct.
Signed-off-by: jeffreykennethli jkli@ponder.io
What do these changes do?
Change the docs copyright statement to match the statement in our NOTICE file.
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/developer/architecture.rst
is up-to-date