summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Refactoring `get_doc_object` (#452)HEADmainyuki2023-03-142-23/+23
|
* MAINT: Compatibility with pydata-sphinx-theme (#453)Eric Larson2023-03-033-18/+25
| | | | | Fix compatibility issues between latest pydata-sphinx-theme and sphinx 6. Increase granularity of CI to test across necessary sphinx & Python version combos.
* Update blacken-docs repo in pre-commit conf after owner transfer. (#451)Stefanie Molin2023-02-221-1/+1
|
* Update pre-commit (#449)Jarrod Millman2023-02-015-9/+6
| | | | | * Update pre-commit * Run pre-commit on all files
* BUG: PR06 logic to only fail when type is used standalone (#447)Bryce Mecum2023-01-242-1/+36
| | | | | | | Change PR06 logic to only fail when type is used standalone. This prevents failures for user-defined classes, e.g. Mystring Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* MAINT: Fix CIs for sphinx 6 (#448)Eric Larson2023-01-242-1/+8
|
* Fix release notes (#442)Jarrod Millman2022-10-081-1/+1
|
* Bump versionJarrod Millman2022-10-081-1/+1
|
* Designate 1.5.0 releasev1.5.0Jarrod Millman2022-10-082-3/+43
|
* Update doc requirements (#441)Jarrod Millman2022-10-081-3/+3
|
* Update pydata-sphinx-theme (#440)Jarrod Millman2022-10-061-1/+1
|
* Bump versionJarrod Millman2022-10-041-1/+1
|
* Designate 1.5.0rc1 releasev1.5.0rc1Jarrod Millman2022-10-042-1/+11
|
* Suport Python 3.11 (#438)Jarrod Millman2022-10-042-39/+2
|
* Fix front page (#434)Jarrod Millman2022-10-043-2/+4
| | | | | | | | | | | * Fix front page * Test * Test pydata-sphinx-theme==0.11.0rc2 * Specify package to test * Test pydata-sphinx-theme==0.11.0rc3
* Add cached property support (#433)Ross Barnowski2022-09-282-1/+29
| | | | | | | | | | | * TST: Add test case for cached_property. * BUG: Fix detection of cached_property attrs. Co-authored-by: Tirth Patel <tirthasheshpatel@gmail.com> * Wrap cached_property import in try/except for Python 3.7. Co-authored-by: Tirth Patel <tirthasheshpatel@gmail.com>
* Update precommit hooks (#437)Jarrod Millman2022-09-271-2/+2
|
* Use Python 3.10 to build docs (#436)Jarrod Millman2022-09-271-9/+16
|
* Use requirements/*.txt files for CI (#435)Jarrod Millman2022-09-273-5/+6
|
* BUG: Fix returns parsing no name (#429)Ross Barnowski2022-09-162-3/+22
| | | | | | | | | * TST: Add test case. * MAINT: Adjust logic for parameter lines with : char. Adjust logic in parameter line splitting to avoid bug where Returns objects containing sphinx roles are improperly parsed.
* ENH: Update validate.py to allow parameters with trailing underscores. (#425)Stefanie Molin2022-08-252-1/+26
| | | | | | | | | | | * Update validate.py to allow parameters with trailing underscores. * Add test to ensure that escaping trailing underscores in parameters is accounted for. * Update test_validate.py * Fix spacing in test case. * Add parameters_with_trailing_underscores to test_good_functions()
* DOC: Use `:ref:` when referring to section headers (#424)Nick Murphy2022-08-171-8/+14
| | | Improve links to section headers in style guide
* Remove numpydoc_use_blockquotes (#422)Jarrod Millman2022-08-155-61/+2
| | | | | | | * Remove numpydoc_use_blockquotes See https://github.com/numpy/numpydoc/pull/107 * Update docstring
* Require sphinx>=4.2 (cleanup) (#421)Jarrod Millman2022-08-091-2/+2
|
* Require sphinx>=4.2 (#411)Jarrod Millman2022-07-295-100/+7
|
* docs: fix validation include line numbers (#418)Jeremy Goh2022-07-182-1/+8
| | | | | | | | | * docs: fix validation include line numbers * use start/end markers instead of hardcoding lineno * Add missing sentinel + explanatory comment. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Update precommit linters (#417)Jarrod Millman2022-07-142-5/+5
|
* ENH: Add support for dict show_inherited_class_members (#415)Eric Larson2022-07-133-5/+52
| | | | | | | * ENH: Add support for dict show_inherited_class_members * STY: Black * TST: Add test
* Update GH actions (#416)Jarrod Millman2022-07-122-6/+6
|
* DOC: Add theme switcher and default to lightmode. (#414)Ross Barnowski2022-07-071-0/+17
| | | | | | | | | * DOC: Add theme switcher and default to lightmode. * Make linter happy. * Add workaround for theme versions that don't support mode switcher. * Add comment about theme version checking in conf.
* Bump versionJarrod Millman2022-06-091-1/+1
|
* Designate 1.4 releasev1.4.0Jarrod Millman2022-06-092-3/+43
|
* Remove pytest py3.11b2 workaround (#407)Jarrod Millman2022-06-091-4/+1
|
* Fix CI (#410)Jarrod Millman2022-06-091-3/+64
| | | | | * Fix CI * Use old docutils
* Bump versionJarrod Millman2022-06-081-1/+1
|
* Designate 1.4.0rc1 releasev1.4.0rc1Jarrod Millman2022-06-081-1/+1
|
* Update GH actions (#406)Jarrod Millman2022-06-041-6/+6
|
* Test docutils 0.18.1 (#402)Jarrod Millman2022-06-021-1/+0
|
* Use node.findall if available (docutils 18.x) (#403)Daniel McCloy2022-06-022-7/+33
| | | | | | | | | | | | | | | | | | * use node.findall if available (docutils 18.x) * fix test_reference * keep test_reference backwards-compatible * Add comments about when triage becomes unnecessary/obsolete Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> * whitespace * fix docutils version as noted in docstring Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* Add workaround for pytest failures on 3.11b2 (#404)Jarrod Millman2022-06-011-1/+3
| | | Temporary workaround for pytest failures on 3.11b2. See pytest-dev/pytest#10008 and the [Python 3.11b2 release notes](https://www.python.org/downloads/release/python-3110b2/) for more info.
* Test prereleases of requirements (#395)Jarrod Millman2022-05-271-0/+52
| | | | | | | | | * Test prereleases of requirements * Test w/out numpy prerelease * Test numpy rc * Test again
* Fix bug with version name (#400)Jarrod Millman2022-05-271-1/+1
| | | This is likely caused by black, but is a simple fix.
* Remove old warning filters (#398)Jarrod Millman2022-05-171-4/+0
|
* Cleanup sphinx conf (#397)Jarrod Millman2022-05-171-150/+28
|
* Update pre-commit (#396)Jarrod Millman2022-05-172-3/+8
| | | | | * Update pre-commit * Use blacken-docs
* Test on 3.11-dev (#375)Jarrod Millman2022-05-111-0/+42
|
* Ignore black formatting (#394)Jarrod Millman2022-05-101-0/+1
|
* Merge pull request #391 from jarrodmillman/blackJarrod Millman2022-05-1020-941/+1118
|\ | | | | Use black
| * Run black formatterJarrod Millman2022-05-0719-941/+1113
| |
| * Use black formatterJarrod Millman2022-05-071-0/+5
|/