Skip to content
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

Moban.rst: Doc on Moban Usage in Coala #601

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Structure of Moban
  • Loading branch information
Cathlin Lord authored and Cathlin Lord committed Mar 11, 2020
commit 2b186f5ab90b18a8a5b2fb54a088c85bbf1d4379
4 changes: 3 additions & 1 deletion Users/Moban.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ Moban Structure
- Moban reads a yaml file (data.yml), this is then rendered into a jinja template
file (jinja files are found within the moban template folder). A “moban.output”
file is then created.

- The template inherits the .jj2 file, which is located in moban.td.
- To use a user defined template, it can be entered within moban.yml.

- To use a user defined template, it can be entered within moban.yml.
Moban > moban.cd > moban.yml > template file = base.jj2 (in moban > templates)


Expand Down