Documentation download packages#

For users who wish to view documentation locally or when offline, Anaconda provides documentation downloads.

Anaconda documentation downloads#

docs.anaconda.com includes documentation for these products:

You can download a PDF or zipped HTML copy of docs.anaconda.com by clicking the v: latest box in the lower right corner. Under the heading “Downloads” you will see the options “PDF” and “HTML”.

enterprise-docs.anaconda.com offers documentation for Anaconda Enterprise 5 (AE5).

You can download a PDF or zipped HTML copy of enterprise-docs.anaconda.com by navigating to that site and clicking the v: latest box in the lower right corner. Under the heading “Downloads” you will see the options “PDF” and “HTML”.

You can install offline copies of both docs.anaconda.com and enterprise-docs.anaconda.com by installing the conda package anaconda-docs:

conda install anaconda-docs

This will install a PDF copy and a zipped HTML copy of each site into the directory share/doc for your currently active conda environment.

EXAMPLE: If your conda install directory is ~/miniconda3, and your environment is named my-env, the documentation will be installed into ~/miniconda3/envs/my-env/share/doc/.

Open-source package documentation downloads#

You can download a package of documentation for many of Anaconda’s open-source packages with this command:

conda install anaconda-oss-docs

This will install documentation for the open-source packages into the directory share/doc/anaconda-oss for your currently active conda environment.

EXAMPLE: If your conda install directory is ~/miniconda3, and your environment is named my-env, the documentation will be installed into ~/miniconda3/envs/my-env/share/doc/anaconda-oss.

This bundle includes documentation for these packages:

  • Python

  • NumPy

  • SciPy

  • pandas

  • Conda

  • Blaze

  • Bleach

  • botocore

  • Certifi

  • cryptography

  • CFFI

  • coverage

  • Cython

  • Dask

  • Dask.distributed

  • dateutil

  • greenlet

  • h5py

  • html5lib

  • imageio

  • IPython

  • Jinja

  • Jupyter

  • JupyterLab

  • Jupyter Notebook

  • llvmlite

  • msgpack

  • Odo

  • OpenSSL

  • Pillow

  • pip

  • psutil

  • pyOpenSSL

  • python-tblib

  • PyWavelets

  • PyZMQ

  • Requests

  • ruamel.yaml

  • Setuptools

  • six

  • toolz

  • Tornado

  • Traitlets

  • wheel

  • Zict