The Wayback Machine - https://web.archive.org/web/20220401034924/https://github.com/topics/teaching
Skip to content
#

teaching

Here are 1,463 public repositories matching this topic...

oppia
U8NWXD
U8NWXD commented Mar 7, 2022

Introduction

We would like to have a pylint check for indentation in Python code. This will likely require a custom lint check. Here are some of the cases we want to handle:

Indent By 4 Spaces

Good:

def func():
    pass
my_list = [
    'a',
    'b',
]

Bad:

def func():
  pass
my_list = ['a',
           '
HuStmpHrrr
HuStmpHrrr commented Oct 12, 2020

in particular, it doesn't support enough mathjax to support inference rules, or elements marked as math class.

the ultimate reason comes from https://github.com/ocaml-sf/learn-ocaml/tree/master/static/js/mathjax/jax/input

which does not include the tex.js script:

https://github.com/mathjax/MathJax/tree/master/es5/input

why just copy a partial mathjax? can we get this fixed?

kind: enhancement question good first issue

Improve this page

Add a description, image, and links to the teaching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the teaching topic, visit your repo's landing page and select "manage topics."

Learn more