Documentation setup

This commit is contained in:
pjht 2018-07-08 14:28:54 -05:00
parent 8b0e867731
commit 2e6f016099
4 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.yardoc
doc

1
.yardopts Normal file
View File

@ -0,0 +1 @@
*.rb --private --exclude old/*

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source "https://rubygems.org"
gem "yard"

13
Gemfile.lock Normal file
View File

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
yard (0.9.14)
PLATFORMS
ruby
DEPENDENCIES
yard
BUNDLED WITH
1.16.1