forked from mkdocstrings/pytkdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add initial restructured text docstirng parsing
This implementation should be mostly complete. Not implemented: - references: Not planned at this time - examples: I'm not aware of a standard format for this Still needed: - more test: - Many of the error cases aren't currently covered - More full fixture test cases To be cleaned up: - I'm not confident I got the types right for all of the data that comes in with the context - ParseContext works, but it is a bit awkward with the rest of the project using the dict References: mkdocstrings#67
- Loading branch information
Showing
9 changed files
with
1,549 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.