summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trigger CircleCI webhookHEADmainRalf Gommers2021-12-300-0/+0
|
* CI: add circleci artifact redirector app (#21)masterPauli Virtanen2020-06-191-0/+1
|
* Merge pull request #20 from dsandeep0138/scipy-issue#11971Pauli Virtanen2020-06-191-9/+1
|\ | | | | Fix search issue in scipy devdocs
| * Add data-url_root for document_optionsDevi Sandeep Endluri2020-06-191-1/+1
| |
| * Fix search issue in scipy devdocs.Devi Sandeep Endluri2020-06-181-9/+1
|/ | | | | | | | | | | | | In https://scipy.github.io/devdocs, when you use the search box, the links it returns include an "undefined" that make them invalid. Example: first link of https://scipy.github.io/devdocs/search.html?q=eigh is https://scipy.github.io/devdocs/generated/scipy.linalg.eighundefined ?highlight=eigh. This is because the LINK_SUFFIX is not assigned any value. The fix is to include the generated documentation_options.js file, so that irrespective of the Sphinx version, the appropriate attributes would be set.
* Merge pull request #17 from rgommers/pocooRalf Gommers2020-01-271-1/+1
|\ | | | | MAINT: fix link for Sphinx.
| * MAINT: fix link for Sphinx.Ralf Gommers2020-01-271-1/+1
|/ | | | Closes https://github.com/scipy/docs.scipy.org/issues/36
* Merge pull request #14 from larsoner/valignWarren Weckesser2019-08-131-0/+3
|\ | | | | STY: top-align table cells
| * STY: PEP8Eric Larson2019-08-131-1/+3
| |
| * STY: top-align table cellsEric Larson2019-08-131-0/+1
|/
* MAINT: Add CircleCI (#15)Eric Larson2019-08-131-0/+65
|
* Merge pull request #13 from larsoner/leftPauli Virtanen2019-08-121-1/+5
|\ | | | | BUG: Left-align tables
| * BUG: Left-align tablesEric Larson2019-08-121-1/+5
|/
* Merge pull request #12 from luzpaz/misc-typosRalf Gommers2019-05-291-1/+1
|\ | | | | MAINT: Trivial source comment typo fix
| * MAINT: Trivial source comment typo fixluz.paz2019-05-291-1/+1
|/
* Merge pull request #11 from rgommers/donorsRalf Gommers2019-05-016-11/+99
|\ | | | | Remove "sponsored by Enthought" from banner
| * MAINT: remove "sponsored by Enthought" from logoRalf Gommers2019-04-273-1/+1
| | | | | | | | | | As discussed on the mailing list: https://mail.python.org/pipermail/scipy-dev/2019-April/023457.html
| * MAINT: fix most errors and warnings for `make html`Ralf Gommers2019-04-272-2/+97
| | | | | | | | | | All that's left is some autodoc related warnings for scipy.odr (from test_autodoc3.py)
| * MAINT: change pngmath to imgmath extension.Ralf Gommers2019-04-271-8/+1
|/ | | | pngmath doesn't exist anymore in recent Sphinx releases.
* Merge pull request #10 from mattip/fix-searchRalf Gommers2019-03-141-0/+2
|\ | | | | fix so 'script()' call works
| * fix so 'super scripts()' in basic worksmattip2019-03-141-0/+2
|/
* Merge pull request #8 from luzpaz/misc-typosRalf Gommers2018-01-316-7/+7
|\ | | | | Misc. typos
| * Misc. typosluz.paz2018-01-056-7/+7
|/ | | Found via `codespell`
* Merge pull request #6 from CalebBell/masterPauli Virtanen2017-07-291-7/+13
|\ | | | | Updated copybutton.js to work in recent Sphinx versions
| * Updated copybutton.js, confirmed to work in recent Sphinx versions with my ↵Caleb Bell2017-07-271-7/+13
|/ | | | own projects.
* Fix <code> appearance on newer Sphinx versionsPauli Virtanen2017-04-301-2/+38
|
* Import webfonts via https links, to avoid mixed-content issuesPauli Virtanen2016-02-182-3/+3
|
* Add license filePauli Virtanen2015-05-151-0/+94
|
* Update .gitignorePauli Virtanen2015-05-151-0/+1
|
* Remove unused image filesPauli Virtanen2015-05-15273-5774/+0
|
* Merge branch 'pr-4'Pauli Virtanen2014-01-255-925/+61
|\ | | | | | | | | | | | | MAINT: Remove minified bootstrap and jquery javascript, add copybutton Bootstrap JS components are not required, and Sphinx already ships with jquery.
| * Remove minified bootstrap --- the bootstrap JS components are not usedPauli Virtanen2014-01-252-8/+0
| |
| * remove minified jqueryJulian Taylor2014-01-253-917/+0
| | | | | | | | the sphinx installation must be enough, we don't need two.
| * add copybutton from cpython sourcesJulian Taylor2014-01-252-2/+63
|/ | | | | allows toggling the input markers in source examples to allow copy & pasting them.
* Rearrange CSS + add CSS for note admonitionsPauli Virtanen2013-07-251-47/+82
|
* Adjust CSS for tablesPauli Virtanen2013-07-251-0/+7
|
* Merge pull request #1 from ksurya/cleanupPauli Virtanen2013-05-193-1031/+19
|\ | | | | ENH: HTML Cleanup
| * DEV: border attr from img mentioned in cssSurya K2013-05-191-1/+1
| |
| * MAINT: jquery-ui removed - didn't use in the site so farSurya K2013-05-193-987/+0
| | | | | | | | | | 1. jquery-ui.css, jquery-ui.min.js files removed from _static 2. respective elements removed in layout.html
| * MAINT: html element attr removed - no need in html5Surya K2013-05-191-1/+1
| |
| * BUG: jQuery should be loaded before boostrap.min.jsSurya K2013-05-191-1/+1
| | | | | | | | bootstrap.min.js uses jquery and thus should be loaded first
| * MAINT: unnecessary javascript removedSurya K2013-05-191-24/+0
| |
| * DEV: doctype changed to html5, and elements migrated to html5Surya K2013-05-191-17/+16
|/ | | | | | 1. doctype changed 2. meta tag changed 3. <link /> changed to <link > as required by html5
* Don't show breadcrumb for the master doc itselfPauli Virtanen2013-05-041-0/+2
|
* Add a theme option for hiding Sphinx's next/prev navigation linksPauli Virtanen2013-05-043-26/+45
|
* Update README.rstPauli Virtanen2013-05-041-15/+14
|
* Fix blockquotes in docstringsPauli Virtanen2013-05-011-1/+6
|
* Add theme option for plastering the scipy.org logo on topPauli Virtanen2013-05-016-2/+37
|
* Move top navbar to a better locationPauli Virtanen2013-05-013-15/+24
|
* ENH: add support for customized sidebar locationPauli Virtanen2013-05-013-0/+18
|