Skip to content

Commit 70fd2fb

Browse files
author
CosmoMatt
committed
test pypi deployment and final prep for merge to master
1 parent 55c8dcd commit 70fd2fb

File tree

3 files changed

+3
-177
lines changed

3 files changed

+3
-177
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:target: https://github.com/astro-informatics/src_flaglet/actions/workflows/cpp.yml
33
.. image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest
44
:target: https://astro-informatics.github.io/flaglet/
5+
.. image:: https://badge.fury.io/py/pyflaglet.svg
6+
:target: https://badge.fury.io/py/pyflaglet
57
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
68
:target: http://perso.crans.org/besson/LICENSE.html
79
.. image:: http://img.shields.io/badge/arXiv-1205.0792-orange.svg?style=flat

makefile

Lines changed: 0 additions & 176 deletions
This file was deleted.

src/main/pyflaglet/.FLAGLET_Python_Documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Then you can call it from any python script to perform forward and inverse flagl
3232
import pyflaglet as flaglet
3333
import numpy as np
3434
35-
parameters = flaglet.flaglet_parameters(<specify parameters>)
35+
parameters = flaglet.flaglet_parameters(specify_parameters)
3636
3737
# Create a random complex signal (c indexing)
3838
f_size = flaglet.flaglet_f_dim(parameters)

0 commit comments

Comments
 (0)