Properties `use_dp`, `use_ddp`, `use_ddp2`, `use_tpu` were removed at in #5300 but left in the [documentation](https://github.com/PyTorchLightning/pytorch-lightning/blob/f0c5479de99e9a1524c95a9dffe2fa0cc76ab1ea/docs/source/common/lightning_module.rst#use_ddp). (Now we need to set the `use_ddp` parameter in our modules manually if we want to check whether the trainer uses DDP, am I right?)