aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Update GHA Docs Build To Match PyprojectGravatar Chris Lovering2022-02-24-2/+2
| | | | | | | | | | | | | | 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 funcitonGravatar Chris Lovering2022-02-24-1/+1
| |
| * Consistently use double backticks when referring to a variable name.Gravatar Chris Lovering2022-02-24-28/+49
| | | | | | | | Also add sphix-style docstrings to functions that were previously missing them.
| * Rename loggers.py to logging.py to allow for more generic utils in futureGravatar Chris Lovering2022-02-24-9/+9
| |
| * Alter docstrings to look better in autodocsGravatar Chris Lovering2022-02-24-13/+30
| |
| * Breaking change notice due to regex moveGravatar Chris Lovering2022-02-24-1/+2
| |
| * Move new utilities to the util namespaceGravatar Chris Lovering2022-02-24-14/+23
| |
| * Add markdown powered changelogGravatar Chris Lovering2022-02-24-53/+23
| |
| * Remove releases package used to autogenerate changelogGravatar Chris Lovering2022-02-24-55/+1
| |
| * Explicitly Specify Path In Docs BuildGravatar Hassan Abouelela2022-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 ChangesGravatar Hassan Abouelela2022-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-utilitiesGravatar Chris Lovering2022-02-21-376/+433
| |\ | |/ |/|
* | Merge pull request #23 from python-discord/bump-depsGravatar Hassan Abouelela2022-02-21-305/+280
|\ \ | | | | | | Bulk-bump dev deps from dependabot
| * | Bulk-bump dev deps from dependabotGravatar Chris Lovering2022-02-21-305/+280
|/ /
* | Add Doc Static Previews With NetlifyGravatar Hassan Abouelela2022-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.
* | Merge pull request #12 from python-discord/add-code-block-regexv1.2.0Gravatar Hassan Abouelela2022-01-09-1/+32
|\ \ | | | | | | Add regexes for matching Discord code blocks
| * \ Merge branch 'main' into add-code-block-regexGravatar Hassan Abouelela2022-01-09-17/+16
| |\ \ | |/ / |/| |
* | | Merge pull request #11 from python-discord/dependabot/pip/gitpython-3.1.25Gravatar Hassan Abouelela2022-01-09-6/+5
|\ \ \ | | | | | | | | Bump gitpython from 3.1.24 to 3.1.25
| * | | Bump gitpython from 3.1.24 to 3.1.25Gravatar dependabot[bot]2022-01-09-6/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.25. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #10 from ↵Gravatar Hassan Abouelela2022-01-09-8/+8
|\ \ \ | | | | | | | | | | | | | | | | python-discord/dependabot/pip/sphinx-autodoc-typehints-1.14.1 Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1
| * | | Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1Gravatar dependabot[bot]2022-01-09-8/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.12.0 to 1.14.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.12.0...1.14.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #7 from python-discord/dependabot/pip/furo-2022.1.2Gravatar Hassan Abouelela2022-01-09-5/+5
|\ \ \ | | | | | | | | Bump furo from 2021.11.23 to 2022.1.2
| * | | Bump furo from 2021.11.23 to 2022.1.2Gravatar dependabot[bot]2022-01-05-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2021.11.23 to 2022.1.2. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2021.11.23...2022.01.02) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Bump version and add changelogsGravatar Chris Lovering2022-01-09-1/+5
| | |
| * | Add regexes for matching Discord code blocksGravatar Chris Lovering2022-01-09-0/+27
|/ / | | | | | | These are pulled directly from Python bot's snekbox cog.
* | Merge pull request #6 from python-discord/dependabot/pip/sphinx-4.3.2Gravatar Johannes Christ2021-12-26-6/+7
|\ \ | | | | | | Bump sphinx from 4.3.1 to 4.3.2
| * | Bump sphinx from 4.3.1 to 4.3.2Gravatar dependabot[bot]2021-12-20-6/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Create SECURITY.mdGravatar Hassan Abouelela2021-12-16-0/+3
| | | | | | Copy the security policy from our other projects.
* | Fix Typo In File NameGravatar Hassan Abouelela2021-12-16-0/+0
| |
* | Merge pull request #4 from python-discord/lock-depsGravatar ChrisJL2021-12-15-72/+82
|\ \ | | | | | | Reconfigure Dependency Management
| * | Add Dependabot ConfigGravatar Hassan Abouelela2021-12-15-0/+6
| | |
| * | Lock Dependencies To Exact VersionsGravatar Hassan Abouelela2021-12-15-72/+76
|/ / | | | | | | | | Lock the versions required for dependencies to exact versions, and allow dependabot to handle upgrades instead.
| * Update how we auto-generate docsGravatar Hassan Abouelela2022-02-21-103/+132
| |
| * Port many utilities from botGravatar Hassan Abouelela2022-02-21-4/+497
| |
| * Modify Autodoc FormattingGravatar Hassan Abouelela2021-12-13-19/+17
| | | | | | | | | | Changes the style of the reformatted autodoc files to look nicer with submodules.
| * Add InterSphinx ExtensionGravatar Hassan Abouelela2021-12-09-0/+9
|/ | | | | Adds the intersphinx extension to link discord.py and python docs to the autogenerated references.
* Merge pull request #2 from python-discord/docs-buildv1.1.0Gravatar Hassan Abouelela2021-12-06-242/+1293
|\ | | | | Documentation
| * Move Doc Dependencies Into Dev SectionGravatar Hassan Abouelela2021-12-04-44/+45
| |
| * Add FaviconGravatar Hassan Abouelela2021-12-03-0/+1
| |
| * Update Doc Entry ColorGravatar Hassan Abouelela2021-12-03-0/+6
| |
| * Reword Unclear Statement in DocsGravatar Hassan Abouelela2021-12-03-1/+2
| |
| * Add Documentation Deploy ActionGravatar Hassan Abouelela2021-12-02-0/+51
| | | | | | | | Adds a github action to deploy the documentation.
| * Add Sphinx DocsGravatar Hassan Abouelela2021-12-02-246/+1207
| | | | | | | | Adds a customized sphinx doc builder.
| * Port Regex Utilities From Python BotGravatar Hassan Abouelela2021-12-02-0/+30
|/
* Merge pull request #1 from python-discord/mbaruh/setupv1.0.0Gravatar Hassan Abouelela2021-11-17-1/+1232
|\
| * Disable testing in actions workflow.Gravatar RohanJnr2021-11-17-9/+9
| |
| * Delete deploy workflow.Gravatar RohanJnr2021-11-17-11/+0
| |
| * Add coverage configuration.Gravatar RohanJnr2021-11-17-0/+5
| |
| * Remove env section and remove 'Add custom PYTHONUSERBASE to PATH' step.Gravatar RohanJnr2021-11-17-17/+2
| |
| * Use HassanAbouelela/actions/setup-python@setup-python_v1.0.0 actions for ↵Gravatar RohanJnr2021-11-16-39/+4
| | | | | | | | installing python deps.