-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mmagnus/geekbook
* 'master' of github.com:mmagnus/geekbook: Update quickref.rst Update quickref.rst Update quickref.rst Update rna.rst Update requirements.txt Update quickref.rst Update quickref.rst Update find_files.py Update view.rst Update getstarted.rst Update CHANGELOG.md start & test: it should go with --update to generate html page webserverflask.py: remove some prints Fix a bug, not public is not public now conf: fix, FIND_FILES_PLUGIN should go before conf_local corrected version, no alert if file is found new way to open files Update README.md slides: fix missing lib workshop: prepare a presentation for workshops # Conflicts: # CHANGELOG.md # docs/source/quickref.rst # engine/plugins/find_files.py # engine/webserverflask.py # geekbookapp.py
- Loading branch information
Showing
9 changed files
with
31 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ markdown==2.6.11 | |
py-gfm==0.1.3 | ||
Flask | ||
pandas | ||
pygments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
|
||
SCREENSHOT_INBOX = None | ||
|
||
|
||
# find files plugin off/on | ||
FIND_FILES_PLUGIN = False | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters