-
Notifications
You must be signed in to change notification settings - Fork 5
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
add exporters/markdown_multipage #66
Merged
Merged
Conversation
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
nodiscc
force-pushed
the
export-html-singlepage
branch
2 times, most recently
from
October 23, 2022 16:35
0ef51e4
to
5f9fa87
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
December 10, 2022 23:15
5f9fa87
to
a626b70
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
January 25, 2023 22:00
a626b70
to
f5be7e4
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
February 4, 2023 20:15
f5be7e4
to
a78777a
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
March 13, 2023 12:56
a78777a
to
2916bd0
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
March 22, 2023 12:43
2916bd0
to
d9bea11
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
2 times, most recently
from
April 4, 2023 17:55
3623533
to
7832585
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
3 times, most recently
from
April 7, 2023 23:07
c5ace81
to
b144088
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
April 15, 2023 12:51
b144088
to
de5270f
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
April 29, 2023 11:14
23f6475
to
b74e4dd
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
May 20, 2023 17:26
b74e4dd
to
f3e2c29
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
May 29, 2023 11:10
42ecc3d
to
894829b
Compare
Kaleenjovante
approved these changes
Jun 19, 2023
nodiscc
force-pushed
the
export-html-singlepage
branch
from
July 3, 2023 00:54
8c2c83f
to
6ceed8b
Compare
nodiscc
changed the title
WIP add exporters/html_singlepage
WIP add exporters/markdown_multipage
Jul 8, 2023
nodiscc
force-pushed
the
export-html-singlepage
branch
from
July 8, 2023 12:58
5c88266
to
21c16fb
Compare
nodiscc
force-pushed
the
export-html-singlepage
branch
from
July 11, 2023 12:40
c9a6646
to
7c93fa2
Compare
…hub actions - prevents depleting github API rate limit which is only 1000 requests/hour with GH actions's built-in GITHUB_TOKEN - ref. #97 - shortens tests by not running the url_check module, which is rarley changed
…per/lowercase - fixes #99
…nt-size to 1.4rem
…ions to external sites
…remove AUTHORS file generation - it has never worked reliably across all execution environments - closes #12 - it can be generated simply by running git shortlog -sne >> AUTHORS from a makefile or shell script
…etary licenses/exclude_licenses
nodiscc
force-pushed
the
export-html-singlepage
branch
from
July 16, 2023 01:23
a14e7c5
to
d66cbfe
Compare
…odule options (only render items matching at least one of these licenses) - cannot be used together with exclude_licenses - do not render empty categories - update tests - update documentation
…igurable (default none, no header/footer) - update tests
nodiscc
force-pushed
the
export-html-singlepage
branch
from
July 16, 2023 02:13
d66cbfe
to
cc3a4fd
Compare
…censes() - move the function to utils.py - make the 'back to top' link optional (only used in markdown_singlepage)
- default True, render category metadata (description, related tags, redirect, external links) in the category header - update tests
…on line. Only the first line will be kept warning - the first and third lines are empty lines, the second line contains the description - anything less than 3 means the section has no description - anything more than 3 lines means the description ha smore than one line - fixes #13
…gurable licenses file) - exclude licenses not listed in include_licenses (if defined) from rendering in the licenses list
…censes_file, render_empty_categories, render_category_headers, include_licenses module options
nodiscc
changed the title
WIP add exporters/markdown_multipage
add exporters/markdown_multipage
Jul 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add robots.txt (Crawl-delay
)hr.docutils
tomargin: 1rem 0;
.sidebar-brand-text
font-size to 1.4rem (does not work in inline CSS)move inline CSS to custom CSS file?later, works as-isgenerate sitemap.xml?later, requires third-party sphinx extensionredirect
admonitionimporters/exporters: use flat filestags.yml,platforms.yml
instead of subdirectories?