We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See for instance this:
azure-sdk-for-python/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py
Lines 84 to 89 in 93a7b3f
If dedent has a number, this forces a specific number of dedent, which creates possibly invalid doc:
But a number is actually optional, and if we don't put it, Sphinx dedent automatically correctly (I tested that myself with tox and sphinx).
Linter rule is to forbid people from putting a number after dedent, so sphinx can handle this by itself.
Ref: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-literalinclude-dedent
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
l0lawrence
Successfully merging a pull request may close this issue.
See for instance this:
azure-sdk-for-python/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py
Lines 84 to 89 in 93a7b3f
If dedent has a number, this forces a specific number of dedent, which creates possibly invalid doc:
![Image](https://private-user-images.githubusercontent.com/1050156/381733923-51b01501-e827-4b2b-a5a0-c6768ef44a64.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDU2NDYsIm5iZiI6MTczOTMwNTM0NiwicGF0aCI6Ii8xMDUwMTU2LzM4MTczMzkyMy01MWIwMTUwMS1lODI3LTRiMmItYTVhMC1jNjc2OGVmNDRhNjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjAyMjI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTA3MzRkM2MzOGRmNTljZDRkZTY2OWY3M2ZjNjMxNjM2MWFlNGY1YTViYmUwYTM2NWMwZmIyYjJjMDZkMGZhNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.z4IG14k-r4YTEuD-iG1NLTMqZBwi24YEDiWuUiIi1sw)
But a number is actually optional, and if we don't put it, Sphinx dedent automatically correctly (I tested that myself with tox and sphinx).
Linter rule is to forbid people from putting a number after dedent, so sphinx can handle this by itself.
Ref: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-literalinclude-dedent
The text was updated successfully, but these errors were encountered: