4 Commits

Author SHA1 Message Date
Eric Gentry
11cb93fbbd
Jupyter Notebook ecosystem docs improvements (#6877)
* Add Project Jupyter info, extra context and detail to home page/index.

* Added links, minor formatting.

* Updated homepage, adapted unified messaging on notebook page.

* Updated links.

* Added minimal description to the user-documentation main page.

* Revised notebook introduction text.

* Bullet point updates.

* Fixed typo.

* Link update.

* Changed lightweight to simplified.

* Added Jupyter Desktop link.

* Added standards info/links.

* Update standards link.

* Update standards link.

* Update link.

* Added extension to markdown file link.
2023-05-31 17:35:38 +02:00
Jeremy Tuloup
1512c82992
Rename migration file to migrate_to_notebook7 (#6831)
* Use correct canonical URL while building docs (#6829)

As noted in https://github.com/readthedocs/readthedocs.org/pull/10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on

    <link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html" />

This should fix that.

* Renaming migration file to `migrating_to_notebook7`

* Use the correct name

* fix ref

---------

Co-authored-by: Ashwin V. Mohanan <9155111+ashwinvis@users.noreply.github.com>
2023-04-05 12:16:34 +00:00
Jeremy Tuloup
0c888aedee
Improve the documentation for Notebook 7 (#6813)
* [pre-commit.ci] pre-commit autoupdate (#6814)

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.22.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.260)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Add note and warning on the extension landing page

* fix nbclassic url

* fix seealso blocks

* Fix note

* add changelog to the navbar

* update faq

* Update screencasts and screenshots

* Remove old screenshots and screencasts

* rename migrating file

* Split the migration guide

* dedicate a page to new features

* document themes

* Iterate on the new features

* expand docs on extensions

* add Binder link

* mention the interface dropdown

* iterate on features

* Mention nbgrader and RISE

* Lint

* Add server extension docs

* fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-04 12:16:39 +02:00
Jeremy Tuloup
f05e5a985d
Convert docs to Markdown (#6770)
* Convert docs to Markdown

* lint

* update refs

* more update
2023-03-14 17:06:31 +01:00