You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a python script that auto-generates an HTML page as distributable and installed the sphinx theme. Use the script to generate a new theme for thematic collection and allow the script to be capable of generating a single sphinx theme for a saved HTML page.
Scenario 1
If the page https://docs.github.com/en is saved as HTML, the script will generate a sphinx theme that can generate a doc in the save Github doc design.
Scenario 2
If the page https://docs.github.com/en is saved as HTML, the script will generate a sphinx theme for part of the themata collection, this is exclusive to the themata collection only.
Features
Can generate a random name from the page or title, between 5 - 6 letters long
Generates completely usable python sphinx theme
Allows customizing the layout properties automatically base on the themata framework and APIs.
Allows customizing the CSS and JS to auto-generate theme_options
Can generate a showcase like documentation page for the generated theme base on themata API
Scenario 1 functional
Scenario 2 functional
Add a label or detail on the page (a standalone likely) that shows it generated by themata
Warn user if the HTML page already has a theme in themata
Build a Tkinter GUI to perform the operations
Download the webpage
Set the theme options using themata API and frameworks for
layout
JS
CSS
all the main features operations above
TODO
Rewrite all existing themata themes to be auto-generated by the script without breaking backward compatibility
Generate the new themes from the issue Add new themes #32 with the script
Record the page that a theme is derived from in themata for warning
The text was updated successfully, but these errors were encountered:
Create a python script that auto-generates an HTML page as distributable and installed the sphinx theme. Use the script to generate a new theme for thematic collection and allow the script to be capable of generating a single sphinx theme for a saved HTML page.
Scenario 1
If the page https://docs.github.com/en is saved as HTML, the script will generate a sphinx theme that can generate a doc in the save Github doc design.
Scenario 2
If the page https://docs.github.com/en is saved as HTML, the script will generate a sphinx theme for part of the themata collection, this is exclusive to the themata collection only.
Features
TODO
The text was updated successfully, but these errors were encountered: