Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaJohnBritto committed Sep 19, 2024
1 parent 6cfbb58 commit b97b192
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/.ipynb_checkpoints/requirements-checkpoint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
scipy
matplotlib
myst_parser
m2r2
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
scipy
matplotlib
myst_parser
m2r2
3 changes: 2 additions & 1 deletion docs/source/.ipynb_checkpoints/conf-checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser',
# 'myst_parser',
'm2r2',
'sphinx.ext.todo', # Support for TODO notes
# 'sphinx.ext.napoleon', # Supports Google and NumPy style docstrings
'sphinx.ext.viewcode', # Add links to highlighted source code
Expand Down
6 changes: 5 additions & 1 deletion docs/source/.ipynb_checkpoints/index-checkpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
Welcome to WalshPulSeqProtocol's documentation!
===============================================

.. include:: ../README.md
.. toctree::
:maxdepth: 2
:caption: Homepage:

readme

.. toctree::
:maxdepth: 2
Expand Down
1 change: 1 addition & 0 deletions docs/source/.ipynb_checkpoints/readme-checkpoint.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../../README.md
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser',
# 'myst_parser',
'm2r2',
'sphinx.ext.todo', # Support for TODO notes
# 'sphinx.ext.napoleon', # Supports Google and NumPy style docstrings
'sphinx.ext.viewcode', # Add links to highlighted source code
Expand Down
6 changes: 5 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
Welcome to WalshPulSeqProtocol's documentation!
===============================================

.. include:: ../README.md
.. toctree::
:maxdepth: 2
:caption: Homepage:

readme

.. toctree::
:maxdepth: 2
Expand Down
1 change: 1 addition & 0 deletions docs/source/readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../../README.md

0 comments on commit b97b192

Please sign in to comment.