docblock-python icon indicating copy to clipboard operation
docblock-python copied to clipboard

Atom plugin to insert documentation blocks for python functions

Results 14 docblock-python issues
Sort by recently updated
recently updated
newest added

Hi there ! Thanks for the work on this module that simplifies working on documenting code ! My request is to be allowed to fine tune the default template or...

Steps to Reproduce: 1. Creating a dock block on a class with empty (incomplete) `__init__` generates the error. Write the following code: ```{python} class foo(): def __init__(self, bah) ``` 2....

This is the beginning of the functional refactoring. It includes: * Refactoring functions * Expose functions that might be usable by other packages. * Document code * Code typing

I use this package with different projects that use different docstring styles, and it is really slow to have to open the package config to switch between them. It would...

enhancement
help wanted

Getting an issue when using the linter. Happy to help debug - below is my console output: ``` C:\Users\Samuel Troper\.atom\packages\linter\lib\linter-registry.js:154 [Linter] Error running docblock-python TypeError: Cannot read property 'column' of...

bug

I would love if this could automatically run upon completion of a function or class definition. Is this possible? Many thanks, Ruaridh

enhancement

See comments on #2

enhancement

Hey Jose, first of all, thank you so much for doing this. That's the one thing I've been missing after moving from vim to atom. It would be great if...

enhancement

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies