Skip to content

Commit 63487fb

Browse files
Re-order readme
1 parent 3ee72ac commit 63487fb

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -118,40 +118,44 @@ or [`libsemigroups::Stephen`][].
118118
concurrently (see [`libsemigroups::Congruence`][]); there are
119119
`_no_checks` versions of most functions if performance is critical.
120120

121-
## Thanks
122-
123-
`libsemigroups` uses:
124-
125-
- [Catch2](https://github.com/catchorg/Catch2) for tests and benchmarks;
126-
- [eigen](http://eigen.tuxfamily.org/) for some linear algebra computations;
127-
- [fmt](https://github.com/fmtlib/fmt) for string formatting;
128-
- [HPCombi](https://github.com/libsemigroups/HPCombi) which uses the SSE and AVX
129-
instruction sets for very fast manipulation of transformations, partial
130-
permutations, permutations, and boolean matrices of small size;
131-
- [backward-cpp](https://github.com/bombela/backward-cpp) for beautiful
132-
backtraces;
133-
- [magic_enum](https://github.com/Neargye/magic_enum) for static reflection for
134-
enums;
135-
- [rx-ranges](https://github.com/simonask/rx-ranges) the minimalist ranges
136-
library for C++17.
137-
138-
We'd like to thank the authors and contributors to these excellent projects!
139-
140121
## How to use libsemigroups
141122

142123
See the documentation <https://libsemigroups.github.io/libsemigroups/>.
143124

125+
## Installation
126+
127+
See [the installation page](install.md) for more info.
128+
144129
## Issues
145130

146131
If you find any problems with `libsemigroups`, or have any suggestions
147132
for features that you'd like to see, please use the [issue
148133
tracker](https://github.com/libsemigroups/libsemigroups/issues).
149134

135+
## Dependencies
136+
137+
`libsemigroups` uses:
138+
139+
- [Catch2](https://github.com/catchorg/Catch2) for tests and benchmarks;
140+
- [eigen](http://eigen.tuxfamily.org/) for some linear algebra computations;
141+
- [fmt](https://github.com/fmtlib/fmt) for string formatting;
142+
- [HPCombi](https://github.com/libsemigroups/HPCombi) which uses the SSE and AVX
143+
instruction sets for very fast manipulation of transformations, partial
144+
permutations, permutations, and boolean matrices of small size;
145+
- [backward-cpp](https://github.com/bombela/backward-cpp) for beautiful
146+
backtraces;
147+
- [magic_enum](https://github.com/Neargye/magic_enum) for static reflection for
148+
enums;
149+
- [rx-ranges](https://github.com/simonask/rx-ranges) the minimalist ranges
150+
library for C++17.
151+
152+
We'd like to thank the authors and contributors to these excellent projects!
153+
150154
## Authors
151155

152-
[Reinis Cirpons][] (<rc234@st-andrews.ac.uk>)
153-
[Joseph Edwards][] (<jde1@st-andrews.ac.uk>)
154-
[James Mitchell](https://jdbm.me) (<jdm3@st-andrews.ac.uk>)
156+
- [Reinis Cirpons][] (<rc234@st-andrews.ac.uk>)
157+
- [Joseph Edwards][] (<jde1@st-andrews.ac.uk>)
158+
- [James Mitchell](https://jdbm.me) (<jdm3@st-andrews.ac.uk>)
155159

156160
## Contributors
157161

@@ -198,10 +202,6 @@ tracker](https://github.com/libsemigroups/libsemigroups/issues).
198202
- [Michael Young][] (<mct25@st-andrews.ac.uk>) contributed to the congruences
199203
code in the v0.0.1 to v0.6.7.
200204

201-
## Installation
202-
203-
See [installation page](install.md) for more info.
204-
205205
## Acknowledgements
206206

207207
We thank:

0 commit comments

Comments
 (0)