Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

Is there a way to create multiline comments in Python?

I have recently started studying Python, but I couldn't find how to implement multi-line comments. Most languages have block comment …

python comments documentation
What is the standard Python docstring format?

I have seen a few different styles of writing docstrings in Python, is there an official or "agreed-upon" style?

python coding-style documentation docstring
#pragma mark in Swift?

In Objective C, I can use #pragma mark to mark sections of my code in the symbol navigator. Since this …

swift documentation
jQuery UI Color Picker

I have heard that jQuery UI includes a Color Picker but could find little documentation regarding it. Does it exist? …

jquery jquery-ui documentation color-picker
How do I create documentation with Pydoc?

I'm trying to create a document out of my module. I used pydoc from the command-line in Windows 7 using Python 3.2.3: …

python documentation python-3.x documentation-generation pydoc
How to document a method with parameter(s)?

How to document methods with parameters using Python's documentation strings? EDIT: PEP 257 gives this example: def complex(real=0.0, imag=0.0): """Form …

python documentation documentation-generation
What to put in a python module docstring?

Ok, so I've read both PEP 8 and PEP 257, and I've written lots of docstrings for functions and classes, but I'm …

python documentation module
How to document Python code using Doxygen

I like Doxygen to create documentation of C or PHP code. I have an upcoming Python project and I think …

python documentation python-sphinx doxygen docstring
pandas resample documentation

So I completely understand how to use resample, but the documentation does not do a good job explaining the options. …

python documentation pandas
Android offline documentation and sample codes

I am not able to find the offline docs for android. Can someone provide a link?

android documentation offline