Skip to content

Commit

Permalink
Don't include ruby documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav (Stas) Katkov committed Dec 27, 2024
1 parent 6dcf846 commit 3a32ef7
Show file tree
Hide file tree
Showing 5,611 changed files with 7 additions and 388,508 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
/tmp/
.vscode/
.DS_Store
// file is just to big.
example/ruby/index.csv


example/ruby/
7 changes: 4 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ task default: %i[test stree:write]


namespace :examples do
desc "Generate example/rdoc/ documentation using yard-markdown plugin"
desc "Generate basic example documentation using yard-markdown plugin"
task :generate do
Rake::Task["examples:yard"].invoke
Rake::Task["examples:rdoc"].invoke
Rake::Task["examples:ruby"].invoke
end


desc "Generate example documentation for code annotated with yard"
task :yard do
sh "yardoc --output-dir example/yard example_yard.rb"
end

desc "Generate example documentation for code annotated with rdoc"
task :rdoc do
sh "yardoc --output-dir example/rdoc example_rdoc.rb"
end

desc "Generate example documentation for code annotated with ruby source code"
task :ruby do
sh "yardoc source_ruby --output-dir example/ruby"
end
Expand Down
7 changes: 0 additions & 7 deletions example/ruby/A.md

This file was deleted.

6 changes: 0 additions & 6 deletions example/ruby/ACRONYM.md

This file was deleted.

22 changes: 0 additions & 22 deletions example/ruby/Action.md

This file was deleted.

26 changes: 0 additions & 26 deletions example/ruby/ActionFilter.md

This file was deleted.

47 changes: 0 additions & 47 deletions example/ruby/ActionMap.md

This file was deleted.

Loading

0 comments on commit 3a32ef7

Please sign in to comment.