Skip to content
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

Style/add ruff #149

Closed
wants to merge 49 commits into from
Closed

Style/add ruff #149

wants to merge 49 commits into from

Conversation

Jerakin
Copy link
Contributor

@Jerakin Jerakin commented Feb 29, 2024

Summary

Provide a short overview ...

Details

Context to describe changes if necessary

Checks

  • In case of new feature, add short overview in docs/<corresponding file>
  • Tested changes

These are used by other packages defined,
it's better to let them take care that the correct version is installed.
moving the template folder into source to indicate that it is part of the app proper
Ensure the app works if people use pip install . without the editable flag
Also adds tests to make sure it doesn't break again
it's conventional to use a uri for searching
it also makes our code clearner as we do not have to guard against a serach everywhere
By splitting the routes up we have a clear separation on what they do,
seperating rendering the page from updating the resources.
refactor: split the routes into different function
Usage is simplified by offloading the work to the manager
This enables us to encapsulate the behaviour of the page title and content.
In the future making it easier to change how it behaves.
refactor: store page title and content in a class
Shows the full full wiki
Use the full name (including suffix) by default. This enables us to add .txt files to the wiki as well as not repeat the .md suffix.
fix: made the navbar more inline with how other websites are doing it
@Jerakin Jerakin closed this Feb 29, 2024
@Jerakin
Copy link
Contributor Author

Jerakin commented Feb 29, 2024

Sorry about that forgot to change the target for the PR again. Looking into it and apparently you can't change the default repo the PRs are against, will have to detach the fork to stop this from happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant