Skip to content

Commit

Permalink
Add link to documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 23, 2016
1 parent b5af8bb commit 2aa7121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ add_required_flag(name, *args, **kwargs)
default.
```

For more information, see [tensorflow-qnd](https://raviqqe.github.io/tensorflow-qnd).


## Examples

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ task_in_venv :readme_usage do
File.write(readme_file,
(md.match(/\A.*## Usage\n\n```\n/m)[0] +
usage.strip +
md.match(/\n```\n\n\n## Examples.*\Z/m)[0])
md.match(/\n```\n\n[^\n]*\n\n\n## Examples.*\Z/m)[0])
.gsub(/^ *$/, '').gsub(/\n(\n\n\n)/m, '\1'))
end

Expand Down

0 comments on commit 2aa7121

Please sign in to comment.