Skip to content

Commit 33d3c00

Browse files
author
Diptorup Deb
committed
Add boilerplate stuff.
1 parent aaf5355 commit 33d3c00

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extensions = [
3838

3939
use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"
4040

41-
if len(use_doxyrest):
41+
if use_doxyrest == "ON":
4242
# Specify the path to Doxyrest extensions for Sphinx:
4343
import sys, os
4444

docs/docfiles/boilerplate.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)