Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith committed Mar 13, 2022
1 parent ce7a191 commit 881d13c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 156 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .travis.yml_disabled

This file was deleted.

2 changes: 1 addition & 1 deletion LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright © 2017-2021 Andrew P Smith
Copyright © 2017-2022 Andrew P Smith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
52 changes: 0 additions & 52 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,11 @@

environment:
matrix:

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# PYTHON: "C:\\Python37-x64"
# PYTHON_ARCH: 64
# MSVC_VERSION: "Visual Studio 19 Win64"

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# PYTHON: "C:\\Python38-x64"
# PYTHON_ARCH: 64
# MSVC_VERSION: "Visual Studio 19 Win64"

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# PYTHON: "C:\\Python39-x64"
# PYTHON_ARCH: 64
# MSVC_VERSION: "Visual Studio 19 Win64"

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# MINICONDA: "C:\\Miniconda38-x64"

# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# PYTHON: "3.7"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
# PYTHON: "3.8"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
# PYTHON: "3.9"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
MINICONDA: true
PYTHON: "3.9"
APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# CODECOV_BUILD: true
# PYTHON: "3.9"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: macOS
# PYTHON: "3.7"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: macOS
# PYTHON: "3.8"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

# - APPVEYOR_BUILD_WORKER_IMAGE: macOS
# PYTHON: "3.9"
# APPVEYOR_YML_DISABLE_PS_LINUX: true

stack: python %PYTHON%

# matrix:
Expand All @@ -64,10 +16,6 @@ stack: python %PYTHON%
# #fast_finish: true

install:
# - cmd: |
# curl -fSs -o c:\msmpisetup.exe https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe
# rem c:\msmpisetup.exe -unattend The system cannot execute the specified program.
# %PYTHON%\python.exe -m pip install --upgrade pip wheel setuptools --no-warn-script-location
- ps: |
Start-FileDownload 'https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe'
.\msmpisetup.exe -unattend # TODO this doesnt seem to do anything
Expand Down
6 changes: 5 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# API Documentation

!!! note "API documentation is no longer provided here."
As the `neworder` package now contains type hints, your IDE should display these:
As the `neworder` package now contains type annotations, your IDE should display these automatically, e.g.:

![type hints](./examples/img/apidoc.png)

## Type stubs

Type stubs were generated for the core C++ library using the `pybind11-stubgen` package, although significant editing of the output was required. See `__init__.pyi` for details.

0 comments on commit 881d13c

Please sign in to comment.