File: python-sympy-doc.templates

package info (click to toggle)
sympy 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,640 kB
  • sloc: python: 466,476; xml: 359; sh: 238; makefile: 155; lisp: 4
file content (19 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Template: python-sympy-doc/live-sympy
Type: boolean
Default: false
_Description: Activate live.sympy.org service
 One can activate the service provided by https://live.sympy.org,
 which can improve one's experience by providing the "Sympy Live
 Shell" inside documentation pages.
 .
 However one must know that even if the button "Sympy Live Shell" is
 not triggered, when one is browsing enabled documentation pages, HTTP
 requests are sent to the website https://live.sympy.org, so there is
 a privacy breach.
 .
 When the parameter python-sympy-doc/live-sympy is true, links to
 https://live.sympy.org are active. When this parameter is false,
 those links are replaced by links to http://localhost, so there is
 no privacy breach.
 .
 You can safely keep the default 'false' value for this parameter.