Skip to content

Commit

Permalink
s/update_usage/readme_usage/g
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 23, 2016
1 parent c7679cf commit b5af8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
task :test => %i(module_test script_test mnist_example)


task_in_venv :update_usage do
task_in_venv :readme_usage do
usage = %w(def_run def_run() add_flag add_required_flag).map do |expression|
`python3 -c 'import qnd; print(help(qnd.#{expression}))'`
end.join("\n").split("\n").select do |line|
Expand All @@ -86,7 +86,7 @@ task_in_venv :html, ['pdoc', TENSORFLOW_URL] do
end


task :doc => %i(html update_usage)
task :doc => %i(html readme_usage)


task :upload => %i(test clean) do
Expand Down

0 comments on commit b5af8bb

Please sign in to comment.