Git Product home page Git Product logo

morea-lintui's People

Contributors

cammoore avatar henricasanova avatar philipmjohnson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

morea-lintui's Issues

Error in module sort order collision detection.

I was creating my second module in a new Morea repository. The first module had a sort order of 1. When I created the second module I gave it a sort order of 100. morea-lintui had the following output:

Acquiring MOREA content...
Acquired content from 22 MOREA .md files

Validating MOREA content...
Type-checking...
Checking for duplicate ids...
Checking for dangling/invalid references...
Error: Files ./master/src/morea/010.introduction/module-introduction.md and ./master/src/morea/020.java-environment/module-java-environment.md have identical morea_sort_order values (100)

MOREA .md files seem to have issues. Fix the above error(s) and re-run this script (which is not as lenient as jekyll,
for good reasons).

It didn't matter what value I used for the two sort orders. It kept giving me similar errors.
It looks like the issue is in MoreaContent.py : check_for_sort_order_collisions line 195. Why are we looking at i - 2 instead of i - 1?

Import error on startup

I'm getting this error:

[~/github/philipmjohnson/ics314f15]-> ./morea-lintui.py 
Traceback (most recent call last):
  File "./morea-lintui.py", line 8, in <module>
    from MOREA.MoreaContent import MoreaContent
ImportError: No module named MOREA.MoreaContent

Please add README.md

With user guide and screenshots? The MF user community awaits instructions anxiously.

To provide screenshots, you can create:

  • create a directory called "docs"
  • put screenshots in there and commit
  • use browser to get the URL of the raw image.
  • insert into README.md as ![](<URL to screenshot>)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.