Преглед на файлове

Removing defunct documentation

Swaroop C H преди 12 години
родител
ревизия
f45af28c3b
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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',