Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
aarpon committed Jan 7, 2020
2 parents 2429693 + e67cf98 commit 8fd862a
Show file tree
Hide file tree
Showing 30 changed files with 1,919 additions and 1,187 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
/build/
/dist/
/.idea/
/.vscode/
/pIceImarisConnector.egg-info/
2 changes: 1 addition & 1 deletion .pydevproject
Expand Up @@ -4,5 +4,5 @@
<path>/pIceImarisConnector/pIceImarisConnector</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
</pydev_project>
9 changes: 9 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,9 @@
version: 2
sphinx:
configuration: docs/conf.py
formats:
- htmlzip
python:
version: 3
install:
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions MANIFEST.in
@@ -1,5 +1,5 @@
recursive-include doc/html *
prune doc/html/.doctrees/
exclude doc/html/.buildinfo
recursive-include doc/_build/html *
exclude doc/_build/html/.buildinfo
include *.ims *.py
include LICENSE.txt
include README.md
3 changes: 3 additions & 0 deletions build_documentation.bat
@@ -0,0 +1,3 @@
@ECHO OFF
cd docs
make html
6 changes: 6 additions & 0 deletions build_pip_package.bat
@@ -0,0 +1,6 @@
@ECHO OFF
if exist build rd /s /q build
rd /s /q dist
python setup.py bdist_wheel
rd /s /q build
dir dist
303 changes: 0 additions & 303 deletions doc/conf.py

This file was deleted.

14 changes: 0 additions & 14 deletions doc/index.rst

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 8fd862a

Please sign in to comment.