doc icon indicating copy to clipboard operation
doc copied to clipboard

Documentation of Supply.split|comb

Open lizmat opened this issue 6 years ago • 5 comments

I'm adding some methods to Supply, notably split and comb, which take the same arguments as Str.split and Str.comb.

The question is: should I copy/paste the documentation and adapt it, or should I refer to the Str.split and Str.comb documentation?

lizmat avatar Jan 15 '20 12:01 lizmat

I would prefer you refer to it, better than repeating it.

JJ avatar Jan 15 '20 13:01 JJ

Ok, so what would the correct referral invocation be?

lizmat avatar Jan 15 '20 13:01 lizmat

Just link to the equivalent in Str, and say something like "it works pretty much the same as here, except for... "

El mié., 15 ene. 2020 a las 14:01, Elizabeth Mattijsen (< [email protected]>) escribió:

Ok, so what would the correct referral invocation be?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Raku/doc/issues/3162?email_source=notifications&email_token=AAAAD5HRRBHMAEZPU5SX6JTQ54CMHA5CNFSM4KHCMIM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAHNVQ#issuecomment-574650070, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAD5H6RAQPNUD67PC6Q2TQ54CMHANCNFSM4KHCMIMQ .

-- JJ

JJ avatar Jan 15 '20 13:01 JJ

(Looks like Supply.split is now documented.)

cfa avatar Mar 08 '23 15:03 cfa

New advice (#1924) if the text is identical, copy it while we figure out how to mark sections as wanting to be identical so we can test it.

coke avatar May 24 '24 03:05 coke