Skip to content

Commit 6214563

Browse files
committed
use lml 0.2.0 for test
1 parent 18c75ee commit 6214563

File tree

6 files changed

+20
-24
lines changed

6 files changed

+20
-24
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.8
14+
python-version: 3.11
1515
- name: lint
1616
run: |
1717
pip --use-deprecated=legacy-resolver install flake8

Diff for: .github/workflows/moban-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: '3.7'
15+
python-version: '3.11'
1616
- name: check changes
1717
run: |
1818
pip install markupsafe==2.0.1
19-
pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
19+
pip install ruamel.yaml moban gitfs2 pypifs moban-jinja2-github moban-ansible
2020
moban
2121
git status
2222
git diff --exit-code

Diff for: .readthedocs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python:
12-
version: 3.12
11+
python: "3.12"
1312

1413
# Build documentation in the docs/ directory with Sphinx
1514
sphinx:
@@ -19,6 +18,4 @@ sphinx:
1918
formats:
2019
- pdf
2120

22-
# Optionally set the version of Python and requirements required to build your docs
2321
python:
24-
version: 3.7

Diff for: README.rst

+12-14
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ pyexcel-io - Let you focus on data, instead of file formats
1818
:target: https://anaconda.org/conda-forge/pyexcel-io
1919

2020

21+
.. image:: https://pepy.tech/badge/pyexcel-io/month
22+
:target: https://pepy.tech/project/pyexcel-io
2123

2224
.. image:: https://anaconda.org/conda-forge/pyexcel-io/badges/downloads.svg
2325
:target: https://anaconda.org/conda-forge/pyexcel-io
@@ -37,18 +39,11 @@ Support the project
3739
================================================================================
3840

3941
If your company has embedded pyexcel and its components into a revenue generating
40-
product, please support me on github, `patreon <https://www.patreon.com/bePatron?u=5537627>`_
41-
or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel>`_ to maintain
42-
the project and develop it further.
42+
product, please support me on github, or `patreon <https://www.patreon.com/bePatron?u=5537627>`_
43+
maintain the project and develop it further.
4344

44-
If you are an individual, you are welcome to support me too and for however long
45-
you feel like. As my backer, you will receive
46-
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
47-
48-
And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user`.
49-
50-
With your financial support, I will be able to invest
51-
a little bit more time in coding, documentation and writing interesting posts.
45+
With your financial support, I will be able to invest a little bit more time in coding,
46+
documentation and writing interesting posts.
5247

5348

5449
Known constraints
@@ -206,15 +201,18 @@ and update changelog.yml
206201
.. note::
207202

208203
As to rnd_requirements.txt, usually, it is created when a dependent
209-
library is not released. Once the dependecy is installed
204+
library is not released. Once the dependency is installed
210205
(will be released), the future
211206
version of the dependency in the requirements.txt will be valid.
212207

213208

214209
How to test your contribution
215-
------------------------------
210+
--------------------------------------------------------------------------------
216211

217-
Although `nose` and `doctest` are both used in code testing, it is adviable that unit tests are put in tests. `doctest` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
212+
Although `nose` and `doctest` are both used in code testing, it is advisable
213+
that unit tests are put in tests. `doctest` is incorporated only to make sure
214+
the code examples in documentation remain valid across different development
215+
releases.
218216

219217
On Linux/Unix systems, please launch your tests like this::
220218

Diff for: docs/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The theme to use for HTML and HTML Help pages. See the documentation for
5959
# a list of builtin themes.
6060
#
61-
html_theme = 'alabaster'
61+
html_theme = 'sphinx_rtd_theme'
6262

6363
# Add any paths that contain custom static files (such as style sheets) here,
6464
# relative to this directory. They are copied after the builtin static files,
@@ -69,7 +69,8 @@
6969
# -- Options for intersphinx extension ---------------------------------------
7070

7171
# Example configuration for intersphinx: refer to the Python standard library.
72-
intersphinx_mapping = {'https://docs.python.org/3/': None}
72+
intersphinx_mapping = {'python': ('https://docs.python.org/3',
73+
'python-inv.txt')}
7374
# TODO: html_theme not configurable upstream
7475
html_theme = 'default'
7576

Diff for: rnd_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
https://github.com/python-lml/lml/archive/dev.zip

0 commit comments

Comments
 (0)