#
docstrings
Here are 43 public repositories matching this topic...
A simple command line tool and library to auto generate API documentation for Python libraries.
-
Updated
May 5, 2020 - Python
Format and convert Python docstrings and generates patches
-
Updated
Nov 19, 2019 - Python
-
Updated
Jan 4, 2021 - Python
Visual Studio Code extension to quickly generate docstrings for python functions using AI(NLP) technology.
-
Updated
Nov 21, 2020 - Jupyter Notebook
Preprocessed Python functions and docstrings for automated code documentation (code2doc) and automated code generation (doc2code) tasks.
-
Updated
Jul 13, 2020 - Python
dduan
commented
Feb 8, 2020
A common-ish mistake for docstring author is to use the label of a parameter as opposed to the actual name. The error message in this scenario could be improved. Right now the parameter docstring is reported as missing. It could be something like "Parameter label (X) is used instead of name (Y)".
A rewrite of Python's builtin doctest module (with pytest plugin integration) but without all the weirdness
-
Updated
Sep 12, 2020 - Python
Sublime Text DocBlockr for python. Simplifies writing docstring comments in Python.
-
Updated
Dec 10, 2018 - Python
Python 代码风格指南 & 编程规范
python
style-guide
layout
conventions
naming-conventions
pep8
docstrings
myclass
coding-specification
-
Updated
Jun 3, 2017
-
Updated
Jan 3, 2021 - Python
Modern, declarative argument parser for Python 3.6+
cli
command-line
argument-parser
declarative
argument-parsing
argparse
option-parser
automagic
command-line-parser
commandline-interface
docstrings
option-parsing
declarative-parser
-
Updated
Apr 9, 2018 - Python
Load Python objects documentation.
-
Updated
Jan 4, 2021 - Python
A compact cheat sheet for writing documentation string for Sphinx, with focus on Python.
-
Updated
Jun 15, 2018
Python module that makes working with Sphinx Docstring feel like you are working with JSON
-
Updated
Jul 14, 2016 - Python
Some useful decorators for any situation. Includes runtime type checking.
python
testing
typechecker
validation
decorators
annotations
typing
type-safety
type-checking
python-decorators
docstring
type-hints
docstrings
pedantic
pedantic-decorators
-
Updated
Nov 5, 2020 - Python
a new way to do python code documentation
-
Updated
Oct 10, 2019 - Python
-
Updated
Dec 7, 2017 - TypeScript
Schedule with Docstrings
-
Updated
Mar 22, 2020 - Python
Create argparser automatically from functions annotations 🐍 .
-
Updated
Jan 2, 2021 - Python
A document string minor mode.
-
Updated
Dec 20, 2020 - Emacs Lisp
This is a standalone and packaged fork of sphinxcontrib-django, a Sphinx extension with better support for Django.
-
Updated
Jan 1, 2021 - Python
Python CLI using type hints and docstrings.
-
Updated
Nov 15, 2020 - Python
Update or convert docstring style formats in Python code.
-
Updated
Jul 11, 2020 - Python
Python code documentation generator
-
Updated
Jun 5, 2020 - Python
A flexible and customizable documentation generator for Python source code.
css
python
documentation
stylesheets
documentation-tool
pyqt4
documentation-generator
docstrings
python-source
-
Updated
Sep 5, 2015 - Python
Improve this page
Add a description, image, and links to the docstrings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docstrings topic, visit your repo's landing page and select "manage topics."
With Python 3.5.x having reached its end of life/support, we can begin to use "advanced" features from Python 3.6: