-
-
Notifications
You must be signed in to change notification settings - Fork 112
Fix: Update and repair broken badges in READMEs #625
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
base: main
Are you sure you want to change the base?
Changes from all commits
ebb0f2e
ace9998
0a93585
9685c94
32dbf4c
e352e11
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,21 +58,17 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.0/getting-starte | |
|
|
||
| ## Status | ||
|
|
||
| [](https://bootstrap-slack.herokuapp.com/) | ||
| [](https://github.com/twbs/bootstrap/actions?query=workflow%3AJS+Tests+branch%3Amain) | ||
| [](https://www.npmjs.com/package/bootstrap) | ||
| [](https://rubygems.org/gems/bootstrap) | ||
| [](https://atmospherejs.com/twbs/bootstrap) | ||
| [](https://packagist.org/packages/twbs/bootstrap) | ||
| [](https://www.nuget.org/packages/bootstrap/absoluteLatest) | ||
| [](https://david-dm.org/twbs/bootstrap?type=peer) | ||
| [](https://david-dm.org/twbs/bootstrap?type=dev) | ||
| [](https://coveralls.io/github/twbs/bootstrap?branch=main) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) | ||
| [](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229) | ||
| [](#backers) | ||
|
Comment on lines
-61
to
72
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This entire file can be left as it was originally, since it is related to the website template and not argmin itself.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should i make the changes, to bring back the original links? |
||
| [](#sponsors) | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,11 +20,12 @@ | |
| <a href="https://pypi.org/project/argmin-testfunctions-py/"> | ||
| <img alt="PyPI" src="https://img.shields.io/pypi/v/argmin-testfunctions-py?style=flat-square"> | ||
| </a> | ||
| <a href="https://github.com/argmin-rs/argmin/actions" | ||
| ><img | ||
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/python.yml?branch=main&label=argmin CI&style=flat-square" | ||
| <a href="https://github.com/argmin-rs/argmin/actions/workflows/ci.yml"> | ||
| <img | ||
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/ci.yml?branch=main&label=CI&style=flat-square" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this should remain |
||
| alt="GitHub Actions workflow status" | ||
| /></a> | ||
| /> | ||
| </a> | ||
| <img | ||
| src="https://img.shields.io/crates/l/argmin?style=flat-square" | ||
| alt="License" | ||
|
|
@@ -36,8 +37,8 @@ | |
| /></a> | ||
| </p> | ||
|
|
||
| This Python module makes the test functions of the `argmin_testfunctions` Rust crate available in Python. | ||
| For each test function the derivative and Hessian are available as well. | ||
| This Python module makes the test functions of the `argmin_testfunctions` Rust crate available in Python. | ||
| For each test function the derivative and Hessian are available as well. | ||
| While most functions are two-dimensional, some allow an arbitrary number of parameters. | ||
| For some functions additional optional parameters are accessible, which can be used to modify the shape of the test function. | ||
| For details on the individual test functions please consult the docs of the Rust library, either for the | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should remain
python.yml, or am I wrong?