Browse Source

minor changes

Rudinski Zvonimir 8 years ago
parent
commit
4a0662a95e
2 changed files with 1 additions and 5 deletions
  1. 1 1
      pages/common/pygmentize.md
  2. 0 4
      pages/common/tpp.md

+ 1 - 1
pages/common/pygmentize.md

@@ -14,7 +14,7 @@
 
 `pygmentize -L lexers`
 
-- Redirect output to a file in html format:
+- Save output to a file in HTML format:
 
 `pygmentize -f html -o {{file.html}} {{file.py}}`
 

+ 0 - 4
pages/common/tpp.md

@@ -2,10 +2,6 @@
 
 > Command-Line based presentation tool.
 
-- To use `tpp` you need to have a file which the `tpp` will interpret. You can find an example here:
-
-`http://www.ngolde.de/tpp.html`
-
 - View a presentation:
 
 `tpp {{filename}}`