Skip to content

Commit b5fe888

Browse files
committed
Update YARD doc
1 parent 241d7b5 commit b5fe888

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Make sure that `bundle exec rake` completes without errors.
5858

5959
Document any external behavior in the [README](README.md).
6060

61-
You should also document code as necessary, using current code as examples. This project uses [YARD](https://yardoc.org/). You can run and preview the docs locally by running `bundle exec yard server --reload` and view the docs at http://localhost:8808.
61+
You should also document code as necessary, using current code as examples. This project uses [YARD](https://yardoc.org/). You can run and preview the docs locally by [installing `yard`](https://yardoc.org/), running `yard server --reload` and view the docs at http://localhost:8808.
6262

6363
#### Update Changelog
6464

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ group :development do
2323
gem 'guard'
2424
gem 'guard-rspec'
2525
gem 'guard-rubocop'
26-
gem 'yard'
2726
end
2827

2928
group :test do

0 commit comments

Comments
 (0)