Skip to content

Commit

Permalink
Fix Sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Jul 27, 2022
1 parent 5d1b130 commit 0df538f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
- You can see the full rendered docs at:
<https://qiskit.org/documentation/rustworkx>

:warning: The retworkx project has been renamed to **rustworkx**. The use of the
|:warning:| The retworkx project has been renamed to **rustworkx**. The use of the
retworkx package will still work for the time being but starting in the 1.0.0
release retworkx will no longer be supported

Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -38,6 +38,7 @@
'jupyter_sphinx',
'reno.sphinxext',
'sphinx.ext.intersphinx',
'sphinxemoji.sphinxemoji',
'sphinx_reredirects',
]
html_static_path = ['_static']
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
@@ -1,6 +1,6 @@
######################
#######################
rustworkx Documentation
######################
#######################

.. note::

Expand Down
4 changes: 2 additions & 2 deletions docs/source/networkx.rst
@@ -1,8 +1,8 @@
.. _networkx:

###########################
############################
rustworkx for NetworkX users
###########################
############################

This is an introductory guide for existing `NetworkX <https://networkx.org>`__
users on how to use rustworkx, how it differs from NetworkX, and key
Expand Down
1 change: 1 addition & 0 deletions docs/source/requirements.txt
Expand Up @@ -8,3 +8,4 @@ reno>=3.4.0
qiskit-sphinx-theme>=1.7
matplotlib>=3.4
sphinx-reredirects
sphinxemoji
4 changes: 2 additions & 2 deletions docs/source/tutorial/index.rst
@@ -1,6 +1,6 @@
#############################
##############################
rustworkx Tutorials and Guides
#############################
##############################

This section contains tutorials on using rustworkx.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorial/introduction.rst
Expand Up @@ -2,9 +2,9 @@
introduction tutorial in NetworkX's documentation which can be found here:
https://networkx.org/documentation/networkx-2.6.2/tutorial.html
########################
#########################
Introduction to rustworkx
########################
#########################

This guide serves as an introduction to working with rustworkx. If you're a
current or past `NetworkX <https:://networkx.org>`__ user who is looking at
Expand Down

0 comments on commit 0df538f

Please sign in to comment.