Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandru Fikl
pyopencl
Commits
9ab1b582
Commit
9ab1b582
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Switch to furo doc theme
parent
545ab4b2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf.py
+3
-15
3 additions, 15 deletions
doc/conf.py
doc/index.rst
+3
-1
3 additions, 1 deletion
doc/index.rst
with
6 additions
and
16 deletions
doc/conf.py
+
3
−
15
View file @
9ab1b582
...
@@ -25,6 +25,7 @@ extensions = [
...
@@ -25,6 +25,7 @@ extensions = [
"
sphinx.ext.intersphinx
"
,
"
sphinx.ext.intersphinx
"
,
"
sphinx.ext.autodoc
"
,
"
sphinx.ext.autodoc
"
,
"
sphinx.ext.doctest
"
,
"
sphinx.ext.doctest
"
,
"
sphinx_copybutton
"
,
]
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
...
@@ -85,23 +86,10 @@ pygments_style = "sphinx"
...
@@ -85,23 +86,10 @@ pygments_style = "sphinx"
# Options for HTML output
# Options for HTML output
# -----------------------
# -----------------------
html_theme
=
"
alabaster
"
html_theme
=
"
furo
"
html_theme_options
=
{
html_theme_options
=
{
"
extra_nav_links
"
:
{
}
"
🚀 Github
"
:
"
https://github.com/inducer/pyopencl
"
,
"
💾 Download Releases
"
:
"
https://pypi.python.org/pypi/pyopencl
"
,
}
}
html_sidebars
=
{
"
**
"
:
[
"
about.html
"
,
"
navigation.html
"
,
"
relations.html
"
,
"
searchbox.html
"
,
]
}
# The style sheet to use for HTML and HTML Help pages. A file of that name
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# must exist either in Sphinx' static/ path, or in one of the custom paths
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
3
−
1
View file @
9ab1b582
...
@@ -88,7 +88,7 @@ Software that works with or enhances PyOpenCL
...
@@ -88,7 +88,7 @@ Software that works with or enhances PyOpenCL
:class:`pyopencl.array.Array` instances.
:class:`pyopencl.array.Array` instances.
* Robbert Harms and Alard Roebroeck's `MOT
* Robbert Harms and Alard Roebroeck's `MOT
<https://github.com/cbclab/MOT>`_ offers a variety of GPU-enabled non-linear optimization algorithms
<https://github.com/cbclab/MOT>`_ offers a variety of GPU-enabled non-linear optimization algorithms
and MCMC sampling routines for parallel optimization and sampling of multiple problems.
and MCMC sampling routines for parallel optimization and sampling of multiple problems.
If you know of a piece of software you feel that should be on this list, please
If you know of a piece of software you feel that should be on this list, please
...
@@ -113,6 +113,8 @@ Contents
...
@@ -113,6 +113,8 @@ Contents
howto
howto
tools
tools
misc
misc
🚀 Github <https://github.com/inducer/pyopencl>
💾 Download Releases <https://pypi.org/project/pyopencl>
Note that this guide does not explain OpenCL programming and technology. Please
Note that this guide does not explain OpenCL programming and technology. Please
refer to the official `Khronos OpenCL documentation <http://khronos.org/opencl>`_
refer to the official `Khronos OpenCL documentation <http://khronos.org/opencl>`_
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment