diff --git a/Usage/Command Line.rdoc b/Help/Command Line.rdoc similarity index 100% rename from Usage/Command Line.rdoc rename to Help/Command Line.rdoc diff --git a/Usage/Config Syntax.rdoc b/Help/Config Syntax.rdoc similarity index 100% rename from Usage/Config Syntax.rdoc rename to Help/Config Syntax.rdoc diff --git a/Usage/Config Types.rdoc b/Help/Config Types.rdoc similarity index 100% rename from Usage/Config Types.rdoc rename to Help/Config Types.rdoc diff --git a/Usage/web_form.rb b/Help/web_form.rb similarity index 100% rename from Usage/web_form.rb rename to Help/web_form.rb diff --git a/README.rdoc b/README.rdoc index c3aa65e..f04ca78 100644 --- a/README.rdoc +++ b/README.rdoc @@ -116,11 +116,11 @@ Command Line: Configurable supports custom data types, nested configs, and config modules. -See the usage documentation for more details: +See the help documentation for more details: -* {Command Line Usage}[link:files/Usage/Command%20Line_rdoc.html] -* {Config Syntax}[link:files/Usage/Config%20Syntax_rdoc.html] -* {Config Types}[link:files/Usage/Config%20Types_rdoc.html] +* {Command Line Usage}[link:files/Help/Command%20Line_rdoc.html] +* {Config Syntax}[link:files/Help/Config%20Syntax_rdoc.html] +* {Config Types}[link:files/Help/Config%20Types_rdoc.html] == Installation diff --git a/configurable.gemspec b/configurable.gemspec index 5f836d7..d5cf6da 100644 --- a/configurable.gemspec +++ b/configurable.gemspec @@ -30,9 +30,9 @@ Gem::Specification.new do |s| MIT-LICENSE README.rdoc History.rdoc - Usage/Command\ Line.rdoc - Usage/Config\ Syntax.rdoc - Usage/Config\ Types.rdoc + Help/Command\ Line.rdoc + Help/Config\ Syntax.rdoc + Help/Config\ Types.rdoc } # list the files you want to include here. you can diff --git a/test/usage/command_line_test.rb b/test/help/command_line_test.rb similarity index 100% rename from test/usage/command_line_test.rb rename to test/help/command_line_test.rb diff --git a/test/usage/config_syntax_test.rb b/test/help/config_syntax_test.rb similarity index 100% rename from test/usage/config_syntax_test.rb rename to test/help/config_syntax_test.rb diff --git a/test/usage/config_types_test.rb b/test/help/config_types_test.rb similarity index 100% rename from test/usage/config_types_test.rb rename to test/help/config_types_test.rb