diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 5259079211268e0b23a593e05c13605d3ecbf055..ab463e5551a9b19b2c3888566bebff3b2c7df1e7 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -19,7 +19,7 @@ FAQ for readers: ??? Question "How do I run jupyter notebooks?" - Jupyter notebook-based tutorials have a download button on the upper right. Use these to download the code if you are already familiar with running notebooks locally. As some tutorials require data, the easiest way to work with tutorials is by cloning the repo. + As some tutorials require data, the easiest way to work with tutorials is by cloning the repo. ```shell # Clone the repo and go to the tutorials page git clone git@code.usgs.gov:astrogeology/asc-public-docs.git diff --git a/mkdocs.yml b/mkdocs.yml index 4bf94f662efd7f9ee4048a48af3d1cd86d021f1f..aea4b17f670a4a695610149d75654a5834cc859b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -86,14 +86,14 @@ extra_css: extra_javascript: - - https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js + - https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js plugins: - search - - mkdocs-jupyter: - include_source: true + - mknotebooks markdown_extensions: + - codehilite - neoteroi.cards - abbr - tables diff --git a/requirements.txt b/requirements.txt index df995d8ef1569676f932e7d6895272149314aab7..32cc6cb735c880ddcfac0550d8ecf73573e140f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ mkdocs-material neoteroi-mkdocs codespell linkchecker -mkdocs-jupyter +mknotebooks