Steven Silvester
840b4256da
Add spelling and docstring enforcement ( #6669 )
...
* add spelling and docstring enforcement
* remove markdown format
* restore local hooks
* add docs change
* spelling
3 years ago
Steven Silvester
22475a39ab
Adopt ruff and typing ( #6658 )
...
* adopt ruff and typing
* reinstate local hooks
* fix classifier
* fix lint
* limit ruff target
* fix doc8 test
* add integrity check
* lint
* lint
* only use mdformat for changelog
* prettier
3 years ago
Jeremy Tuloup
f38c6d6888
Explicit set language to en
4 years ago
Steven Silvester
64eed5caa4
Add pytest and handle warnings ( #6338 )
4 years ago
Steven Silvester
0390be2ce8
Add flake8 and git-blame-ignore-revs ( #6337 )
4 years ago
Steven Silvester
a7717d90f1
Run Autoformatters ( #6335 )
4 years ago
Steven Silvester
ff15898e4e
replace missing files
4 years ago
Steven Silvester
d42758a2d9
more cleanup
4 years ago
Steven Silvester
46959df2c5
make docs build strict
4 years ago
Jeremy Tuloup
f487ec8c7d
Fix docs sections
4 years ago
Jeremy Tuloup
be0726fe8e
Update html_theme in conf.py
4 years ago
Jeremy Tuloup
a5f712d9b1
Remove jupyter_server import in conf.py
4 years ago
Jeremy Tuloup
cde6ad68b2
Fix docs conf.py
4 years ago
Jeremy Tuloup
85ddb6f5f9
Remove autogen_config
4 years ago
Matthias Geier
10b835c68a
DOC: remove unnecessary (and wrong) source_suffix setting
4 years ago
Afshin Taylor Darian
20f7e9e697
Modernize Changelog ( #6008 )
5 years ago
Sai Rahul Poruri
9dd2af27de
CLN : Remove utf8 coding cookies
...
On Python 3, the default source file encoding for Python files is utf-8
and because Python 2 is no longer supported, the utf8 coding cookies can
be removed
5 years ago
Thomas Kluyver
d77a1e7ae8
Use separately packaged sphinxcontrib_github_alt
7 years ago
Vidar Tonaas Fauske
f6de61d34e
Fix some broken links and permanent redirects
9 years ago
Miro Hrončok
6e1ac76423
Have _ defined in notebook.transutils
...
Import it in conf.py (docs)
Fixes https://github.com/jupyter/notebook/issues/2798
9 years ago
Thomas Kluyver
477332696b
Work on changelog for 5.0
...
We seem to have missed the extension that defines Github issue & PR
links until now.
9 years ago
Thomas Kluyver
7aa778166e
Update Intersphinx URL for IPython
9 years ago
Adam Chainz
a947025308
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 years ago
Carol Willing
cff713abe1
Remove html_context from sphinx conf
10 years ago
Matthias Geier
b3788c283f
Add custom.css
10 years ago
Matthias Geier
3cdc082ab2
Ignore .ipynb_checkpoints/ when building docs
10 years ago
Carol Willing
c20212772c
Update makefile and build configuration
...
Add space to avoid sphinx build error
10 years ago
Carol Willing
fbb0829bbc
Remove rst versions of nb
10 years ago
Carol Willing
b4dbf5f5c2
Add a make spelling option for doc builds
10 years ago
Min RK
eb5610c77b
don't install on RTD
...
add repo to sys.path instead
10 years ago
Min RK
d1d81f8015
get package version for docs
...
so we don't need to manually update version strings
10 years ago
Carol Willing
35f7e52162
Update for 4.1.0rc1 and add FAQ
10 years ago
Carol Willing
004a96298e
Add navigation to Jupyter Installation docs
10 years ago
Carol Willing
808776f4a4
Add Jupyter to docs requirements
10 years ago
Carol Willing
453f2ce30b
Update rtd configs
10 years ago
Carol Willing
cb9961a030
Add comment for future devs
10 years ago
Carol Willing
65224302de
Revert html_static_path setting
10 years ago
Carol Willing
67740f8014
Fix small docs errors and add hidden index for clean doc builds
11 years ago
Thomas Kluyver
89c4defaf2
Miscellaneous doc updates and warning-squashing
11 years ago
Thomas Kluyver
884ef1dc28
Fix up some issues with the Mathjax examples in the docs
...
Fix the display of code samples in the Mathjax example doc, and squash
some warnings when building the docs.
This still doesn't make most of the examples display, because pandoc
makes the \begin{} & \end{} block into a raw latex block, which isn't
rendered in the HTML output. Not sure what to do about that.
11 years ago
Scott Sanderson
9e13c3b0cd
DOC: Initial work on Contents API docs.
11 years ago
Jonathan Frederic
07815b4ffc
Remove wonky custom theme
11 years ago
Jonathan Frederic
a18acf52c8
@takluyver 's suggested changes.
11 years ago
Jonathan Frederic
79482e8b4f
Add root
11 years ago
Jonathan Frederic
1e7c865cba
Implement @takluyver's magic RTD executor 💀
11 years ago
Jonathan Frederic
bc2a2ecde2
Day 2 - rst
11 years ago
Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
11 years ago
stuntgoat
4366fa27b8
adding sphinx support
11 years ago