-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Align docs and requirements with other repositories
- Loading branch information
1 parent
1cd7f23
commit bdef261
Showing
10 changed files
with
85 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
*.pyc | ||
*.swp | ||
*.swo | ||
.tox | ||
*.egg-info | ||
docs/_build | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 2 | ||
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: "3.9" | ||
python: | ||
install: | ||
- path: . | ||
- requirements: docs/requirements.txt | ||
sphinx: | ||
fail_on_warning: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. image:: https://github.com/wireservice/agate-charts/workflows/CI/badge.svg | ||
:target: https://github.com/wireservice/agate-charts/actions | ||
:alt: Build status | ||
|
||
.. image:: https://img.shields.io/pypi/dw/agate-charts.svg | ||
:target: https://pypi.python.org/pypi/agate-charts | ||
:alt: PyPI downloads | ||
|
||
.. image:: https://img.shields.io/pypi/v/agate-charts.svg | ||
:target: https://pypi.python.org/pypi/agate-charts | ||
:alt: Version | ||
|
||
.. image:: https://img.shields.io/pypi/l/agate-charts.svg | ||
:target: https://pypi.python.org/pypi/agate-charts | ||
:alt: License | ||
|
||
.. image:: https://img.shields.io/pypi/pyversions/agate-charts.svg | ||
:target: https://pypi.python.org/pypi/agate-charts | ||
:alt: Support Python versions | ||
|
||
agate-charts adds exploratory charting support to `agate <https://github.com/wireservice/agate>`_. | ||
|
||
Important links: | ||
|
||
* agate: https://agate.rtfd.org | ||
* Documentation: https://agate-charts.rtfd.org | ||
* Repository: https://github.com/wireservice/agate-charts | ||
* Issues: https://github.com/wireservice/agate-charts/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
furo | ||
sphinx>2 | ||
docutils>=0.18 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.