Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Oct 27, 2017
1 parent 8871c9e commit 4b87bc9
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jeep
# jeepr

GPR utilities

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = jeep
SPHINXPROJ = jeepr
SOURCEDIR = .
BUILDDIR = _build

Expand Down
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# jeep documentation build configuration file, created by
# jeepr documentation build configuration file, created by
# sphinx-quickstart on Fri Oct 27 14:05:23 2017.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -50,7 +50,7 @@
master_doc = 'index'

# General information about the project.
project = 'jeep'
project = 'jeepr'
copyright = '2017, Agile Scientific'
author = 'Agile Scientific'

Expand All @@ -60,7 +60,7 @@
#

verstr = 'unknown'
VERSIONFILE = "../jeep/_version.py"
VERSIONFILE = "../jeepr/_version.py"
with open(VERSIONFILE, "r")as f:
verstrline = f.read().strip()
pattern = re.compile(r"__version__ = ['\"](.*)['\"]")
Expand Down Expand Up @@ -129,7 +129,7 @@
# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'jeepdoc'
htmlhelp_basename = 'jeeprdoc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -156,7 +156,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'jeep.tex', 'jeep Documentation',
(master_doc, 'jeepr.tex', 'jeepr Documentation',
'Agile Scientific', 'manual'),
]

Expand All @@ -166,7 +166,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'jeep', 'jeep Documentation',
(master_doc, 'jeepr', 'jeepr Documentation',
[author], 1)
]

Expand All @@ -177,8 +177,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'jeep', 'jeep Documentation',
author, 'jeep', 'One line description of project.',
(master_doc, 'jeepr', 'jeepr Documentation',
author, 'jeepr', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.. jeep documentation master file, created by
.. jeepr documentation master file, created by
sphinx-quickstart on Fri Oct 27 14:05:23 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to jeep's documentation!
================================
Welcome to jeepr's documentation!
=================================

.. toctree::
:maxdepth: 2
:caption: Contents:

.. automodule:: jeep
.. automodule:: jeepr

.. autoclass:: Scan
:members:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: jeep
name: jeepr
channels:
- clinicalgraphics
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion jeep/__init__.py → jeepr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf 8 -*-
"""
==================
jeep
jeepr
==================
"""
from .scan import Scan
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion notebooks/Untitled.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"from jeep import Scan"
"from jeepr import Scan"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This is the same as doing this on the command line:
py.test --mpl --cov jeep
py.test --mpl --cov jeepr
We have to run tests this way because we need to set the
matplotlib backend for travis.
Expand All @@ -15,7 +15,7 @@

# To generate new images, uncomment this line and instead
# comment out the last one (below).
# pytest.main(["--mpl-generate-path=tests/baseline", "--cov", "jeep"])
# pytest.main(["--mpl-generate-path=tests/baseline", "--cov", "jeepr"])

# To test as normal
pytest.main(["--mpl", "--cov", "jeep"])
pytest.main(["--mpl", "--cov", "jeepr"])
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- coding: utf 8 -*-
"""
Python installation file for jeep project.
Python installation file for jeepr project.
"""
from setuptools import setup
import re

verstr = 'unknown'
VERSIONFILE = "jeep/_version.py"
VERSIONFILE = "jeepr/_version.py"
with open(VERSIONFILE, "r")as f:
verstrline = f.read().strip()
pattern = re.compile(r"__version__ = ['\"](.*)['\"]")
Expand Down Expand Up @@ -44,14 +44,14 @@
'Programming Language :: Python :: 3.6',
]

setup(name='jeep',
setup(name='jeepr',
version=verstr,
description='Tools for managing GPR data.',
url='http://github.com/agile-geoscience/jeep',
url='http://github.com/agile-geoscience/jeepr',
author='Agile Scientific',
author_email='hello@agilescientific.com',
license='Apache 2',
packages=['jeep'],
packages=['jeepr'],
tests_require=TEST_REQUIREMENTS,
test_suite='run_tests',
install_requires=REQUIREMENTS,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_scan.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf 8 -*-
"""
Define a suite a tests for jeep.
Define a suite a tests for jeepr.
"""
from jeep import Scan
from jeepr import Scan

FNAME = 'tests/Multi-01_LINE00A.RA1'

Expand Down

0 comments on commit 4b87bc9

Please sign in to comment.