Scribe-iOS icon indicating copy to clipboard operation
Scribe-iOS copied to clipboard

Documentation for Scribe

Open andrewtavis opened this issue 3 years ago • 3 comments

Terms

Issue

Functions and variables are generally documented in Scribe, but this should be expanded on so that there can be a reference to help new contributors get up to speed as quickly as possible. This issue is for discussing best practices for automatic Swift documentation and planning the implementation of Scribe's docs.

andrewtavis avatar Nov 22 '21 23:11 andrewtavis

Once this issue gets some work on it it would be good to create a Documentation issue template so that issues can be automatically tagged.

andrewtavis avatar Jan 31 '22 12:01 andrewtavis

What exactly is automatic documentation? Is that documentation that is generated of a software instead of by a programmer, of guidelines/regulations that make creating documentation easier?

NeethuEK avatar Jan 05 '23 19:01 NeethuEK

Hi @uhteen21! Thanks for writing 😊

I'm thinking that DocC is the program to use for this. Basically what we're looking for is to generate function documentation from the strings at the top of the functions. It looks like DocC is the tool for this, with us then being able to link the documentation to the readme so that people can read about the methods we're using rather than finding them in code.

I do this with my Python packages using Read the Docs.

Would be happy to discuss this with you further!

andrewtavis avatar Jan 06 '23 13:01 andrewtavis

ef141db added directions on how to get to the developer documentation, which is a thing in XCode now 😊 Closing this up!

andrewtavis avatar Aug 18 '24 18:08 andrewtavis