diff --git a/projects/rccl/README.md b/projects/rccl/README.md index d0d2356e6d..0fae90ec48 100644 --- a/projects/rccl/README.md +++ b/projects/rccl/README.md @@ -66,6 +66,10 @@ $ LD_LIBRARY_PATH=rccl-install/lib/ HSA_FORCE_FINE_GRAIN_PCIE=1 rccl-install/tes There are also other performance and error-checking tests for RCCL. These are maintained separately at https://github.com/ROCmSoftwarePlatform/rccl-tests. See the rccl-tests README for more information on how to build and run those tests. +## Library and API Documentation + +Please refer to the [Library documentation](http://rccl.readthedocs.io/) for current documentation. + ## Copyright All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. diff --git a/projects/rccl/docs/source/conf.py b/projects/rccl/docs/source/conf.py index e4bc74ac0e..168af08995 100644 --- a/projects/rccl/docs/source/conf.py +++ b/projects/rccl/docs/source/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'RCCL' -copyright = u'2019, Advanced Mirco Devices' +copyright = u'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019 Advanced Mirco Devices' author = u'Advanced Mirco Devices' # The version info for the project you're documenting, acts as replacement for