Skip to content

Commit e5affbf

Browse files
rename project and package from python_arsenal to pysenal
1 parent b4d68f3 commit e5affbf

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .coveragerc to control coverage.py
22
[run]
33
branch = True
4-
source = python_arsenal
4+
source = pysenal
55
# omit = bad_file.py
66

77
[report]

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ deploy:
3131
file: dist/*
3232
skip_cleanup: true
3333
on:
34-
repo: supercoderhawk/python_arsenal
34+
repo: supercoderhawk/pysenal
3535
tags: true

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
==============
2-
python_arsenal
2+
pysenal
33
==============
4-
.. image:: https://img.shields.io/travis/supercoderhawk/python_arsenal.svg
5-
:target: https://travis-ci.org/supercoderhawk/python_arsenal
6-
.. image:: https://img.shields.io/codecov/c/github/supercoderhawk/python_arsenal.svg
7-
:target: https://codecov.io/gh/supercoderhawk/python_arsenal
8-
.. image:: https://img.shields.io/pypi/v/python_arsenal.svg
9-
:target: https://pypi.org/project/python_arsenal
10-
.. image:: https://img.shields.io/pypi/dm/python_arsenal.svg
11-
:target: https://pypi.org/project/python_arsenal
4+
.. image:: https://img.shields.io/travis/supercoderhawk/pysenal.svg
5+
:target: https://travis-ci.org/supercoderhawk/pysenal
6+
.. image:: https://img.shields.io/codecov/c/github/supercoderhawk/pysenal.svg
7+
:target: https://codecov.io/gh/supercoderhawk/pysenal
8+
.. image:: https://img.shields.io/pypi/v/pysenal.svg
9+
:target: https://pypi.org/project/pysenal
10+
.. image:: https://img.shields.io/pypi/dm/pysenal.svg
11+
:target: https://pypi.org/project/pysenal
1212

1313
Python useful utilities methods, only for Python3
1414

docs/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ qthelp:
8585
@echo
8686
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
8787
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
88-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/python_arsenal.qhcp"
88+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/pysenal.qhcp"
8989
@echo "To view the help file:"
90-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/python_arsenal.qhc"
90+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/pysenal.qhc"
9191

9292
devhelp:
9393
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
9494
@echo
9595
@echo "Build finished."
9696
@echo "To view the help file:"
97-
@echo "# mkdir -p $HOME/.local/share/devhelp/python_arsenal"
98-
@echo "# ln -s $(BUILDDIR)/devhelp $HOME/.local/share/devhelp/python_arsenal"
97+
@echo "# mkdir -p $HOME/.local/share/devhelp/pysenal"
98+
@echo "# ln -s $(BUILDDIR)/devhelp $HOME/.local/share/devhelp/pysenal"
9999
@echo "# devhelp"
100100

101101
epub:

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
inspect.getfile(inspect.currentframe())))
3232

3333
output_dir = os.path.join(__location__, "../docs/api")
34-
module_dir = os.path.join(__location__, "../python_arsenal")
34+
module_dir = os.path.join(__location__, "../pysenal")
3535
cmd_line_template = "sphinx-apidoc -f -o {outputdir} {moduledir}"
3636
cmd_line = cmd_line_template.format(outputdir=output_dir, moduledir=module_dir)
3737
apidoc.main(cmd_line.split(" "))
@@ -61,7 +61,7 @@
6161
master_doc = 'index'
6262

6363
# General information about the project.
64-
project = u'python_arsenal'
64+
project = u'pysenal'
6565
copyright = u'2019, xiayubin'
6666

6767
# The version info for the project you're documenting, acts as replacement for
@@ -128,7 +128,7 @@
128128
# The name for this set of Sphinx documents. If None, it defaults to
129129
# "<project> v<release> documentation".
130130
try:
131-
from python_arsenal import __version__ as version
131+
from pysenal import __version__ as version
132132
except ImportError:
133133
pass
134134
else:
@@ -193,7 +193,7 @@
193193
# html_file_suffix = None
194194

195195
# Output file base name for HTML help builder.
196-
htmlhelp_basename = 'python_arsenal-doc'
196+
htmlhelp_basename = 'pysenal-doc'
197197

198198

199199
# -- Options for LaTeX output --------------------------------------------------
@@ -212,7 +212,7 @@
212212
# Grouping the document tree into LaTeX files. List of tuples
213213
# (source start file, target name, title, author, documentclass [howto/manual]).
214214
latex_documents = [
215-
('index', 'user_guide.tex', u'python_arsenal Documentation',
215+
('index', 'user_guide.tex', u'pysenal Documentation',
216216
u'xiayubin', 'manual'),
217217
]
218218

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==============
2-
python_arsenal
2+
pysenal
33
==============
44

5-
This is the documentation of **python_arsenal**.
5+
This is the documentation of **pysenal**.
66

77
.. note::
88

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)