Yiming Paul Li

Results 5 issues of Yiming Paul Li

Currently the `yaml-title` rule gets the title from the first H1 **or** filename. This is incompatible with the use case that uses H1 headers as section names rather than the...

rule suggestion
yaml

`sum(top_players$PEP)` gives 5.87 on my computer.

The following wrong numbering gets fixed ``` 1. row 1 3. row 2 ``` But the following wrong numbering (after removing the initial first row) doesn't get fixed: ``` 2....

I was following the [guide](https://github.com/plotly/plotly.py/blob/master/doc/README.md) to build the API reference. Took me a while to debug the `make html` to build api reference in `apidoc` folder on **macOS**. Error message:...

Corrected the docstring for the argument "power". Definition copied from `NormalIndPower.solve_power()`.