Explorar el Código

Removing defunct documentation

Swaroop C H hace 12 años
padre
commit
f45af28c3b
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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',