2017-08-16 55 views

回答

0

沒有託管文檔以前的版本,沒有。但是,您可以自己生成文檔,並根據需要在本地查看它們。下面是這樣做的步驟,我建議在臨時虛擬環境中進行。

$ git clone https://github.com/boto/botocore.git 
$ cd botocore 
$ git checkout $RELEASE_COMMIT 
$ pip install -r requirements.txt 
$ pip install -r requirements-docs.txt 
$ pip install -e . 
$ cd docs 
$ make html 
$ open build/html/index.html 

您可以輕鬆地找到發佈承諾here