(#11724) [docs] Regenerate tables of contents

Co-authored-by: conan-center-bot <conan-center-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-18 07:22:41 +02:00
committed by GitHub
parent a1e64a08de
commit a12e2c8d4a

View File

@@ -2,7 +2,10 @@ Linter to help migration to Conan v2
====================================
<!-- toc -->
<!-- endToc -->
## Contents
* [Import ConanFile from `conan`](#import-conanfile-from-conan)
* [Import tools from `conan`](#import-tools-from-conan)<!-- endToc -->
On our [path to Conan v2](v2_roadmap.md) we are leveraging on custom Pylint rules. This
linter will run for every pull-request that is submitted to the repository and will
@@ -59,4 +62,4 @@ To skip the file you just need to add the following comment to the file and `pyl
# pylint: skip-file
from conans import ConanFile, CMake, tools
...
```
```