Conversation
|
|
||
| Status for internal tests | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| .. image:: https://github.com/Pyomo/mpi-sppy/workflows/pyotracker/badge.svg | ||
| :target: https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml | ||
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml) |
There was a problem hiding this comment.
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml) | |
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml)] |
Is this missing a right bracket? I have to admit I'm not fluent in RST..
There was a problem hiding this comment.
There is no missing bracket. The closing braket is at position 93.
The syntax is []( link to workflow ). The commited line follows this syntax.
I followed the instruction and the lines are copied from the github page and is generated by github. So I hope it is working.
I tried to check the preview and have seen the same strange behavior like in the picture. If it is not working I will search for a different approach.
There was a problem hiding this comment.
I know the reason. The file has to be named README.md not README.rst. I will rename the file and than the changes should work.
Highlighting and formatting ist done by markdown (MD) instead of ReStructuredText (RST).
I was following the instruction on on how to add a status badge. I hope this changes will reactivate the status badge on the readme, so it will be easier to see, if the last run of the workflow was successful.
I also fixed some minor issues.
[x] fixes #591