Skip to content

Commit

Permalink
docs: Add experimental warning. #1584
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Aug 18, 2022
1 parent 284cce0 commit ad8d582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/h2o_wave/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ def upload(self, files: List[str]) -> List[str]:

def upload_dir(self, directory: str) -> str:
"""
WARNING: Experimental and subject to change.
Upload whole directory to the site with directory structure preserved.
Args:
Expand Down Expand Up @@ -825,6 +826,7 @@ async def load(self, url) -> dict:

async def upload_dir(self, directory: str) -> str:
"""
WARNING: Experimental and subject to change.
Upload whole directory to the site with directory structure preserved.
Args:
Expand Down

0 comments on commit ad8d582

Please sign in to comment.