浏览代码

Deployed d6770db with MkDocs version: 1.6.1

github-actions[bot] 1 周之前
父节点
当前提交
a4b8d27ad1
共有 46 个文件被更改,包括 457 次插入208 次删除
  1. 3 3
      404.html
  2. 3 3
      _footer/index.html
  3. 25 1
      assets/_mkdocstrings.css
  4. 2 2
      assets/javascripts/bundle.525ec568.min.js
  5. 3 3
      assets/javascripts/bundle.525ec568.min.js.map
  6. 1 0
      assets/stylesheets/main.0253249f.min.css
  7. 1 0
      assets/stylesheets/main.0253249f.min.css.map
  8. 0 1
      assets/stylesheets/main.8c3ca2c6.min.css
  9. 0 1
      assets/stylesheets/main.8c3ca2c6.min.css.map
  10. 3 3
      background/aci/index.html
  11. 3 3
      background/architecture/index.html
  12. 3 3
      background/iat/index.html
  13. 3 3
      background/index.html
  14. 3 3
      config/commands/index.html
  15. 3 3
      config/config/index.html
  16. 3 3
      config/demonstrations/index.html
  17. 3 3
      config/docker/index.html
  18. 3 3
      config/env/index.html
  19. 3 3
      config/summarizers/index.html
  20. 3 3
      dev/contribute/index.html
  21. 3 3
      dev/formatting_conflicts/index.html
  22. 3 3
      faq/index.html
  23. 3 3
      index.html
  24. 3 3
      installation/changelog/index.html
  25. 3 3
      installation/codespaces/index.html
  26. 3 3
      installation/docker/index.html
  27. 3 3
      installation/index.html
  28. 3 3
      installation/keys/index.html
  29. 3 3
      installation/source/index.html
  30. 3 3
      installation/tips/index.html
  31. 59 19
      reference/agent/index.html
  32. 82 26
      reference/env/index.html
  33. 109 40
      reference/env_utils/index.html
  34. 3 3
      reference/index.html
  35. 73 13
      reference/models/index.html
  36. 二进制
      sitemap.xml.gz
  37. 3 3
      usage/benchmarking/index.html
  38. 3 3
      usage/cl_tutorial/index.html
  39. 3 3
      usage/coding_challenges/index.html
  40. 3 3
      usage/enigma/index.html
  41. 3 3
      usage/index.html
  42. 3 3
      usage/inspector/index.html
  43. 3 3
      usage/leetcode_example/index.html
  44. 3 3
      usage/trajectories/index.html
  45. 3 3
      usage/usage_faq/index.html
  46. 3 3
      usage/web_ui/index.html

文件差异内容过多而无法显示
+ 3 - 3
404.html


文件差异内容过多而无法显示
+ 3 - 3
_footer/index.html


+ 25 - 1
assets/_mkdocstrings.css

@@ -26,20 +26,33 @@
   float: right;
 }
 
+/* Parameter headings must be inline, not blocks. */
+.doc-heading-parameter {
+  display: inline;
+}
+
+/* Prefer space on the right, not the left of parameter permalinks. */
+.doc-heading-parameter .headerlink {
+  margin-left: 0 !important;
+  margin-right: 0.2rem;
+}
+
 /* Backward-compatibility: docstring section titles in bold. */
 .doc-section-title {
   font-weight: bold;
 }
 
 /* Symbols in Navigation and ToC. */
-:root,
+:root, :host,
 [data-md-color-scheme="default"] {
+  --doc-symbol-parameter-fg-color: #df50af;
   --doc-symbol-attribute-fg-color: #953800;
   --doc-symbol-function-fg-color: #8250df;
   --doc-symbol-method-fg-color: #8250df;
   --doc-symbol-class-fg-color: #0550ae;
   --doc-symbol-module-fg-color: #5cad0f;
 
+  --doc-symbol-parameter-bg-color: #df50af1a;
   --doc-symbol-attribute-bg-color: #9538001a;
   --doc-symbol-function-bg-color: #8250df1a;
   --doc-symbol-method-bg-color: #8250df1a;
@@ -48,12 +61,14 @@
 }
 
 [data-md-color-scheme="slate"] {
+  --doc-symbol-parameter-fg-color: #ffa8cc;
   --doc-symbol-attribute-fg-color: #ffa657;
   --doc-symbol-function-fg-color: #d2a8ff;
   --doc-symbol-method-fg-color: #d2a8ff;
   --doc-symbol-class-fg-color: #79c0ff;
   --doc-symbol-module-fg-color: #baff79;
 
+  --doc-symbol-parameter-bg-color: #ffa8cc1a;
   --doc-symbol-attribute-bg-color: #ffa6571a;
   --doc-symbol-function-bg-color: #d2a8ff1a;
   --doc-symbol-method-bg-color: #d2a8ff1a;
@@ -68,6 +83,15 @@ code.doc-symbol {
   font-weight: bold;
 }
 
+code.doc-symbol-parameter {
+  color: var(--doc-symbol-parameter-fg-color);
+  background-color: var(--doc-symbol-parameter-bg-color);
+}
+
+code.doc-symbol-parameter::after {
+  content: "param";
+}
+
 code.doc-symbol-attribute {
   color: var(--doc-symbol-attribute-fg-color);
   background-color: var(--doc-symbol-attribute-bg-color);

文件差异内容过多而无法显示
+ 2 - 2
assets/javascripts/bundle.525ec568.min.js


文件差异内容过多而无法显示
+ 3 - 3
assets/javascripts/bundle.525ec568.min.js.map


文件差异内容过多而无法显示
+ 1 - 0
assets/stylesheets/main.0253249f.min.css


文件差异内容过多而无法显示
+ 1 - 0
assets/stylesheets/main.0253249f.min.css.map


文件差异内容过多而无法显示
+ 0 - 1
assets/stylesheets/main.8c3ca2c6.min.css


文件差异内容过多而无法显示
+ 0 - 1
assets/stylesheets/main.8c3ca2c6.min.css.map


文件差异内容过多而无法显示
+ 3 - 3
background/aci/index.html


文件差异内容过多而无法显示
+ 3 - 3
background/architecture/index.html


文件差异内容过多而无法显示
+ 3 - 3
background/iat/index.html


文件差异内容过多而无法显示
+ 3 - 3
background/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/commands/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/config/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/demonstrations/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/docker/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/env/index.html


文件差异内容过多而无法显示
+ 3 - 3
config/summarizers/index.html


文件差异内容过多而无法显示
+ 3 - 3
dev/contribute/index.html


文件差异内容过多而无法显示
+ 3 - 3
dev/formatting_conflicts/index.html


文件差异内容过多而无法显示
+ 3 - 3
faq/index.html


文件差异内容过多而无法显示
+ 3 - 3
index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/changelog/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/codespaces/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/docker/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/keys/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/source/index.html


文件差异内容过多而无法显示
+ 3 - 3
installation/tips/index.html


文件差异内容过多而无法显示
+ 59 - 19
reference/agent/index.html


文件差异内容过多而无法显示
+ 82 - 26
reference/env/index.html


文件差异内容过多而无法显示
+ 109 - 40
reference/env_utils/index.html


文件差异内容过多而无法显示
+ 3 - 3
reference/index.html


文件差异内容过多而无法显示
+ 73 - 13
reference/models/index.html


二进制
sitemap.xml.gz


文件差异内容过多而无法显示
+ 3 - 3
usage/benchmarking/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/cl_tutorial/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/coding_challenges/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/enigma/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/inspector/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/leetcode_example/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/trajectories/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/usage_faq/index.html


文件差异内容过多而无法显示
+ 3 - 3
usage/web_ui/index.html