Skip to content

Commit d0bc352

Browse files
author
Circle CI Docs
committed
[DEPLOY] Docs 0.6.0 [skip ci]
1 parent 096a93b commit d0bc352

21 files changed

+44
-44
lines changed
-4 Bytes
Binary file not shown.

docs/html/.doctrees/index.doctree

-21 Bytes
Binary file not shown.

docs/html/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Overview: module code &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
6+
<title>Overview: module code &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<img src="../_static/banner.png" class="logo" alt="Logo"/>
3232
</a>
3333
<div class="version">
34-
0.5.24
34+
0.6.0
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/html/_sources/index.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Package for causal inference in graphs and in the pairwise settings for Python>=
1818
.. image:: https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox/branch/master/graph/badge.svg
1919
:target: https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox
2020
.. image:: https://img.shields.io/aur/license/pac.svg?maxAge=259200
21-
.. image:: https://img.shields.io/badge/version-0.5.24-yellow.svg?maxAge=259200
21+
.. image:: https://img.shields.io/badge/version-0.6.0-yellow.svg?maxAge=259200
2222

2323
It implements lots of algorithms for graph structure recovery (including algorithms from the `bnlearn`, `pcalg` packages), mainly based out of observational data.
2424

@@ -44,13 +44,13 @@ Docker images
4444

4545
Docker images are available, including all the dependencies, and enabled functionalities:
4646

47-
.. |36cpu| image:: https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200
47+
.. |36cpu| image:: https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200
4848
:target: https://hub.docker.com/r/divkal/cdt-py3.6/
4949

50-
.. |37cpu| image:: https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200
50+
.. |37cpu| image:: https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200
5151
:target: https://hub.docker.com/r/divkal/cdt-py3.7/
5252

53-
.. |36gpu| image:: https://img.shields.io/badge/nvidia--docker-0.5.24-76b900.svg?maxAge=259200
53+
.. |36gpu| image:: https://img.shields.io/badge/nvidia--docker-0.6.0-76b900.svg?maxAge=259200
5454
:target: https://hub.docker.com/r/divkal/nv-cdt-py3.6/
5555

5656
.. |36cpudev| image:: https://img.shields.io/badge/docker-latest-0db7ed.svg?maxAge=259200
@@ -62,9 +62,9 @@ Docker images are available, including all the dependencies, and enabled functio
6262
:target: https://hub.docker.com/r/divkal/nv-cdt-dev/
6363

6464
.. | Branch | master | dev |
65-
.. | Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.6/) | [![d36cpudev](https://img.shields.io/badge/dev-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-dev) |
66-
.. | Python 3.7 - CPU | [![d37cpu](https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.7/) | [![d37gpu](https://img.shields.io/badge/dev-unavailable-lightgrey.svg?maxAge=259200)](#) |
67-
.. | Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.5.24-76b900.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-py3.6/) | [![d36gpudev](https://img.shields.io/badge/nvidia--dev-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-dev) |
65+
.. | Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.6/) | [![d36cpudev](https://img.shields.io/badge/dev-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-dev) |
66+
.. | Python 3.7 - CPU | [![d37cpu](https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.7/) | [![d37gpu](https://img.shields.io/badge/dev-unavailable-lightgrey.svg?maxAge=259200)](#) |
67+
.. | Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.6.0-76b900.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-py3.6/) | [![d36gpudev](https://img.shields.io/badge/nvidia--dev-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-dev) |
6868
6969
+-------------------+---------+------------+
7070
| Branch | master | dev |

docs/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.5.24',
3+
VERSION: '0.6.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/html/causality.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>cdt.causality &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
7+
<title>cdt.causality &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -36,7 +36,7 @@
3636
<img src="_static/banner.png" class="logo" alt="Logo"/>
3737
</a>
3838
<div class="version">
39-
0.5.24
39+
0.6.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/html/data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>cdt.data &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
7+
<title>cdt.data &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -36,7 +36,7 @@
3636
<img src="_static/banner.png" class="logo" alt="Logo"/>
3737
</a>
3838
<div class="version">
39-
0.5.24
39+
0.6.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/html/developer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Developer Documentation &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
7+
<title>Developer Documentation &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -33,7 +33,7 @@
3333
<img src="_static/banner.png" class="logo" alt="Logo"/>
3434
</a>
3535
<div class="version">
36-
0.5.24
36+
0.6.0
3737
</div>
3838
<div role="search">
3939
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/html/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Index &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
6+
<title>Index &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<img src="_static/banner.png" class="logo" alt="Logo"/>
3232
</a>
3333
<div class="version">
34-
0.5.24
34+
0.6.0
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/html/independence.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>cdt.independence &mdash; Causal Discovery Toolbox 0.5.24 documentation</title>
7+
<title>cdt.independence &mdash; Causal Discovery Toolbox 0.6.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -36,7 +36,7 @@
3636
<img src="_static/banner.png" class="logo" alt="Logo"/>
3737
</a>
3838
<div class="version">
39-
0.5.24
39+
0.6.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

0 commit comments

Comments
 (0)