Saransh Chopra
Saransh Chopra
The screenshot of the grading rubric seems to be missing in https://intel.github.io/dffml/master/contributing/gsoc/rubric.html and is nowhere to be found in the repository.
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/expressions ### What part(s)...
# Description This came up in a discussion with @brosaplanella (about hatch and migration from `setup.py` to `pyproject.toml`) As long as we use the right lower bound, we will never...
### Description It would be nice to have examples in docstrings that are tested periodically. For example, the `Simulation` class could have something like this - ``` >>> spm =...
Currently, the file [`dfn.py`](https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/models/full_battery_models/lithium_metal/dfn.py), located in `models/full_battery_models/lithium_metal`, is not being tested. The tests should be easy to add as of now but the model is not available to the users...
**Summary** Adding a `Dockerfile` in `PyBaMM` to create a new isolated container for developers. This will come with an option to install all the optional features. **Motivation** - This will...
Xref #187 > **Note** > This PR does not improve the existing textual documentation in any way; instead, it migrates the current documentation to `Documenter.jl`. See the new documentation in...
This currently does not add any new doctests or improve the existing docs, as that would make this PR massive. Here are the docstrings that are missing from the manual...
`NNlib.jl` does not have independent documentation, rather, it has a [dedicated page](https://fluxml.ai/Flux.jl/stable/models/nnlib/) in `Flux`'s documentation. Due to the lack of stand-alone documentation, it does not have doctests, and the documentation...
The issue/bug tracker right now has no labels, and most of the issues don't start with a keyword (example - "BUG: This is not working" or "DOC: Missing docs for...