Browse Source

Removing defunct documentation

Swaroop C H 12 years ago
parent
commit
f45af28c3b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      fabfile.py

+ 0 - 4
fabfile.py

@@ -23,10 +23,6 @@ SHORT_PROJECT_NAME = 'python'
 FULL_PROJECT_NAME = 'byte_of_{}'.format(SHORT_PROJECT_NAME)
 
 
-# The keys are the file names of the Pandoc source files.
-# e.g. '01-frontpage.md'
-# The values are the slugs of the WordPress pages
-# e.g. http://www.swaroopch.com/notes/Python_en-Table_of_Contents
 MARKDOWN_FILES = [
     {
         'file'   : '01-frontpage.md',