Skip to content

Commit

Permalink
update GH links
Browse files Browse the repository at this point in the history
add rubric to manual
  • Loading branch information
meisam committed Jan 23, 2023
1 parent 5c88e08 commit 853c571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/manual.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Note**: Gitea does not support math equations in reStructuredText format. You can see the rendered html page `here <https://meisam.codeberg.page/slabcc>`_.

:version: 0.8.4
.. rubric:: SLABCC 0.8.4

.. sectnum::

Expand Down Expand Up @@ -718,7 +718,7 @@ __ check_
13. **Something is not working! What should I do?**

* If you need help with compiling the code or running it on a cluster, please contact your `system administrator <https://en.wikipedia.org/wiki/System_administrator>`_.
* If you have found a bug in the code, please report it `here <https://github.com/MFTabriz/slabcc/issues/new>`__.
* If you have found a bug in the code, please report it `here <https://codeberg.org/meisam/slabcc/issues/new>`__.

==================================
Known issues and limitations
Expand Down
2 changes: 1 addition & 1 deletion src/spdlog/details/pattern_formatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
// K_formatter has been added by https://github.com/MFTabriz/ as a simple timing functionality
// K_formatter has been added by https://codeberg.org/meisam as a simple timing functionality

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/spline/spline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* beer in return. https://shiftedbits.org/2011/01/30/cubic-spline-interpolation/
The code has been converted to use Armadillo data type for slabcc by
https://github.com/MFTabriz
https://codeberg.org/meisam
*/
#include <armadillo>
Expand Down

0 comments on commit 853c571

Please sign in to comment.