This is an automated email from the ASF dual-hosted git repository.
rpardomeza pushed a change to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.
from 13f967a Delete .asf.yaml
new 77a61eb Menu construction
new 22a8031 Correction on travis
new c457853 upgrade menu style
new 2132d5d links between menu item
new 23a0254 Bug report information
new 4c8552b documentation_changes.md add the information
new a1ccf09 helping_users.md add the information
new 9b9efa0 jira_issue_maintenance.md add the information
new 8364192 reviewing_changes.md add the information
new 8d0171d closing_pull_request.md template add, need to add information
new 0ccdfaf template add, need to add information - code_style_guide.md
- pull_request.md - review_process.md
new 693995c template add, need to add information -
user_libraries_wayang.md
new 82b859f template add, need to add information -
choosing_what_contribute.md - code_review_criteria.md - code_changes/index.md
- preparing_contribute_code/index.md - jira_issue.md - slack_channels.md -
testing_releases.md
new 0e7f09e remove rheem from documentation
new 02f3b69 Merge pull request #14 from berttty/docs
The 1180 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
wayang-docs/pom.xml | 1 -
wayang-docs/src/main/resources/Gemfile | 1 +
wayang-docs/src/main/resources/README.md | 4 +
wayang-docs/src/main/resources/_config.yml | 3 +
wayang-docs/src/main/resources/_data/menus.yml | 35 ++++
.../src/main/resources/_data/navigation.yml | 51 ------
.../src/main/resources/_includes/header.html | 85 ----------
.../src/main/resources/_includes/scripts.html | 1 +
.../src/main/resources/_includes/sub-menu.html | 58 +++++++
.../src/main/resources/_layouts/default.html | 176 +++++++++++----------
wayang-docs/src/main/resources/assets/css/main.css | 86 +++++++++-
.../src/main/resources/assets/js/menu.js | 14 +-
.../src/main/resources/how_build/build_step.md | 30 ++++
wayang-docs/src/main/resources/how_build/index.md | 27 ++++
.../main/resources/how_contribute/bugs_report.md | 50 ++++++
.../code_changes/choosing_what_contribute.md | 49 ++++++
.../code_changes/code_review_criteria.md | 54 +++++++
.../resources/how_contribute/code_changes/index.md | 29 ++++
.../closing_pull_request.md | 32 ++++
.../code_style_guide.md | 31 ++++
.../preparing_contribute_code_changes/index.md | 45 ++++++
.../jira_issue.md | 62 ++++++++
.../pull_request.md | 32 ++++
.../review_process.md | 33 ++++
.../how_contribute/documentation_changes.md | 35 ++++
.../main/resources/how_contribute/helping_users.md | 38 +++++
.../src/main/resources/how_contribute/index.md | 24 +++
.../how_contribute/jira_issue_maintenance.md | 56 +++++++
.../resources/how_contribute/reviewing_changes.md | 34 ++++
.../resources/how_contribute/slack_channels.md | 31 ++++
.../resources/how_contribute/testing_releases.md | 33 ++++
.../how_contribute/user_libraries_wayang.md | 32 ++++
.../src/main/resources/how_install/index.md | 27 ++++
.../src/main/resources/how_install/install_step.md | 30 ++++
wayang-docs/src/main/resources/how_run/index.md | 27 ++++
wayang-docs/src/main/resources/how_run/run_step.md | 30 ++++
wayang-docs/src/main/resources/index.md | 14 +-
38 files changed, 1168 insertions(+), 234 deletions(-)
create mode 100644 wayang-docs/src/main/resources/README.md
create mode 100644 wayang-docs/src/main/resources/_data/menus.yml
delete mode 100644 wayang-docs/src/main/resources/_data/navigation.yml
delete mode 100644 wayang-docs/src/main/resources/_includes/header.html
create mode 100644 wayang-docs/src/main/resources/_includes/sub-menu.html
copy
wayang-api/wayang-api-python/src/main/java/org/apache/wayang/api/python/PythonAPI.java
=> wayang-docs/src/main/resources/assets/js/menu.js (76%)
create mode 100644 wayang-docs/src/main/resources/how_build/build_step.md
create mode 100644 wayang-docs/src/main/resources/how_build/index.md
create mode 100644 wayang-docs/src/main/resources/how_contribute/bugs_report.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/choosing_what_contribute.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/code_review_criteria.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/index.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/closing_pull_request.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/code_style_guide.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/index.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/jira_issue.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/pull_request.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/review_process.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/documentation_changes.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/helping_users.md
create mode 100644 wayang-docs/src/main/resources/how_contribute/index.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/jira_issue_maintenance.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/reviewing_changes.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/slack_channels.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/testing_releases.md
create mode 100644
wayang-docs/src/main/resources/how_contribute/user_libraries_wayang.md
create mode 100644 wayang-docs/src/main/resources/how_install/index.md
create mode 100644 wayang-docs/src/main/resources/how_install/install_step.md
create mode 100644 wayang-docs/src/main/resources/how_run/index.md
create mode 100644 wayang-docs/src/main/resources/how_run/run_step.md