-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature document #185
Feature document #185
Conversation
@@ -84,7 +81,7 @@ | |||
# Add any paths that contain custom static files (such as style sheets) here, | |||
# relative to this directory. They are copied after the builtin static files, | |||
# so a file named "default.css" will overwrite the builtin "default.css". | |||
html_static_path = ['_static'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING because this directory does not exist.
@@ -22,6 +22,7 @@ Table of Contents | |||
task_information | |||
task_settings | |||
slack_notification | |||
using_task_cache_collision_lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING because not index using_task_cache_collision_lock.rst
@@ -12,22 +12,23 @@ Prepare following environmental variables: | |||
export SLACK_CHANNEL=channel-name // not "#channel-name", just "channel-name" | |||
|
|||
|
|||
A Slack bot token can obtain from `here <https://api.slack.com/apps>`_. | |||
A Slack bot token can obtain from `slack app document <https://api.slack.com/apps>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING because here
is duplicated.
@@ -3,7 +3,6 @@ | |||
|
|||
import luigi | |||
|
|||
import gokart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
import types | ||
from functools import partial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
python: | ||
version: 3.7 | ||
install: | ||
- requirements: docs/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import gokart | ||
|
||
luigi.task.Task.requires.__doc__ = gokart.task.TaskOnKart.requires.__doc__ | ||
luigi.task.Task.output.__doc__ = gokart.task.TaskOnKart.output.__doc__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING because undefined label for luigi label.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribute! LGTM
@@ -7,7 +7,7 @@ license = "MIT" | |||
readme = "README.md" | |||
homepage = "https://github.com/m3dev/gokart" | |||
repository = "https://github.com/m3dev/gokart" | |||
documentation = "" | |||
documentation = "https://gokart.readthedocs.io/en/latest/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Co-authored-by: kyoh.maruo <18437866+snowhork@users.noreply.github.com>
Co-authored-by: kyoh.maruo <18437866+snowhork@users.noreply.github.com>
Co-authored-by: hirosassa <hiro.sassa@gmail.com>
Update Documents
Update document for v1.0
TODO
Add Japanese documents