Commit Graph

744 Commits (6317148f0d17fb782fb05fca1d77eafa9539ecf1)
 

Author SHA1 Message Date
Ashley Whetter 9cb2f7d50e Methods include self in their arguments
autodoc does this by default so it makes sense to do it in autoapi also.
6 years ago
Ashley Whetter af4263457e Full path is resolved for bases from same module 6 years ago
Ashley Whetter 763da7170f Cleaned up setup.py
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
6 years ago
Ashley Whetter a1825cd98d Fixed astroid 2.0 compatibility
Closes #148
6 years ago
Ashley Whetter cf08792869 Fixed Python 2 requirements 6 years ago
Ashley Whetter 67dc008546 Added test for assignment to global containers 6 years ago
Ashley Whetter d8f4847a5c
Added support for detecting Python exceptions (#147)
Closes #145
6 years ago
Ashley Whetter 6b8ccf62ae Fixed filtered classes and attributes getting displayed 6 years ago
Ashley Whetter f2d3352801 Fixed incorrect display of long lists
Stop pretty printing because the annotation option cannot accept
multiline strings.
6 years ago
fredbi 9dd26fd32b Fixed running incorrect jsdoc command on Windows
Issue #125.
jsdoc on windows is deployed as jsdoc.cmd
6 years ago
Sam Lai 974bae1f20 Support specifying package directories in `autoapi_dirs` (#135)
* Support specifying package directories as well

Fixes #108.

* Use os.sep instead of the hardcoded '/'

This was making the tests fail on Windows because the necessary '/'
replacements were not happening on Windows due to os.sep being '\\'.
6 years ago
Eric Holscher deab25925d
Merge pull request #141 from CurtLH/patch-1
Include LICENSE in source
6 years ago
Curtis Hampton e1af7bc369 Include LICENSE in source 6 years ago
Ashley Whetter 519beec0ba
Merge pull request #138 from AWhetter/class_content
Can control how __init__ docstring is displayed
6 years ago
Ashley Whetter ea6f1d322e Fix lint errors 6 years ago
Ashley Whetter 6ca62f16c9 Can control how __init__ docstring is displayed 6 years ago
Ashley Whetter 6eb18467f7 Fixed undoc members logic 6 years ago
Ashley Whetter 9d239a9100
Merge pull request #137 from AWhetter/viewcode
Added support for viewcode
6 years ago
Ashley Whetter 9f6f7d0b5d Added support for viewcode 6 years ago
Eric Holscher 77c71b6cb7
Merge pull request #131 from AWhetter/fix_99
Extended ast parsing with astroid
6 years ago
Ashley Whetter 741dfaffb3 Source files no longer need to be in sys.path 6 years ago
Ashley Whetter 11a11ce740 Added sphinx 1.7 testing 6 years ago
Ashley Whetter b19b9ea28b Extended ast parsing with astroid 6 years ago
David Fischer ea3e8bd3a1
Merge pull request #136 from slai/fix_lint
Fix lint errors
7 years ago
Sam Lai ea8efe91dc Fix lint errors
There should be no behavioural changes - this is just explicitly returning what would've been returned anyway.
7 years ago
Ashley Whetter 8dea2c8b0a
Merge pull request #132 from chanadian/fix-extension-install-steps
Fix hidden code samples for GO/JS extensions
7 years ago
Andrew Chan e2e359eb69
Format code samples on installation correctly 7 years ago
Eric Holscher da611680df
Merge pull request #128 from fredbi/master
PR for issues #123 and #124
7 years ago
Eric Holscher 7f6b47b86d Bump to version 0.5 7 years ago
fredbi cf226d4907 PR for issues #123 and #124
PR for issues #123 and #124
7 years ago
Eric Holscher 87ab7072fb
Merge pull request #117 from AWhetter/napoleon
Formats napoleon docstrings in Python
7 years ago
Ashley Whetter b06d4f801b Started autoloading autosummary extension 7 years ago
Ashley Whetter 87baee8998 Added integration tests for napoleon conversions 7 years ago
Ashley Whetter 5075467441 Formats napoleon docstrings in Python 7 years ago
Anthony ae1c6276df
Merge pull request #116 from AWhetter/py_hierarchy
Py hierarchy
7 years ago
Anthony a71f19f7d1
Merge pull request #118 from AWhetter/basic_class_signature
Added basic class signature discovery
7 years ago
Ashley Whetter 7b3e6fca6d Added basic class signature discovery 7 years ago
Ashley Whetter b792463cc9 Can turn off autoapisummary directives in output 7 years ago
Ashley Whetter 4adcdc5351 Python documentation is now hierarchical 7 years ago
Ashley Whetter b5be7b6d9a Fixed a warning 7 years ago
Ashley Whetter 958fe10103 Added autoapisummary directive 7 years ago
Ashley Whetter 5a86878811 Fixed Python subpackages having incomplete names 7 years ago
Anthony 37aa96e422
Merge pull request #113 from rtfd/cleanup-june
Basic cleanup tasks
7 years ago
Eric Holscher e5cce2c7dd Fix lint 7 years ago
Eric Holscher d803b28d00 Kill janky napolean overlay 7 years ago
Eric Holscher 3531f5560a Merge remote-tracking branch 'origin/master' into cleanup-june 7 years ago
Eric Holscher d6769a2182
Merge pull request #121 from AWhetter/fix_tests
Fix tests
7 years ago
Anthony Johnson 77306dd25b Upgrade testing
Conflicts:
	tox.ini
7 years ago
Eric Holscher 664dea65b6 Really this time 7 years ago
Eric Holscher 0fc3bfa6e8 Fix appveyor again 7 years ago