Skip to content

Commit c2a76da

Browse files
committed
Trying to fix readthedocs
-Ran "sphinx-apidoc -o docs/ evilmc/." -Updated version number
1 parent 43df077 commit c2a76da

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

docs/evilmc.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
evilmc package
2+
==============
3+
4+
Submodules
5+
----------
6+
7+
evilmc\.evilmc module
8+
---------------------
9+
10+
.. automodule:: evilmc.evilmc
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
16+
Module contents
17+
---------------
18+
19+
.. automodule:: evilmc
20+
:members:
21+
:undoc-members:
22+
:show-inheritance:

docs/modules.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
evilmc
2+
======
3+
4+
.. toctree::
5+
:maxdepth: 4
6+
7+
evilmc

evilmc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A python version of the EVIL-MC code"""
22

3-
__version__ = '0.1.2'
3+
__version__ = '0.1.3'
44
__author__ = 'Brian Jackson <[email protected]>'
55
__all__ = ['evilmc']
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="evilmc",
21-
version="0.1.2",
21+
version="0.1.3",
2222
url="https://github.com/BoiseStatePlanetary/evilmc",
2323
download_url='https://github.com/BoiseStatePlanetary/evilmc/archive/'+__version__+'.tar.gz',
2424
license='BSD',

0 commit comments

Comments
 (0)