Skip to content

Commit

Permalink
Autopush
Browse files Browse the repository at this point in the history
  • Loading branch information
kelu124 committed Nov 20, 2016
1 parent 8651c0d commit 099ed94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gitbook
Submodule gitbook updated from 60811c to 5ce878
8 changes: 4 additions & 4 deletions include/FilesList/AllFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@

## Presentation files

* [ppt_DocumentationProcess.md](/include/ppt_DocumentationProcess.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_DocumentationProcess.html)
* [ppt_DocProcess.md](/include/ppt_DocProcess.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_DocProcess.html)
* [ppt_CLA.md](/include/ppt_CLA.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_CLA.html)
* [ppt_20160720-Milestone.md](/include/ppt_20160720-Milestone.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_20160720-Milestone.html)
* [ppt_DocumentationProcess.md](/include/ppt_DocumentationProcess.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_DocumentationProcess.html)
* [ppt_DocProcess.md](/include/ppt_DocProcess.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_DocProcess.html)
* [ppt_CLA.md](/include/ppt_CLA.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_CLA.html)
* [ppt_20160720-Milestone.md](/include/ppt_20160720-Milestone.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_20160720-Milestone.html)

## 75 Auto generated files

Expand Down
8 changes: 4 additions & 4 deletions include/FilesList/PPTFiles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* [ppt_DocumentationProcess.md](/include/ppt_DocumentationProcess.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_DocumentationProcess.html)
* [ppt_DocProcess.md](/include/ppt_DocProcess.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_DocProcess.html)
* [ppt_CLA.md](/include/ppt_CLA.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_CLA.html)
* [ppt_20160720-Milestone.md](/include/ppt_20160720-Milestone.md) - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/ppt_20160720-Milestone.html)
* [ppt_DocumentationProcess.md](/include/ppt_DocumentationProcess.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_DocumentationProcess.html)
* [ppt_DocProcess.md](/include/ppt_DocProcess.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_DocProcess.html)
* [ppt_CLA.md](/include/ppt_CLA.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_CLA.html)
* [ppt_20160720-Milestone.md](/include/ppt_20160720-Milestone.md) - see [Presentation online](http://kelu124.github.io/echomods/ppt_20160720-Milestone.html)

[](@autogenerated - invisible comment)
2 changes: 1 addition & 1 deletion makedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
PPTFiles = ""
for i in range(len(PPTz)):
PPTName = PPTz[i].split("/")[-1]
PPTFiles += "* ["+PPTName+"]("+PPTz[i][1:]+") - see [Presentation online](http://kelu124.github.io/murgen-dev-kit/"+PPTName.split(".")[0]+".html)\n"
PPTFiles += "* ["+PPTName+"]("+PPTz[i][1:]+") - see [Presentation online](http://kelu124.github.io/echomods/"+PPTName.split(".")[0]+".html)\n"
CopyGitBookFile(PPTz[i][1:],"gh-pages/"+PPTz[i].split("/")[-1])
OpenWrite(PPTFiles,"include/FilesList/PPTFiles.md")

Expand Down

0 comments on commit 099ed94

Please sign in to comment.