summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2023-01-28 18:08:04 +0400
committerGitHub <noreply@github.com>2023-01-28 18:08:04 +0400
commit993c371ce4f0fd8c2913497d72ab51722c35cbc4 (patch)
treec12a7f144b8ea3ceed4b67aea785d384f59d992c
parentc5785d1f0a0773b7022c2972d3a05282ff2f44db (diff)
downloadnetworkx-993c371ce4f0fd8c2913497d72ab51722c35cbc4.tar.gz
DOC: Add banner for user survey annoucement (#6375)
* DOC: Add banner for user survey annoucement * Add survey link in readme * update survey text * update wording on website
-rw-r--r--README.rst3
-rw-r--r--doc/conf.py1
2 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0f7e1c4f..fee53941 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,9 @@
NetworkX
========
+[NetworkX Survey 2023!!](https://forms.gle/NUGcBxyjx5onbAgc8) 🎉 Fill out the survey to tell us about your ideas, complaints, praises of NetworkX!
+
+
.. image:: https://github.com/networkx/networkx/workflows/test/badge.svg?branch=main
:target: https://github.com/networkx/networkx/actions?query=workflow%3A%22test%22
diff --git a/doc/conf.py b/doc/conf.py
index efdb0cea..0a25320b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -126,6 +126,7 @@ html_theme_options = {
"collapse_navigation": True,
"navigation_depth": 2,
"show_prev_next": False,
+ "announcement": "<p><a href='https://forms.gle/NUGcBxyjx5onbAgc8'> NetworkX User Survey 2023</a> 🎉 Fill out the survey to tell us about your ideas, complaints, praises of NetworkX!</p>",
"icon_links": [
{"name": "Home Page", "url": "https://networkx.org", "icon": "fas fa-home"},
{