Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zdw committed Nov 3, 2011
1 parent e12d6bc commit 5b8b2e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3 id="automation-tools">Automation Tools</h3>
</ul></li>
<li><a href="http://rake.rubyforge.org/">Rake</a>
<ul>
<li>A tool for writing dependency based tools, in Ruby</li>
<li>A tool for writing dependency based tasks, in Ruby</li>
<li>Tutorials
<ul>
<li><a href="http://martinfowler.com/articles/rake.html">Using the Rake Build Language</a></li>
Expand Down
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,24 @@ end
- [Pro Git](http://progit.org/)
- [Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/)

- [Rake](http://rake.rubyforge.org/)
- A tool for writing dependency based tools, in Ruby
- [Rake](http://rake.rubyforge.org/)
- A tool for writing dependency based tasks, in Ruby
- Tutorials
- [Using the Rake Build Language](http://martinfowler.com/articles/rake.html)


### Documentation Tools

- [Markdown](http://daringfireball.net/projects/markdown/)
- [Markdown](http://daringfireball.net/projects/markdown/)
- minimalist markup language
- Multiple implementations, for example [MultiMarkdown](http://fletcherpenney.net/multimarkdown/)

- [Pandoc](http://johnmacfarlane.net/pandoc/)
- [Pandoc](http://johnmacfarlane.net/pandoc/)
- Documentation format conversion swiss army knife
- Will convert Markdown to HTML, ePub, PDF, etc.

### Accounting Tools

- [Ledger](http://ledger-cli.org/)
- [Ledger](http://ledger-cli.org/)
- Ledger is a CLI accounting tool
- Use the 3.x beta branch off of github, which is being actively developed
Binary file modified README.pdf
Binary file not shown.

0 comments on commit 5b8b2e6

Please sign in to comment.