Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Sep 17, 2023
1 parent 4f55fd5 commit f290828
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true

- name: Build and upload package
Expand Down
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ Build and Test Status
.. |y| unicode:: U+2714
.. |n| unicode:: U+2716

+----------+--------+-------+-------+-------+-------+-------+-----------------+
| Platform | Arch | Python Version | Continuous |
+ | +-------+-------+-------+-------+-------+ Integration +
| | | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | |
+==========+========+=======+=======+=======+=======+=======+=================+
| Linux | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-linux| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| macOS | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-macos| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| Windows | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-windows| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
+----------+--------+-------+-------+-------+-----------------+
| Platform | Arch | Python Version | Continuous |
+ | +-------+-------+-------+ Integration +
| | | 3.9 | 3.10 | 3.11 | |
+==========+========+=======+=======+=======+=================+
| Linux | X86-64 | |y| | |y| | |y| | |build-linux| |
+----------+--------+-------+-------+-------+-----------------+
| macOS | X86-64 | |y| | |y| | |y| | |build-macos| |
+----------+--------+-------+-------+-------+-----------------+
| Windows | X86-64 | |y| | |y| | |y| | |build-windows| |
+----------+--------+-------+-------+-------+-----------------+

.. |build-linux| image:: https://img.shields.io/github/actions/workflow/status/ameli/ortho/build-linux.yml
:target: https://github.com/ameli/ortho/actions?query=workflow%3Abuild-linux
Expand Down
4 changes: 1 addition & 3 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
python:
- 3.7
- 3.8
- 3.9
- 3.10
# - 3.11
- 3.11
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx
sphinx-math-dollar
sphinx-toggleprompt
sphinx-toggleprompt<0.4
pydata_sphinx_theme==0.9.0
graphviz
sphinx-automodapi
Expand Down
9 changes: 9 additions & 0 deletions docs/source/_static/css/custom-pydata.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ html[data-theme="dark"] button.copybtn {
filter: invert(0.88) brightness(1.1);
}

/* Color of function signature in dark mode */
html[data-theme="dark"] dt:target, span.highlighted {
background-color: #373737;
}

/* Logo color */
img.logo__image {
/* filter: grayscale(1) brightness(1.5); */
Expand Down Expand Up @@ -123,3 +128,7 @@ table.custom-table {
.custom-sidebar p.sidebar-title {
text-align: center !important;
}

.table-responsive {
overflow-x: auto;
}
22 changes: 11 additions & 11 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ Build and Test Status
.. |y| unicode:: U+2714
.. |n| unicode:: U+2716

+----------+--------+-------+-------+-------+-------+-------+-----------------+
| Platform | Arch | Python Version | Continuous |
+ | +-------+-------+-------+-------+-------+ Integration +
| | | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | |
+==========+========+=======+=======+=======+=======+=======+=================+
| Linux | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-linux| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| macOS | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-macos| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| Windows | X86-64 | |y| | |y| | |y| | |y| | |y| | |build-windows| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
+----------+--------+-------+-------+-------+-----------------+
| Platform | Arch | Python Version | Continuous |
+ | +-------+-------+-------+ Integration +
| | | 3.9 | 3.10 | 3.11 | |
+==========+========+=======+=======+=======+=================+
| Linux | X86-64 | |y| | |y| | |y| | |build-linux| |
+----------+--------+-------+-------+-------+-----------------+
| macOS | X86-64 | |y| | |y| | |y| | |build-macos| |
+----------+--------+-------+-------+-------+-----------------+
| Windows | X86-64 | |y| | |y| | |y| | |build-windows| |
+----------+--------+-------+-------+-------+-----------------+

.. |build-linux| image:: https://img.shields.io/github/actions/workflow/status/ameli/imate/build-linux.yml
:target: https://github.com/ameli/imate/actions?query=workflow%3Abuild-linux
Expand Down
2 changes: 1 addition & 1 deletion ortho/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.5"
__version__ = "0.3.6"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def install_package(package):
:type package: string
"""

subprocess.check_call([sys.executable, "-m", "pip", "install", package])
subprocess.check_call([sys.executable, "-m", "pip", "install",
"--prefer-binary", package])


# =====================
Expand Down

0 comments on commit f290828

Please sign in to comment.