302 Commits

Author SHA1 Message Date
59259a5fde Make a doc directory if it doesn't exist 2025-05-03 10:29:35 -07:00
d5d32c1e81 Bazel support: Update platforms to 0.0.11 (#4400) 2025-03-30 08:36:25 -07:00
3c8aad8df7 Update the release script 2024-12-26 07:03:15 -08:00
73d0d3f75d Fix github API call 2024-12-25 08:27:59 -08:00
f3a41441df Replace requests with urllib 2024-12-25 08:16:09 -08:00
f5a16a484b Cleanup 2024-09-06 12:41:53 -07:00
c71d03fcb0 Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 compliant (2 of 2) (#4115)
* Change indents to 4 spaces.

* Run isort.

* Remove one extra space on the left hand side of each assignment at p.communicate's input.

* Remove 'from __future__ import annotations'.
This requires changing a 'list[]' into a 'List[]'.

We had previously added this import because the code was making use of operator '|'.
But that is no longer true, so the import shouldn't be needed.
2024-08-11 07:24:50 -07:00
c98518351e Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 compliant (1 of 2) (#4110)
* Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP compliant.

* Rollback minor change in __init__ signature.

* Rollback minor change in __init__ signature.

* Fix previous commit.

* Add 'from __future__ import annotations' to fix Python 3.8 error when using operator '|'.

* Change doxyxml2html([n]) to doxyxml2html(list(n)) as suggested by Victor.
Change convert_type return type to Optional[str].
2024-08-08 15:22:41 -07:00
0c02813791 Fix doc build 2024-07-24 13:40:54 -07:00
f8581bcecf Add redirect page 2024-07-24 12:21:44 -07:00
55e76e6c20 Update check-commits script 2024-07-17 06:58:37 -07:00
8757f1f8d6 Add a script to test multiple commits 2024-07-16 06:27:01 -07:00
e314776c2e Fix version check 2024-07-05 08:25:10 -07:00
503e183b9e Bump version and add version validation 2024-07-04 07:49:58 -07:00
43c5b34749 Fix package build 2024-06-30 08:23:25 -07:00
e89568e6cb Update vagrant config 2024-06-30 07:56:35 -07:00
f5bf6f7781 Update build script 2024-06-30 07:55:57 -07:00
84f6131825 Fix formatting of release notes 2024-06-29 09:36:35 -07:00
dedc17c1c9 Fix handling of tables, take 3 2024-06-29 09:31:32 -07:00
5d0adb6d74 Fix handling of tables, take 2 2024-06-29 09:29:06 -07:00
3f251fc9c9 Fix handling of tables 2024-06-29 09:23:02 -07:00
1930ed4bfa Fix release script 2024-06-29 09:09:55 -07:00
26d07e49b2 Fix formatting 2024-06-29 09:06:49 -07:00
949d5d1795 Fix build script 2024-06-29 08:59:54 -07:00
602e3c3d11 Update build script 2024-06-29 08:54:03 -07:00
2952130cbc Fix doc build 2024-06-29 08:50:16 -07:00
1e94a463ed Create build dir 2024-06-29 08:49:01 -07:00
a34120329a Update doc script 2024-06-29 08:38:16 -07:00
ec46c3de97 Update build script 2024-06-29 08:05:52 -07:00
2d9d32c62b Update build script 2024-06-29 07:25:35 -07:00
4703ade76d Update build script 2024-06-29 07:22:57 -07:00
0434026a95 Remove build-docs.py 2024-06-16 08:28:23 -07:00
ea1187f4c8 Generate doxyxml in build 2024-06-15 09:15:30 -07:00
709169a4d8 Set the anchors 2024-06-15 08:55:22 -07:00
18a325f370 Disable footer 2024-06-09 19:02:34 -07:00
33a1de57af Deploy docs, take 3 2024-06-09 17:26:37 -07:00
d175db8f5b Fix doc CI and clean workflows 2024-06-09 16:51:19 -07:00
a8cfc0cc2c Deploy dev docs 2024-06-09 16:34:50 -07:00
65e278b286 Don't pollute the source directory 2024-06-09 16:20:54 -07:00
3620c174a6 Fix doc build 2024-06-09 16:10:26 -07:00
ed21034a10 Implement deployment 2024-06-09 15:53:16 -07:00
76d57f93db Remove old script 2024-06-09 13:40:33 -07:00
ab6b257a39 Implement doc building 2024-06-09 13:17:13 -07:00
b5c8fd783c Fix doc build 2024-06-09 11:37:18 -07:00
e845fc572e Ignore old changelog 2024-06-09 07:40:02 -07:00
0a555818d7 Usage -> Get Started 2024-06-05 07:59:06 -07:00
966a1b3d44 Update docs 2024-06-05 07:19:14 -07:00
adb8e27db0 Fix rendering of template parameters 2024-06-05 07:08:21 -07:00
2c84fa9ac9 Update docs 2024-06-05 06:19:40 -07:00
8da0240dbc Improve docs 2024-06-04 19:46:45 -07:00