Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Jan 29, 2024
1 parent fa51d3d commit c2b3718
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1
open-pull-requests-limit: 3
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1
open-pull-requests-limit: 3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ https://user-images.githubusercontent.com/34736356/182772349-af0a5f20-d009-4daa-

- **How AexPy works?** Approach Design & Evaluation are in [AexPy's conference paper](https://ieeexplore.ieee.org/abstract/document/9978982), see also [talk](https://www.bilibili.com/video/BV1tv4y1D75F/) & [slides](https://stardustdl.github.io/assets/pdfs/aexpy/aexpy-slides.pdf).
- **How we implement AexPy?** Source Code & Implemetation are in [AexPy's repository](https://github.com/StardustDL/aexpy), see also [system design (zh-cn)](https://stardustdl.github.io/assets/pdfs/aexpy/aexpy-chinasoft.pdf).
- **How to use AexPy?** Detailed Document & Data are in this README and [AexPy's website](https://aexpy.netlify.app/), see also [demo video](https://www.bilibili.com/video/BV1PG411F77m/).
- **How to use AexPy?** Detailed Document & Data are in [AexPy's website](https://aexpy.netlify.app/), see also [demo video](https://www.bilibili.com/video/BV1PG411F77m/).

> **Attention**: The current code base and document is still *working in progress*. We have removed web front-end support, and are focusing on command-line interface.
> **Attention**: For AexPy v0.1.x users, we have removed web front-end support in current and next version, and are focusing on command-line interface for now. The web interfaces would come back in future.
> For the old available version, see [v0.1.2](https://github.com/StardustDL/aexpy/releases/tag/v0.1.2).
```mermaid
Expand Down
2 changes: 1 addition & 1 deletion docs/.paperead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ server:
port: 3649
readonly: false
site:
description: 'A tool to detect API breaking changes in Python packages. (Accessing this website from China may need VPN because of resource files from jsDelivr CDN service)'
description: 'A tool to detect API breaking changes in Python packages.'
subtitle: 'Api EXplorer in PYthon.'
title: 'AexPy'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy<=1.6.1
click>=8.0.0
pydantic>=2.0.2
mypy==1.6.1
click==8.1.7
pydantic==2.5.3

0 comments on commit c2b3718

Please sign in to comment.