Skip to content

Commit

Permalink
fully adopt myst and add links for some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Aug 30, 2023
1 parent 0805eab commit e04e960
Show file tree
Hide file tree
Showing 4 changed files with 1,099 additions and 117 deletions.
6 changes: 1 addition & 5 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,10 @@
templates_path = ["_templates"]

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = '.rst'
# source_suffix = [".rst", ".md"]
source_suffix = {
".rst": "restructuredtext",
".txt": "markdown",
".md": "markdown",
".md": "myst-nb",
".ipynb": "myst-nb",
".myst": "myst-nb",
}
Expand Down
Loading

0 comments on commit e04e960

Please sign in to comment.