|
3 | 3 | [](https://github.com/rsokl/custom_inherit/actions?query=workflow%3ATests+branch%3Amaster)
|
4 | 4 | [](https://pypi.python.org/pypi/custom_inherit)
|
5 | 5 | [](https://anaconda.org/conda-forge/custom-inherit)
|
6 |
| -[](https://img.shields.io/pypi/v/custom_inherit.svg) |
| 6 | +[](https://img.shields.io/pypi/v/custom_inherit.svg) |
7 | 7 |
|
8 | 8 | ## Contents
|
9 |
| - - [Overview](#overview) |
10 |
| - - [Basic Usage](#basic-usage) |
11 |
| - - [Inheriting Docstrings Using a Metaclass](#inheriting-docstrings-using-a-metaclass) |
12 |
| - - [Inheriting Docstrings Using a Decorator](#inheriting-docstrings-using-a-decorator) |
13 |
| - - [Advanced Usage (ABCMeta)](#advanced-usage) |
14 |
| - - [Built-in Styles](#built-in-styles) |
15 |
| - - [Making New Inheritance Styles](#making-new-inheritance-styles) |
16 |
| - - [Installation & Getting Started](#installation-and-getting-started) |
17 |
| - - [Documentation](#documentation) |
| 9 | +- [custom\_inherit](#custom_inherit) |
| 10 | + - [Contents](#contents) |
| 11 | + - [Overview](#overview) |
| 12 | + - [Features](#features) |
| 13 | + - [Implementation Notes](#implementation-notes) |
| 14 | + - [Projects That Use `custom_inherit`](#projects-that-use-custom_inherit) |
| 15 | + - [Basic Usage](#basic-usage) |
| 16 | + - [Inheriting Docstrings Using a Metaclass](#inheriting-docstrings-using-a-metaclass) |
| 17 | + - [Inheriting Docstrings Using a Decorator](#inheriting-docstrings-using-a-decorator) |
| 18 | + - [Advanced Usage](#advanced-usage) |
| 19 | + - [Built-in Styles](#built-in-styles) |
| 20 | + - [Making New Inheritance Styles](#making-new-inheritance-styles) |
| 21 | + - [Installation and Getting Started](#installation-and-getting-started) |
| 22 | + - [Documentation](#documentation) |
| 23 | + - [Go Back To:](#go-back-to) |
18 | 24 |
|
19 | 25 | ## Overview
|
20 | 26 | The Python package `custom_inherit` provides convenient, light-weight tools for inheriting docstrings in customizeable ways.
|
|
0 commit comments