-
-
Notifications
You must be signed in to change notification settings - Fork 122
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e7aac2f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39de5db
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 33 files changed
- 2 contributors
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1aea6e - Browse repository at this point
Copy the full SHA c1aea6eView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d37a137 - Browse repository at this point
Copy the full SHA d37a137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e849e3 - Browse repository at this point
Copy the full SHA 6e849e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4115500 - Browse repository at this point
Copy the full SHA 4115500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 286c83c - Browse repository at this point
Copy the full SHA 286c83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca78588 - Browse repository at this point
Copy the full SHA ca78588View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 028a802 - Browse repository at this point
Copy the full SHA 028a802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f8904 - Browse repository at this point
Copy the full SHA 45f8904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47afbf6 - Browse repository at this point
Copy the full SHA 47afbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c05d78 - Browse repository at this point
Copy the full SHA 2c05d78View commit details
Commits on May 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9f99bc - Browse repository at this point
Copy the full SHA c9f99bcView commit details
Commits on May 24, 2023
-
feat: Allow extensions to add templates
An extension here is simply a Python package that defines an entry-point for a specific handler. For example, an extension can add templates to the Python handler thanks to this entry-point: ```toml [project.entry-points."mkdocstrings.python.templates"] extension-name = "extension_package:get_templates_path" ``` This entry-point assumes that the extension provides a `get_templates_path` function directly under the `extension_package` package. This function doesn't accept any argument and returns the path to a directory containing templates. The directory must contain one subfolder for each supported theme, for example: ``` templates/ material/ readthedocs/ mkdocs/ ``` mkdocstrings will add the folders corresponding to the user-selected theme, and to the handler's defined fallback theme, as usual, to the Jinja loader. The names of the extension templates must not overlap with the handler's original templates. The extension is then responsible, in collaboration with its target handler, for mutating the collected data in order to instruct the handler to use one of the extension template when rendering particular objects. For example, the Python handler will look for a `template` attribute on objects, and use it to render the object. This `template` attribute will be set by Griffe extensions (Griffe is the tool used by the Python handler to collect data). PR #569: #569Configuration menu - View commit details
-
Copy full SHA for cf0af05 - Browse repository at this point
Copy the full SHA cf0af05View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39de5db - Browse repository at this point
Copy the full SHA 39de5dbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e7aac2f...39de5db