From 5d2e5a0ccd71fb706542c8370c5729dcd9415428 Mon Sep 17 00:00:00 2001 From: shekharrajak Date: Mon, 2 Dec 2019 21:40:01 +0530 Subject: [PATCH 1/2] all the headers of body content will have border at bottom --- scipy_sphinx_theme/static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/scipy_sphinx_theme/static/css/theme.css b/scipy_sphinx_theme/static/css/theme.css index d07d144..98956bb 100644 --- a/scipy_sphinx_theme/static/css/theme.css +++ b/scipy_sphinx_theme/static/css/theme.css @@ -5670,6 +5670,7 @@ h6, legend { margin-top: 0; font-weight: 700; + border-bottom: 1px solid #ccc; } p { From ad7d61063ba468843734a0d99d378a9bada16777 Mon Sep 17 00:00:00 2001 From: shekharrajak Date: Mon, 2 Dec 2019 21:45:55 +0530 Subject: [PATCH 2/2] readme update --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9030ab6..cba63ae 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,8 @@ This command will serve the build directory on `localhost:2121`. **Note:** - Sample docs is present on demo-docs folder. -- grunt will automatically refresh the page when we do changes in the docs file. +- grunt will automatically refresh the page when we do changes in the docs file. So it makes the development easy. -[TODO] - -- Run the docs folder -- Run the devdocs folder -- Run the generatd numpy docs ## Surge deploy