Skip to content
New issue

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

Sphinx Doc-comments support #804

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
86ba1e7
Refactor the ASTBuilder to get rif of the currentAttr attribute.
tristanlatr May 20, 2022
31b47b1
Continue a bit of refactor
tristanlatr May 20, 2022
f34040d
Update pydoctor/astbuilder.py
tristanlatr May 26, 2022
3b00c3e
Merge branch 'master' into experimental-refactor-astbuilder
tristanlatr May 31, 2022
0d60f57
Trigger a warning when several docstrings are detected
tristanlatr Jun 20, 2024
468850f
Fix pyflakes
tristanlatr Jun 20, 2024
0330265
Forgot the test file
tristanlatr Jun 20, 2024
a7d3aa3
Add some soce from sphinx to support doc comments.
tristanlatr Jun 20, 2024
537fb05
Add comment
tristanlatr Jun 25, 2024
f93e09a
Hook the sphinx code into the astbuiler.
tristanlatr Jun 26, 2024
d3f343a
Do not require the comnent to be indeted, idl why it's like this in s…
tristanlatr Jun 26, 2024
81b1a4d
Merge commit '537fb051c60de2b83b9d35e9100580b178af2f85' into 800-doc-…
tristanlatr Jun 27, 2024
c00e68c
Fix test
tristanlatr Jun 27, 2024
8252d36
Add proper sphinx license
tristanlatr Jun 27, 2024
5ef6dc4
Add readme entry
tristanlatr Jun 27, 2024
c4a46a1
Decode source files before calling splitlines()
tristanlatr Jun 28, 2024
0177b9e
Simpler approach
tristanlatr Jun 28, 2024
a5620f3
Add a test for a not-utf8 encoded file
tristanlatr Jun 28, 2024
5ebcfc8
Fix test
tristanlatr Jun 28, 2024
6b7e070
Merge branch 'master' into 800-doc-comments-support
tristanlatr Jul 4, 2024
9a0862b
Merge branch '800-doc-comments-support' of github.com:twisted/pydocto…
tristanlatr Jul 8, 2024
fab08ee
Fix the aliasing/doc-comment interactio issue
tristanlatr Aug 20, 2024
32181af
Auto-detect source code encoding
tristanlatr Aug 20, 2024
bf165a5
Fix test
tristanlatr Aug 20, 2024
45ee089
Fix test
tristanlatr Aug 20, 2024
2d335b8
Merge branch 'master' into 800-doc-comments-support
tristanlatr Aug 20, 2024
e027a73
Merge branch '800-doc-comments-support' of github.com:twisted/pydocto…
tristanlatr Aug 20, 2024
d37df78
Add clear documentation regarding the doc-comments.
tristanlatr Sep 13, 2024
43f12bb
Fix a couple of mypy errors...
tristanlatr Sep 13, 2024
8e4390e
Merge branch 'master' into experimental-refactor-astbuilder
tristanlatr Sep 13, 2024
c288a96
cleanup
tristanlatr Sep 13, 2024
f366f07
Merge branch 'master' into experimental-refactor-astbuilder
tristanlatr Sep 13, 2024
c44b3c8
Use a control flow exception in order to control whether to look for …
tristanlatr Sep 13, 2024
9081331
Merge branch 'experimental-refactor-astbuilder' of github.com:twisted…
tristanlatr Sep 13, 2024
daf7f63
Fix unjandled control flow error
tristanlatr Sep 13, 2024
e7d7826
add few tests
tristanlatr Sep 13, 2024
674ce69
Fix typing.
tristanlatr Sep 13, 2024
a38c793
Fix docstring and add indicative exception messages
tristanlatr Sep 14, 2024
b9e7ed2
Fix the test case
tristanlatr Sep 14, 2024
54cdd9b
fix typing
tristanlatr Sep 14, 2024
8c60beb
Add few test cases in order to cover all new lines of code.
tristanlatr Sep 15, 2024
53c4e70
Try to cover all branches...
tristanlatr Sep 15, 2024
5a0baec
Merge branch 'master' into experimental-refactor-astbuilder
tristanlatr Sep 15, 2024
4613459
Remove comment
tristanlatr Sep 15, 2024
87ff39c
Fix crash
tristanlatr Sep 16, 2024
ae2d93c
Merge commit '4613459674f810c9932140958362f79a16c284d4' into 800-doc-…
tristanlatr Sep 16, 2024
415c7d9
Remove duplicate docs
tristanlatr Sep 16, 2024
28f01e7
Fix typing
tristanlatr Sep 16, 2024
ec682e5
Add missing future import
tristanlatr Sep 16, 2024
ba2a314
Merge commit '5be689891dd89ddae7da4f0a3d291aa2840be64d' into 800-doc-…
tristanlatr Sep 22, 2024
1f7a3ec
We’re not kissing support for other encodings.
tristanlatr Sep 24, 2024
39d6d33
Merge branch 'master' into 800-doc-comments-support
tristanlatr Sep 26, 2024
9918d19
Merge branch 'master' into 800-doc-comments-support
tristanlatr Oct 15, 2024
ede0135
Merge branch 'master' into 800-doc-comments-support
tristanlatr Oct 21, 2024
ad12b3e
Merge branch 'master' into 800-doc-comments-support
tristanlatr Nov 10, 2024
4493bf1
Merge branch 'master' into 800-doc-comments-support
tristanlatr Nov 18, 2024
0e4902e
Merge branch 'master' into 800-doc-comments-support
tristanlatr Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.