Commit Graph

308 Commits

Author SHA1 Message Date
Victor Zverovich
23c13b3060 Handle ulink in docs 2025-11-03 13:14:48 -10:00
Victor Zverovich
29c46fb82d Add support for more doxygen tags 2025-11-03 10:57:41 -10:00
Victor Zverovich
c5e55972ae Minor improvements to mkdocs 2025-09-21 12:47:15 -07:00
Victor Zverovich
dc409ee86d Explain mkdocs deploy invocation 2025-09-21 12:47:09 -07:00
Victor Zverovich
aa8a30838a Fix mike invocation 2025-09-21 08:03:21 -07:00
Marcel
9908d00037 Delete Bazel support (#4530) 2025-09-05 15:53:13 -07:00
Victor Zverovich
59259a5fde Make a doc directory if it doesn't exist 2025-05-03 10:29:35 -07:00
Vertexwahn
d5d32c1e81 Bazel support: Update platforms to 0.0.11 (#4400) 2025-03-30 08:36:25 -07:00
Victor Zverovich
3c8aad8df7 Update the release script 2024-12-26 07:03:15 -08:00
Victor Zverovich
73d0d3f75d Fix github API call 2024-12-25 08:27:59 -08:00
Victor Zverovich
f3a41441df Replace requests with urllib 2024-12-25 08:16:09 -08:00
Victor Zverovich
f5a16a484b Cleanup 2024-09-06 12:41:53 -07:00
Roberto Turrado Camblor
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
Roberto Turrado Camblor
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
Victor Zverovich
0c02813791 Fix doc build 2024-07-24 13:40:54 -07:00
Victor Zverovich
f8581bcecf Add redirect page 2024-07-24 12:21:44 -07:00
Victor Zverovich
55e76e6c20 Update check-commits script 2024-07-17 06:58:37 -07:00
Victor Zverovich
8757f1f8d6 Add a script to test multiple commits 2024-07-16 06:27:01 -07:00
Victor Zverovich
e314776c2e Fix version check 2024-07-05 08:25:10 -07:00
Victor Zverovich
503e183b9e Bump version and add version validation 2024-07-04 07:49:58 -07:00
Victor Zverovich
43c5b34749 Fix package build 2024-06-30 08:23:25 -07:00
Victor Zverovich
e89568e6cb Update vagrant config 2024-06-30 07:56:35 -07:00
Victor Zverovich
f5bf6f7781 Update build script 2024-06-30 07:55:57 -07:00
Victor Zverovich
84f6131825 Fix formatting of release notes 2024-06-29 09:36:35 -07:00
Victor Zverovich
dedc17c1c9 Fix handling of tables, take 3 2024-06-29 09:31:32 -07:00
Victor Zverovich
5d0adb6d74 Fix handling of tables, take 2 2024-06-29 09:29:06 -07:00
Victor Zverovich
3f251fc9c9 Fix handling of tables 2024-06-29 09:23:02 -07:00
Victor Zverovich
1930ed4bfa Fix release script 2024-06-29 09:09:55 -07:00
Victor Zverovich
26d07e49b2 Fix formatting 2024-06-29 09:06:49 -07:00
Victor Zverovich
949d5d1795 Fix build script 2024-06-29 08:59:54 -07:00
Victor Zverovich
602e3c3d11 Update build script 2024-06-29 08:54:03 -07:00
Victor Zverovich
2952130cbc Fix doc build 2024-06-29 08:50:16 -07:00
Victor Zverovich
1e94a463ed Create build dir 2024-06-29 08:49:01 -07:00
Victor Zverovich
a34120329a Update doc script 2024-06-29 08:38:16 -07:00
Victor Zverovich
ec46c3de97 Update build script 2024-06-29 08:05:52 -07:00
Victor Zverovich
2d9d32c62b Update build script 2024-06-29 07:25:35 -07:00
Victor Zverovich
4703ade76d Update build script 2024-06-29 07:22:57 -07:00
Victor Zverovich
0434026a95 Remove build-docs.py 2024-06-16 08:28:23 -07:00
Victor Zverovich
ea1187f4c8 Generate doxyxml in build 2024-06-15 09:15:30 -07:00
Victor Zverovich
709169a4d8 Set the anchors 2024-06-15 08:55:22 -07:00
Victor Zverovich
18a325f370 Disable footer 2024-06-09 19:02:34 -07:00
Victor Zverovich
33a1de57af Deploy docs, take 3 2024-06-09 17:26:37 -07:00
Victor Zverovich
d175db8f5b Fix doc CI and clean workflows 2024-06-09 16:51:19 -07:00
Victor Zverovich
a8cfc0cc2c Deploy dev docs 2024-06-09 16:34:50 -07:00
Victor Zverovich
65e278b286 Don't pollute the source directory 2024-06-09 16:20:54 -07:00
Victor Zverovich
3620c174a6 Fix doc build 2024-06-09 16:10:26 -07:00
Victor Zverovich
ed21034a10 Implement deployment 2024-06-09 15:53:16 -07:00
Victor Zverovich
76d57f93db Remove old script 2024-06-09 13:40:33 -07:00
Victor Zverovich
ab6b257a39 Implement doc building 2024-06-09 13:17:13 -07:00
Victor Zverovich
b5c8fd783c Fix doc build 2024-06-09 11:37:18 -07:00