-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `model_index` inside `model_view` so importing `model_index` automatically provide an index within the view. Also migrate documentation tools to model index. ### nitx Model index is used to search mentities in commands (like `Array`, or `doc: Array`) Improvement: nitx can no suggest entities if nothing was found. ### nitdoc Model index is used to render doc commands in README files (like `[[list: Array]]`, or `[[graph: Array]]`) Improvements: * user can use `name` or `full_name` to locate entities * nitdoc check and suggest errors * nitdoc check and display short name conflicts ### nitweb Model index is used to render doc down inputs and benefits now from the same improvements than nitdoc (but with a different implementation). Futur PR will migrate the quick search engine. Pull-Request: #2290 Reviewed-by: Jean Privat <[email protected]>
- Loading branch information
Showing
11 changed files
with
303 additions
and
169 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
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.