Skip to content

Update the documentation description in the storage.py #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2018

Conversation

jetfuel
Copy link
Collaborator

@jetfuel jetfuel commented Feb 3, 2018

This is to refine the VisualDL python API documentation.

@jetfuel jetfuel self-assigned this Feb 3, 2018
:type mode: basestring
:return: a new LogWriter instance with mode
:rtype: LogWriter
"""
check_mode_name_valid(mode)
self.writer.set_mode(mode)
return self

def as_mode(self, mode):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as_mode is a discarded interface, and it can be deleted in another PR.

Copy link
Contributor

@Superjomn Superjomn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daming-lu daming-lu merged commit 2dd3de5 into PaddlePaddle:develop Feb 3, 2018
@jetfuel jetfuel deleted the updateAPIDoc branch February 8, 2018 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants