Skip to content

Commit 1b25960

Browse files
committed
updating docs
1 parent 20d31dd commit 1b25960

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ h1, h2, h3, h4, h5, h6 {
1717
color: var(--color-sidebar-brand-text, var(--color-foreground-primary));
1818
font-size: 1.5rem;
1919
}
20+
.sidebar-brand-text:visited {
21+
color: #2A6496;
22+
}
23+
.sidebar-brand-text:hover {
24+
color: var(--color-sidebar-brand-text, var(--color-foreground-primary));
25+
}
2026

2127
/* Sidebar active/current item */
2228
.sidebar-tree .current-page > .reference {

docs/_templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<div class="copyright">
4747
{%- if hasdoc('copyright') %}
4848
{% trans path=pathto('copyright'), copyright=copyright|e -%}
49-
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }}
49+
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }} | <a href="https://getqluster.com">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
5050
{%- endtrans %}
5151
{%- else %}
5252
{% trans copyright=copyright|e -%}
53-
Copyright &#169; {{ copyright }}
53+
Copyright &#169; {{ copyright }} | <a href="https://getqluster.com">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
5454
{%- endtrans %}
5555
{%- endif %}
5656
</div>

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106

107107
# The name of the Pygments (syntax highlighting) style to use.
108108
# Let Furo use its default pygments styles (light + dark mode aware)
109-
# pygments_style = 'sphinx'
109+
pygments_style = 'xcode'
110+
pygments_dark_style = 'github-dark'
110111

111112
# A list of ignored prefixes for module index sorting.
112113
#modindex_common_prefix = []
@@ -200,6 +201,9 @@
200201
'color-sidebar-link-text--top-level': '#ccc',
201202
'color-sidebar-caption-text': '#ccc',
202203
'color-sidebar-item-background--hover': '#2d2d2d',
204+
# Code blocks
205+
'color-code-background': '#2b2b2b',
206+
'color-inline-code-background': '#2b2b2b',
203207
# Admonitions
204208
'color-admonition-title': '#7EB8DA',
205209
'color-admonition-title-background': 'rgba(126, 184, 218, 0.15)',

docs/diff_doc.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
DeepDiff Module
44
===============
55

6-
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
6+
.. |qluster_link| raw:: html
7+
8+
<a href="https://getqluster.com"><strong>Qluster</strong></a>
9+
10+
DeepDiff is now part of |qluster_link|.
711

812
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
913

docs/faq.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
F.A.Q
44
=====
55

6-
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
6+
.. |qluster_link| raw:: html
7+
8+
<a href="https://getqluster.com"><strong>Qluster</strong></a>
9+
10+
DeepDiff is now part of |qluster_link|.
711

812
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
913

docs/support.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
Support
44
=======
55

6-
**DeepDiff is now part of** `Qluster <https://getqluster.com>`__.
6+
.. |qluster_link| raw:: html
7+
8+
<a href="https://getqluster.com"><strong>Qluster</strong></a>
9+
10+
DeepDiff is now part of |qluster_link|.
711

812
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
913

0 commit comments

Comments
 (0)