Skip to content

Commit

Permalink
Merge branch 'master' into Installation-Documentation-#57
Browse files Browse the repository at this point in the history
  • Loading branch information
noorbuchi authored Mar 31, 2021
2 parents 9d316f7 + 6ebc4a4 commit d0513fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules "~MD013"
rules "~MD013, ~MD033"
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ before_install:
# install pyenv with travis-pyenv
- wget https://github.com/praekeltfoundation/travis-pyenv/releases/latest/download/setup-pyenv.sh
- source setup-pyenv.sh
# install mdl to check markdown
- gem install chef-utils -v 16.6.14
# install mdl to check markdown beep
- gem install mdl

notifications:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ the select box in the sidebar to view the text analysis:
##### Reflection Documents

We are using markdown format for the student reflection documents.
Its organized structure allows us to parse and perform text analysis easily. With that
said, there are few requirements for the reflection document before it could be
seamlessly processed and analyzed with GatorMiner. A
Its organized structure allows us to parse and perform text analysis easily.
With that said, there are few requirements for the reflection document before it
could be seamlessly processed and analyzed with GatorMiner. A
[template](resources/reflection_template.md) is provided within the repo. Note
that the headers with the assignment's and student's ID/name are required.
GatorMiner is set in default to take the first header as assignment name and the
Expand Down

0 comments on commit d0513fb

Please sign in to comment.