File tree Expand file tree Collapse file tree 3 files changed +3
-177
lines changed
Expand file tree Collapse file tree 3 files changed +3
-177
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments