Reading local documentation

Many projects (like Ansible and Python) have excellent online documentation, so I have a tendency to forget that documentation can be easily read locally as well. For example:

  • Ansible comes with ansible-doc.
  • Bash builtin command help can be accessed with help $command.
  • Python 3 comes with pydoc.