You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/tests
Anthony Johnson f607d5e1db Improvements to pydocstyle Python parsing
* Moves relative path parsing away from the base mapper implementation
* Change argument parsing from splitting first line of source with ',' to use
  AST traversal instead. This is not complete, but mostly PoC for now. Full
  traversal into argument type nodes will allow us to get nested dict() etc.
  We should open a ticket to track this work
* Cleans up some of the templates to reduce duplicate titles
* Adds a directive for nesting rST from constructs that might have headings.
  Remove the first heading in this case to address the case where a module has a
  docstring with a heading up front
* Adds tests
* Replaces example module with module that has more failing cases of parsing

Closes #78
Fixes #80
Fixes #81
Fixes #82
Fixes #83
Fixes #84
Fixes #85
8 years ago
..
dotnetexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
fixtures Fix outdated fixture data 8 years ago
goexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
jsexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
pyexample Improvements to pydocstyle Python parsing 8 years ago
templateexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
toctreeexample Rename `autoapi_dir` to `autoapi_dirs` to support multiple 9 years ago
test_domains.py Make docfx great again! 8 years ago
test_integration.py Improvements to pydocstyle Python parsing 8 years ago
test_objects.py Improvements to pydocstyle Python parsing 8 years ago