This repository was archived by the owner on Apr 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
[Update] Support Page Sections & Sphinx Domains #19
Merged
Merged
Changes from 8 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
e24214d
Update the extension to support page sections and sphinx domains
dojutsu-user 8b56cee
fix tests
dojutsu-user 3cdedc7
set count to zero
dojutsu-user a477e9c
set margin
dojutsu-user eecb619
update docs
dojutsu-user 03f1808
change debounce time
dojutsu-user 2173fc4
update debounce time
dojutsu-user 66d8861
add min js file
dojutsu-user 31f142f
use templating langugage
dojutsu-user abf809c
add missing bracket
dojutsu-user c115c52
show sorted results
dojutsu-user 24c84f5
add comments
dojutsu-user 156a8b9
Fix test
dojutsu-user d533cfc
show more data for domain objects
dojutsu-user 73f3b4b
remove external templating language
dojutsu-user 2d9763b
fix horizontal scroll bar
dojutsu-user 1e39d47
show subprojecs with font reduced
dojutsu-user e4796a7
fix clashing css class
dojutsu-user 6e869e2
use more .template
dojutsu-user a789e81
ui improvements and make extension compatible with sphinx <= 1.8
dojutsu-user 604204b
edit tox.ini
dojutsu-user 4a48c8a
Merge branch 'master' into update-extension-with-sections
dojutsu-user 7ed4096
remove sphinx17 from tox
dojutsu-user 84fc171
ignore RemovedInSphinx40Warning in pytest.ini
dojutsu-user 5119812
add test
dojutsu-user 85d082d
use sphinx 18 syntax
dojutsu-user 8dce55e
don't use minified file
dojutsu-user c735b75
remove html structure comments and from the docs
dojutsu-user 047a438
show max 3 results from page sections
dojutsu-user d8c9d46
improvements
dojutsu-user 40fef13
use helper functions
dojutsu-user ab1dbbb
use 100 as constant
dojutsu-user 2957f9a
use minified files
dojutsu-user 7c1dfcf
update minified files
dojutsu-user dbddbd4
add checkbox for searching in current section
dojutsu-user bf7dfec
remove checkbox for now
dojutsu-user ed8764e
clean some code
dojutsu-user 75a0cd9
fix tests
dojutsu-user 46a383b
Merge branch 'master' into update-extension-with-sections
dojutsu-user 2746b35
update minified files
dojutsu-user b164cb2
provide setting for choosing between minified and unminified files
dojutsu-user ffa8bc3
follow sphinx convention
dojutsu-user a79e44d
update docs
dojutsu-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should delete this content until we settle on the final HTML, then we can add it back? Alternatively, we could use
literalinclude
from Sphinx to include this directly from the HTML: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-literalincludeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed it for now and we can target these things things in a separate PR to imrpove the docs and other things.
I don't think that we can use
literalinclude
here because content is being dynamically generated and removed from the DOM.