You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEURON is a simulator for models of neurons and networks of neuron. See [nrn.readthedocs.io](https://nrn.readthedocs.io) for documentation, tutorials, and announcements of courses and conferences. Installers are available on [GitHub Releases](https://github.com/neuronsimulator/nrn/releases) and the source code on [GitHub](https://github.com/neuronsimulator/nrn).
4
+
NEURON is a simulator for models of neurons and networks of neuron. See [https://www.neuronsimulator.org](https://www.neuronsimulator.org) for documentation, tutorials, and announcements of courses and conferences. Installers are available on [GitHub Releases](https://github.com/neuronsimulator/nrn/releases) and the source code on [GitHub](https://github.com/neuronsimulator/nrn).
5
5
Ask questions on our [Discussion Forum](https://github.com/neuronsimulator/nrn/discussions).
6
6
7
7
## Installing NEURON
@@ -26,7 +26,7 @@ It is possible to install the Linux Python wheels on Windows via the Windows Sub
26
26
27
27
## Documentation
28
28
29
-
* See [https://nrn.readthedocs.io/en/latest/](https://nrn.readthedocs.io/en/latest/) for latest, nightly snapshot
29
+
* See [https://www.neuronsimulator.org/en/latest/](https://www.neuronsimulator.org/en/latest/) for latest, nightly snapshot
30
30
* See [docs/README.md](docs/README.md) for information on documentation (local build, Read the Docs setup)
"schema:releaseNotes": "This release fixes several bugs and adds support for Python 3.14.\n\n### What's New\n- Add Python 3.14 support (#3635)\n- Remove doxygen from search results on readthedocs (#3664)\n- Add example with compilation for C API (#3658)\n\n### Bug Fixes\n- Use `[:blank:]` character class for SWC parser (#3651)\n- Fix HOC File.dir() on Windows (#3653)\n- NET_RECEIVE INITIAL not vectorized translation needs set_globals_from_prop (#3640)\n\n### Improvements / Other Changes\n- Make `NRN_INSTALL_PYTHON_PREFIX` configurable (#3654)\n- Improve error message when Python lib is not found (#3650)\n- Use `command -v` instead of `which` in nrnpyenv.sh (#3516)\n- Better errors for `report.conf` (#3641)\n- Bump min required CMake version to 3.19\n",
Copy file name to clipboardExpand all lines: contributing_to_documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If your notebook downloads external data or depends on MOD files, include all re
56
56
57
57
## Contributing Videos
58
58
59
-
The [videos section of the NEURON documentation](https://nrn.readthedocs.io/en/latest/videos/) is primarily a curated list of recorded courses and lectures, many hosted externally on YouTube or similar platforms. Contributing a video is therefore a two-step process: creating the video itself, and then adding a reference to it in the documentation.
59
+
The [videos section of the NEURON documentation](https://www.neuronsimulator.org/en/latest/videos/) is primarily a curated list of recorded courses and lectures, many hosted externally on YouTube or similar platforms. Contributing a video is therefore a two-step process: creating the video itself, and then adding a reference to it in the documentation.
60
60
61
61
For the reference page, videos are documented in `.rst` files under `docs/videos/`. Each entry typically includes the video title, a brief description of what is covered, the year or course it belongs to, and an embedded link or thumbnail. Follow the existing format in those files when adding a new entry.
0 commit comments