Skip to content

Commit

Permalink
Merge pull request hotsh#452 from clnclarinet/docs
Browse files Browse the repository at this point in the history
Docs
carols10cents committed Jan 26, 2012
2 parents b013d40 + 64e0dba commit 691d6e2
Showing 16 changed files with 644 additions and 84 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*.swp
docs
docs/*
!docs/index.html
!docs/app_index.html
!docs/test_index.html
config.yml
.sass-cache
tmp
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ group :development, :test do
gem "database_cleaner"
gem "factory_girl"
gem "capybara"
gem "rocco"
gem "rocco", :git => "git://github.com/rtomayko/rocco.git"
gem "pygmentize"
gem "mocha"
gem "vcr"
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -64,6 +64,14 @@ GIT
oa-oauth (= 0.3.0.rc1)
oa-openid (= 0.3.0.rc1)

GIT
remote: git://github.com/rtomayko/rocco.git
revision: 727c510d635ba3b6fcf18caf3b0f89e16ef7e8f3
specs:
rocco (0.8.2)
mustache
redcarpet (~> 1.17)

GEM
remote: http://rubygems.org/
specs:
@@ -230,9 +238,6 @@ GEM
rest-client (>= 1.5.0)
rest-client (1.6.3)
mime-types (>= 1.16)
rocco (0.8.1)
mustache
redcarpet
rsa (0.1.4)
ruby-hmac (0.4.0)
ruby-openid (2.1.8)
@@ -323,7 +328,7 @@ DEPENDENCIES
rails (= 3.1.0)
rdiscount
redfinger
rocco
rocco!
rsa
sass-rails (~> 3.1.0)
simplecov (~> 0.4.0)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ Source code documentation
-------------------------

We have documentation that explains our source code using rocco.
You can view it [here](http://hotsh.github.com/rstat.us/rstatus.html).
You can view it [here](http://hotsh.github.com/rstat.us/).


Setting up a development environment
Empty file removed app/mailers/.gitkeep
Empty file.
46 changes: 0 additions & 46 deletions app/views/static/doc_index.haml

This file was deleted.

Binary file removed db/development.sqlite3
Binary file not shown.
7 changes: 0 additions & 7 deletions db/seeds.rb

This file was deleted.

2 changes: 0 additions & 2 deletions doc/README_FOR_APP

This file was deleted.

Loading

0 comments on commit 691d6e2

Please sign in to comment.