Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update index.rst | DhavalParmar61 | 2023-05-08 | 1 | -1/+0 |
| | |||||
* | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design | melissawm | 2022-08-12 | 1 | -51/+59 |
| | |||||
* | DOC: Proposal - make the doc landing page cards more similar to scipy/pandas ↵ | Ross Barnowski | 2022-05-14 | 1 | -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 page | Denis Laxalde | 2021-12-20 | 1 | -1/+1 |
| | |||||
* | Change image path for Getting Started panel | MarsBarLee | 2021-12-10 | 1 | -1/+1 |
| | |||||
* | Update Getting Started panel text | MarsBarLee | 2021-12-10 | 1 | -3/+3 |
| | |||||
* | Modify styling of panels | MarsBarLee | 2021-12-08 | 1 | -16/+10 |
| | |||||
* | Change file path for images | MarsBarLee | 2021-12-08 | 1 | -4/+4 |
| | |||||
* | Add images to index.rst | MarsBarLee | 2021-12-08 | 1 | -4/+4 |
| | |||||
* | Add Getting Started page | MarsBarLee | 2021-12-08 | 1 | -2/+1 |
| | |||||
* | Modify panel styling | MarsBarLee | 2021-12-08 | 1 | -5/+5 |
| | |||||
* | Modify template | MarsBarLee | 2021-12-08 | 1 | -0/+91 |
| | |||||
* | Mix capitalization fix for page titles [sentence case implementation] | Sayantika Banik | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | DOC: mv meta landing page to index.rst. | Ross Barnowski | 2021-02-26 | 1 | -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. |