Skip to content

Commit 49c88c4

Browse files
authored
Merge pull request #120 from avmarchenko/master
Updated documentation for resource and list resources
2 parents 5719c39 + 8c370de commit 49c88c4

4 files changed

Lines changed: 197 additions & 146 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- conda install -q -c conda-forge six numpy pandas pytables numba sympy
3939
- conda install -q -c conda-forge sphinx sphinx_rtd_theme ply seaborn
4040
- conda install -c conda-forge pandoc pypandoc nbsphinx ipython
41-
- conda install -q -c conda-forge python-coveralls coverage pytest pytest-cov
41+
- conda install -q -c conda-forge coveralls coverage pytest pytest-cov
4242
- conda install -q -c conda-forge numexpr nodejs ipywidgets
4343
# - conda install -q -c exaanalytics exa
4444
- pip install exa
@@ -53,7 +53,8 @@ script:
5353
- export PYTHONDONTWRITEBYTECODE=1
5454
- pytest --cov
5555
- if [[ $TRAVIS_OS_NAME == "linux" ]] && [[ $PYTHONVER == 3.6 ]]; then
56-
coverage xml;
56+
# coverage xml;
57+
coverage run --source=exatomic setup.py test
5758
travis-sphinx build;
5859
fi
5960

docs/source/api/base.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. Copyright (c) 2015-2018, Exa Analytics Development Team
2+
.. Distributed under the terms of the Apache License 2.0
3+
4+
#####################################
5+
Auxiliary Features
6+
#####################################
7+
.. automodule:: exatomic.base
8+
:members:
9+
10+
.. automodule:: exatomic.formula
11+
:members:

docs/source/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and syntax can be found in the Examples section (Jupyte notebooks) and via help:
4545

4646
field.rst
4747
matrices.rst
48+
base.rst
4849
algorithms/basis.rst
4950
algorithms/orbital.rst
5051
algorithms/integrals.rst

0 commit comments

Comments
 (0)