mspass-team / mspass

Massive Parallel Analysis System for Seismologists
https://mspass.org
BSD 3-Clause "New" or "Revised" License
30 stars 12 forks source link

Outdated docs and tutorials about importing Client/DBClient #186

Open seisman opened 3 years ago

seisman commented 3 years ago

Some docs and tutorials use the following code to import the client,

from mspasspy.db.client import Client as DBClient
from mspasspy.db.client import Client

but now it fails due to the recent renaming in 80fff8868e8f26614eaf1a10da3f9a6429e7f9cb.

Need to update the docs and tutorials to use

from mspasspy.db.client import DBClient
wangyinz commented 3 years ago

Thanks for catching it. We will revise all the documents when the API is finalized.