Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change all instance of disnake to discord | 2022-03-15 | -1/+1 | |
| | ||||
* | Don't break if functions are directly in module init files | 2022-03-03 | -1/+4 | |
| | ||||
* | feat: Port the Site API wrapper from the bot repo | 2022-02-25 | -0/+1 | |
| | | | | | Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: MarkKoz <[email protected]> | |||
* | Custom css to de-bold index page | 2022-02-24 | -0/+9 | |
| | | | | Also bump pyproject version to 2.0.0 to match changelog | |||
* | Migrate to using disnake over Discord.py 2.0a0 | 2022-02-24 | -1/+1 | |
| | ||||
* | Update GHA Docs Build To Match Pyproject | 2022-02-24 | -1/+1 | |
| | | | | | | | Updates the command in GH actions to match the command in pyproject to generate the correct output. Kaizens a small fix in clean up. | |||
* | Include utils package in doc cleanup funciton | 2022-02-24 | -1/+1 | |
| | ||||
* | Add markdown powered changelog | 2022-02-24 | -53/+1 | |
| | ||||
* | Remove releases package used to autogenerate changelog | 2022-02-24 | -25/+0 | |
| | ||||
* | Explicitly Specify Path In Docs Build | 2022-02-21 | -1/+5 | |
| | | | | | | Sphinx build in GitHub actions was not adding the path of the file being run, or the working directory, or anything else to sys.path, which broke imports. | |||
* | Revert Breaking Doc Changes | 2022-02-21 | -11/+8 | |
| | | | | | | A previous commit tried to utilize the default autodoc option configuration to make the doc generation more streamlined and organized, but they seem to not work well. | |||
* | Merge branch 'main' into port-utilities | 2022-02-21 | -1/+43 | |
|\ | ||||
| * | Add Doc Static Previews With Netlify | 2022-01-09 | -0/+38 | |
| | | | | | | | | | | Adds a helper script which downloads and calls the netlify build script from the site project, to enable static previews for docs. | |||
| * | Bump version and add changelogs | 2022-01-09 | -0/+4 | |
| | | ||||
* | | Update how we auto-generate docs | 2022-02-21 | -103/+132 | |
| | | ||||
* | | Modify Autodoc Formatting | 2021-12-13 | -18/+16 | |
| | | | | | | | | | | Changes the style of the reformatted autodoc files to look nicer with submodules. | |||
* | | Add InterSphinx Extension | 2021-12-09 | -0/+9 | |
|/ | | | | | Adds the intersphinx extension to link discord.py and python docs to the autogenerated references. | |||
* | Add Favicon | 2021-12-03 | -0/+1 | |
| | ||||
* | Update Doc Entry Color | 2021-12-03 | -0/+6 | |
| | ||||
* | Reword Unclear Statement in Docs | 2021-12-03 | -1/+2 | |
| | ||||
* | Add Sphinx Docs | 2021-12-02 | -0/+353 | |
Adds a customized sphinx doc builder. |