summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,DOC: Remove sphinx-panels in favor of sphinx-designmelissawm2022-08-121-51/+59
|
* DOC: Proposal - make the doc landing page cards more similar to scipy/pandas ↵Ross Barnowski2022-05-141-10/+19
| | | | | | | | | | | | | | | | | (#21491) * DOC: Add panel elements to index matching scipy/pandas. * DOC: Update card styling in css to match scipy/pandas. * DOC: Add release notes to nav bar. * DOC: replace css in layout with html_css_files conf val. * DOC: Fix page layout. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
* DOC: Refer to NumPy, not pandas, in main pageDenis Laxalde2021-12-201-1/+1
|
* Change image path for Getting Started panelMarsBarLee2021-12-101-1/+1
|
* Update Getting Started panel textMarsBarLee2021-12-101-3/+3
|
* Modify styling of panelsMarsBarLee2021-12-081-16/+10
|
* Change file path for imagesMarsBarLee2021-12-081-4/+4
|
* Add images to index.rstMarsBarLee2021-12-081-4/+4
|
* Add Getting Started pageMarsBarLee2021-12-081-2/+1
|
* Modify panel stylingMarsBarLee2021-12-081-5/+5
|
* Modify templateMarsBarLee2021-12-081-0/+91
|
* Mix capitalization fix for page titles [sentence case implementation]Sayantika Banik2021-09-081-1/+1
|
* DOC: mv meta landing page to index.rst.Ross Barnowski2021-02-261-0/+17
The current master_doc is really only used to specify the toctree to set up the navbar in the pydata-sphinx-theme. By renaming to index.rst the navbar config is preserved and the links back to the main page point to the original landing page rather than the contents page, which was mostly empty.