.. _overload_numpy-conventions: ########### Conventions ########### Public API ========== Some things in this package are public, others are not. This is how to tell: * If a module or package defines ``__all__``, that authoritatively defines the public interface. * If something begins with a leading underscore, it and its contents are private.