Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

Documentation-generator for Objective-C?

Is there a generally-accepted documentation generator for Objective-C (similar to RDoc for Ruby)? I've seen Doxygen and ObjcDoc, and am …

objective-c documentation
Slate vs Swagger - Which is better and which have more options?

I have to document my API's. I have to use any one of them Slate Or Swagger. I want to …

documentation swagger api-doc swagger-editor
opencv python documentation

Recently, I want to use the OpenCV library in Python, but the documentation of Python binding of OpenCV is very …

python opencv documentation code-documentation
how to add token auth to swagger + django rest framework?

I am using both great tools DRF and Django-REST-Swagger, however a few of my API views are under token authentication. …

django documentation django-rest-framework swagger
Docstrings - one line vs multiple line

I'm adding some (epydoc) documentation to a package I've written, and I'm coming across a lot of instances where I'm …

python documentation docstring
Where can the documentation for python-Levenshtein be found online?

I've found a great python library implementing Levenshtein functions (distance, ratio, etc.) at http://code.google.com/p/pylevenshtein/ but …

python documentation levenshtein-distance
What documents should be stored in version control and how should they be stored?

I've found some similar questions (here, here, and here) asking about storing documents into version control. I have a more …

git version-control documentation wiki diagram
How to document fields and properties in Python?

It's easy to document a class or method in Python: class Something: """ Description of the class. """ def do_it(self): """ …

python documentation
Ruby and Ruby on Rails offline API documentation

In the past I used railsbrain.com to have a nice and handy offline api documentation. But they stop at …

ruby-on-rails ruby api documentation
SoapUI Groovy API documentation

I'm using Groovy scripts as part of our SoapUI automation efforts. I tried looking in SoapUI's website for documentation on …

documentation groovy soapui