Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 7164c6b

Browse files
authored
Fchl doc (#44)
* Updated travis yml to publish docs properly
1 parent 53f9491 commit 7164c6b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ group: edge
77

88
deploy:
99
provider: pages
10-
local_dir: ${TRAVIS_BUILD_DIR}/docs/build/html
10+
# local_dir: ${TRAVIS_BUILD_DIR}/docs/build/html
11+
local_dir: /docs/build/html
1112
skip_cleanup: true
1213
repo: qmlcode/qmlcode.github.io
1314
target_branch: master

docs/source/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The neighbors keyword is the max number of atoms with the cutoff-distance
261261
Generating the FCHL kernel
262262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263263

264-
The following example demonstrates how to calculate the local FCHL kernel elements between FCHL representations. ``X1`` and ``X2`` are numpy arrays with the shape ``(number_compounds,max_size, 5,neighbors)``, as generated in one of the previous examples. You MUST use the same cut-off distance to generate the representation and calculate the kernel.
264+
The following example demonstrates how to calculate the local FCHL kernel elements between FCHL representations. ``X1`` and ``X2`` are numpy arrays with the shape ``(number_compounds,max_size, 5,neighbors)``, as generated in one of the previous examples. You MUST use the same, or larger, cut-off distance to generate the representation, as to calculate the kernel.
265265

266266

267267
.. code:: python

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
__copyright__ = "Copyright 2016"
88
__credits__ = ["Anders S. Christensen et al. (2016) https://github.com/qmlcode/qml"]
99
__license__ = "MIT"
10-
__version__ = "0.4.0.11"
10+
__version__ = "0.4.0.12"
11+
1112
__maintainer__ = "Anders S. Christensen"
1213
__email__ = "[email protected]"
1314
__status__ = "Beta"

0 commit comments

Comments
 (0)