Commit Graph

739 Commits

Author SHA1 Message Date
Victor Zverovich
551aa8d510 Add CSS 2024-05-29 18:10:55 -07:00
Victor Zverovich
9e07045f50 Fix links 2024-05-29 17:29:41 -07:00
Victor Zverovich
5735048b2d Improve mkdocstrings handler 2024-05-29 17:29:25 -07:00
Victor Zverovich
e721046e27 Convert index to Markdown 2024-05-27 20:03:30 -07:00
Victor Zverovich
552842c4ff Convert syntax to Markdown 2024-05-27 20:01:33 -07:00
Victor Zverovich
2c38766fd5 Add a mkdocsstrings handler 2024-05-27 19:59:45 -07:00
Victor Zverovich
ecd1559732 Improve styles 2024-05-27 07:05:53 -07:00
Victor Zverovich
a57a63dc0f Fix styles 2024-05-27 06:39:54 -07:00
Victor Zverovich
8691f21b45 Fix styles 2024-05-27 06:32:28 -07:00
Victor Zverovich
7e4fac3f4f Improve styles 2024-05-26 20:08:42 -07:00
Victor Zverovich
4a368625e8 Replace less with sass 2024-05-26 19:59:42 -07:00
Victor Zverovich
f4e1ec81e2 Cleanup html 2024-05-26 19:23:26 -07:00
Victor Zverovich
89c0d10105 Update description 2024-05-26 13:23:04 -07:00
Victor Zverovich
12ef9e09d1 Fix class conflict 2024-05-26 13:18:43 -07:00
Victor Zverovich
5afa681388 Remove redundant github button 2024-05-26 12:56:29 -07:00
Victor Zverovich
cc13102031 Fix navbar style 2024-05-26 12:35:25 -07:00
Victor Zverovich
766300b3c6 Update html 2024-05-26 10:25:14 -07:00
Victor Zverovich
4115219ede Fix CSS path 2024-05-26 09:17:33 -07:00
Victor Zverovich
95076981f7 Update documentation deps 2024-05-26 09:11:43 -07:00
Victor Zverovich
a3e0931ea2 Update signature in the doc 2024-04-22 15:26:09 -07:00
Victor Zverovich
51eeccd0fb
const void* is neither a fundamental nor string type 2024-04-22 13:59:26 -07:00
Victor Zverovich
f30f1fd514
Document formatter specializations provided by base.h 2024-04-22 13:39:14 -07:00
Victor Zverovich
f5ec5ada2b
Update syntax.rst 2024-03-30 15:54:39 -07:00
js324
88620e53a4
Range formatting documentation (#3905) 2024-03-24 14:39:16 -07:00
Vladislav Shchapov
c17816cb4a
Fix invalid fmt::formatter<>::format return type (#3895)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-03-15 06:25:42 -07:00
Tobias Hermann
df6e7b22f7
Fix relative path for cmake in usage doc (#3890) 2024-03-12 06:56:12 -07:00
Beat Bolli
668fe2653c
doc: fix the chrono %C example value (#3822)
Assuming that the example date is always "Sat Nov 12 22:04:00 1955", the
result of the `%C` format string should be "19", not "55".

Signed-off-by: Beat Bolli <dev@drbeat.li>
2024-01-21 06:31:15 -08:00
frank-weinberg
2eb363297b
Fix custom formatter example (#3820)
Add a return type declaration so the example builds when the formatter is used in a different compilation unit than it's implemented.
2024-01-19 08:14:48 -08:00
Victor Zverovich
0147e08225 Document println 2024-01-18 19:42:33 -08:00
Vladislav Shchapov
d249fd9f84
Workaround for gcc 6 (#3810)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-01-15 08:58:19 -08:00
Victor Zverovich
362b40c1a3 Fix docs 2024-01-13 19:21:27 -08:00
Victor Zverovich
56fa4d61f6 Fix docs 2024-01-13 19:03:23 -08:00
Victor Zverovich
1b55d10305
Update api.rst 2024-01-12 16:48:20 -08:00
Victor Zverovich
5d9d376d49
Update api.rst 2024-01-12 15:17:52 -08:00
Victor Zverovich
6064b85c10
Update api.rst 2024-01-12 13:57:44 -08:00
Victor Zverovich
deb584c0e1
Update build.py 2024-01-12 13:56:00 -08:00
Victor Zverovich
725992928b
Update build.py 2024-01-10 07:44:24 -08:00
Tulio Leao
cf8426cf8c Sort links on fmt/std.h section 2024-01-09 15:43:18 -08:00
Tulio Leao
e915d52162 Update api.rst with support provided by std.h 2024-01-09 15:43:18 -08:00
Eicke Herbertz
6c617c9670
Update documentation (#3789)
Add a note about the numerical zero being ignored when an alignment flag is
present in the format specifier.

This change was introduced in a585571e90 to
be compatible with std::format, but misses documentation.
2024-01-04 10:35:55 -08:00
Victor Zverovich
baea8f6906 Update docs 2024-01-02 08:52:07 -08:00
Victor Zverovich
eedfdb4c5c Fix docs 2024-01-02 08:44:15 -08:00
Victor Zverovich
5dbd7fd770 Switch to bootstrap 4 because 5 breaks menus 2024-01-02 07:39:28 -08:00
Victor Zverovich
583729493c Remove duplicate version 2024-01-01 11:50:43 -08:00
Victor Zverovich
67c0c0c09c Update version 2024-01-01 11:10:16 -08:00
Victor Zverovich
4939d67a83 Cleanup scripts 2023-12-30 15:08:27 -08:00
Victor Zverovich
5f9058dbd4 Improve scripts 2023-12-30 11:23:08 -08:00
Victor Zverovich
44b76d88f4 Fix docs 2023-12-30 07:11:13 -08:00
Victor Zverovich
c64edcd325 Fix grammar 2023-12-29 15:51:16 -08:00
Victor Zverovich
a13d1b12e5 Update changelog and docs 2023-12-29 13:00:12 -08:00