• R/O
  • SSH

un-xtab: 提交

Source, documentation, and distribution code for un-xtab.py


Commit MetaInfo

修訂4bb4e6cc739842149256b9ae77330f3fe54e3518 (tree)
時間2020-01-05 10:06:12
作者Dreas Nielsen <dreas.nielsen@gmai...>
CommiterDreas Nielsen

Log Message

Modified README and menu to reference OSDN instead of RTD.

Change Summary

差異

diff -r ab240c76d2d7 -r 4bb4e6cc7398 README.md
--- a/README.md Fri Jan 03 06:13:03 2020 -0800
+++ b/README.md Sat Jan 04 17:06:12 2020 -0800
@@ -62,7 +62,7 @@
6262 without its extension.
6363 ```
6464
65-Complete documentation is available at `ReadTheDocs <https://un-xtab.readthedocs.io/>`_.
65+Complete documentation is available at `OSDN <http://un-xtab.osdn.io/>`_.
6666
6767
6868
diff -r ab240c76d2d7 -r 4bb4e6cc7398 doc/source/availability.rst
--- a/doc/source/availability.rst Fri Jan 03 06:13:03 2020 -0800
+++ b/doc/source/availability.rst Sat Jan 04 17:06:12 2020 -0800
@@ -5,7 +5,7 @@
55
66 .. index:: Installation
77
8-The un-xtab program is available on `PyPi <https://pypi.org/project/xtab/>`_.
8+The un-xtab program is available on `PyPi <https://pypi.org/project/un-xtab/>`_.
99 It can be installed with:
1010
1111 .. code-block:: none
diff -r ab240c76d2d7 -r 4bb4e6cc7398 doc/source/index.rst
--- a/doc/source/index.rst Fri Jan 03 06:13:03 2020 -0800
+++ b/doc/source/index.rst Sat Jan 04 17:06:12 2020 -0800
@@ -15,6 +15,10 @@
1515 availability
1616 copyright
1717 change_log
18+ Bugs and Change Requests <https://osdn.net/projects/un-xtab/ticket/>
19+ Forum <https://osdn.net/projects/un-xtab/forums/>
20+ PyPI page <https://pypi.org/project/un-xtab/>
21+ Releases on OSDN <https://osdn.net/projects/un-xtab/releases/>
1822
1923 .. index:: CSV
2024
diff -r ab240c76d2d7 -r 4bb4e6cc7398 setup.py
--- a/setup.py Fri Jan 03 06:13:03 2020 -0800
+++ b/setup.py Sat Jan 04 17:06:12 2020 -0800
@@ -1,7 +1,7 @@
11 from distutils.core import setup
22
33 setup(name='un-xtab',
4- version='1.0.0',
4+ version='1.0.1',
55 description="Un-crosstab data in a text file.",
66 author='Dreas Nielsen',
77 author_email='dreas.nielsen@gmail.com',
Show on old repository browser