-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter page #236
Closed
Closed
Chapter page #236
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
46af688
Preview chapter page (#130)
tyohan 3edf66b
Fixing on the index toggle button {#130)
tyohan 2151545
Added author box & prev next navigation (#130,#232)
tyohan 21cda34
Merge branch 'master' into chapter-page
tyohan a5bfd0b
Fixing error on generate chapters (#236)
tyohan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ env/ | |
*.log | ||
*.pyc | ||
**/.DS_Store | ||
src/templates/en/2019/chapters/ | ||
src/templates/ja/2019/chapters/ |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.idea/ | ||
.vscode/ | ||
venv | ||
env | ||
src/templates/en/2019/chapters/* | ||
src/templates/ja/2019/chapters/* | ||
node_modules/ |
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 |
---|---|---|
|
@@ -187,6 +187,58 @@ | |
"authors", | ||
"developers" | ||
] | ||
}, | ||
"tomayac": { | ||
"name": "Tomas", | ||
"tagline": "Web Almanac PM", | ||
"github": "rviscomi", | ||
"teams": [ | ||
"authors", | ||
"developers" | ||
] | ||
}, | ||
"jeffposnick": { | ||
"name": "Jeff Posnick", | ||
"tagline": "Web Almanac PM", | ||
"github": "rviscomi", | ||
"twitter": "rick_viscomi", | ||
"teams": [ | ||
"authors", | ||
"developers" | ||
] | ||
}, | ||
"addyosmani": { | ||
"name": "Addy Osmani", | ||
"tagline": "Developer Advocate Google", | ||
"gravatar": "[email protected]", | ||
"github": "rviscomi", | ||
"twitter": "rick_viscomi", | ||
"teams": [ | ||
"authors", | ||
"developers" | ||
] | ||
}, | ||
"housseindjirdeh": { | ||
"name": "Jeff Posnick", | ||
"tagline": "Developer Advocate Google", | ||
"gravatar": "[email protected]", | ||
"github": "rviscomi", | ||
"twitter": "rick_viscomi", | ||
"teams": [ | ||
"authors", | ||
"developers" | ||
] | ||
}, | ||
"mathiasbynens": { | ||
"name": "Mathias Bynens", | ||
"tagline": "Web Almanac PM", | ||
"gravatar": "[email protected]", | ||
"github": "rviscomi", | ||
"twitter": "rick_viscomi", | ||
"teams": [ | ||
"authors", | ||
"developers" | ||
] | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,9 +1,44 @@ | ||
argh==0.26.2 | ||
astroid==2.3.1 | ||
atomicwrites==1.3.0 | ||
attrs==19.2.0 | ||
Click==7.0 | ||
colorama==0.4.1 | ||
cycler==0.10.0 | ||
docopt==0.6.2 | ||
Flask==1.0.2 | ||
flask-talisman | ||
flask-talisman==0.7.0 | ||
gunicorn==19.9.0 | ||
matplotlib | ||
mistune | ||
pandas | ||
pytest | ||
pytest-watch | ||
scour | ||
importlib-metadata==0.23 | ||
isort==4.3.21 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10.3 | ||
kiwisolver==1.1.0 | ||
lazy-object-proxy==1.4.2 | ||
MarkupSafe==1.1.1 | ||
matplotlib==3.1.1 | ||
mccabe==0.6.1 | ||
mistune==0.8.4 | ||
mistune-contrib==0.1 | ||
more-itertools==7.2.0 | ||
numpy==1.17.2 | ||
packaging==19.2 | ||
pandas==0.25.1 | ||
pathtools==0.1.2 | ||
pluggy==0.13.0 | ||
py==1.8.0 | ||
pylint==2.4.2 | ||
pyparsing==2.4.2 | ||
pytest==5.2.1 | ||
pytest-watch==4.2.0 | ||
python-dateutil==2.8.0 | ||
pytz==2019.3 | ||
PyYAML==5.1.2 | ||
scour==0.37 | ||
six==1.12.0 | ||
typed-ast==1.4.0 | ||
watchdog==0.9.0 | ||
wcwidth==0.1.7 | ||
Werkzeug==0.16.0 | ||
wrapt==1.11.2 | ||
zipp==0.6.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow this is a lot of new requirements! Where did they all come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was installing the mistune contrib module and trying to update the the requirements but didn't realized it somehow generated all of these :|