File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extensions = [
38
38
39
39
use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"
40
40
41
- if len ( use_doxyrest ) :
41
+ if use_doxyrest == "ON" :
42
42
# Specify the path to Doxyrest extensions for Sphinx:
43
43
import sys , os
44
44
Original file line number Diff line number Diff line change
1
+ About
2
+ =====
3
+
4
+ dpctl is developed by Intel and is part of the `Intel Distribution for
5
+ Python <https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-python.html> `_.
6
+
7
+ Contributing
8
+ ============
9
+
10
+ Refer the `contributing guide <https://github.com/IntelPython/dpctl/blob/master/CONTRIBUTING.md >`_
11
+ for information on coding style and standards used in dpctl.
12
+
13
+ License
14
+ =======
15
+
16
+ dpctl is Licensed under Apache License 2.0 that can be found in
17
+ `LICENSE <https://github.com/IntelPython/dpctl/blob/master/LICENSE >`_.
18
+ All usage and contributions to the project are subject to the terms and
19
+ conditions of this license.
You can’t perform that action at this time.
0 commit comments