Tom Schraitle
Tom Schraitle
Hi @N-Coder :wave: > Here's also a very good article on the different types of documentation for whoever is interested: I know this article before, yes, it's an eye-opener. >...
@C4ptainCrunch Thank you. :blush: My proposed table was just a suggestion. In the light of the comment https://github.com/C4ptainCrunch/ics.py/issues/220#issuecomment-581415867 from @N-Coder I will look again if I can adjust the suggestion...
Ok, to get a better picture and to apply [Nick's wonderful link](https://www.divio.com/blog/documentation/), I think the most three important types would be: * **How-To** (goal-oriented) * Examples: * Create a calender...
As PR #223 is already merged, can we close it? :wink:
Ah I see, it serves as a kind of reminder. Good idea. :bulb: :+1:
As far as I know, code formatting can be done with black and other tools. I've integrated it myself as a tox target in [another project](https://github.com/python-semver/python-semver/blob/master/tox.ini#L26-L30). This is quite straightforward....
> Some further possible ideas [...] Niko, that's a great list! :+1: I'm sure we will find other helpful use cases. To sort with, maybe we could group them into...
@N-Coder Well, normally if you need any information regarding docstrings, the first go-to place would be the PEPs [PEP 257 (Docstring Conventions)](https://www.python.org/dev/peps/pep-0257/) and [PEP 287 (reStructuredText Docstring Format)](https://www.python.org/dev/peps/pep-0287/). However, both...
@tlaferriere Sorry for the delay, I was busy with other things. I've played around a bit and introduced another function. I'm not completely happy, but the if clauses are kind...
Thanks @tlaferriere for your idea! Haven't thought of that, that's an interesting use case. :+1: I marked it for release 3 of semver as I think, this is a completely...