Like the documentation of python or django, how do I have multiple versions of my doc with sphinx ?
I saved my doc on git, and I want my user to be able to see documentation for different version like v2.7,v3.4, etc
Thank you for the help
You could just use Read The Docs to host your documentation for you. They automatically handle multiple versions with a dropdown:
https://docs.readthedocs.io/en/latest/index.html
If you'd like to host your own documentation on GitHub Pages or some other web server, I made a Sphinx extension that does what you're looking for:
https://github.com/sphinx-contrib/sphinxcontrib-versioning
There's the sphinx-multiversion extension.
It's similar to sphinxcontrib-versioning, but sphinxcontrib-versioning doesn't seem to be actively maintained. The last release was in 2016, and it doesn't work with more recent versions of Sphinx (issue #77). sphinx-multiversion is a new implementation (see comment by the author).
Note on healthiness of the project: as of December 2020, it seems that SMV is a one-person project and there are a number of open issues and pull requests that haven't been responded to (though see this comment by the author).
Related
Like the documentation of python or django, how do I have multiple versions of my doc with sphinx ?
I saved my doc on git, and I want my user to be able to see documentation for different version like v2.7,v3.4, etc
Thank you for the help
You could just use Read The Docs to host your documentation for you. They automatically handle multiple versions with a dropdown:
https://docs.readthedocs.io/en/latest/index.html
If you'd like to host your own documentation on GitHub Pages or some other web server, I made a Sphinx extension that does what you're looking for:
https://github.com/sphinx-contrib/sphinxcontrib-versioning
There's the sphinx-multiversion extension.
It's similar to sphinxcontrib-versioning, but sphinxcontrib-versioning doesn't seem to be actively maintained. The last release was in 2016, and it doesn't work with more recent versions of Sphinx (issue #77). sphinx-multiversion is a new implementation (see comment by the author).
Note on healthiness of the project: as of December 2020, it seems that SMV is a one-person project and there are a number of open issues and pull requests that haven't been responded to (though see this comment by the author).
See Title.
I can't find anything like that =/
The only possible way i see, is to parse it from the websites via php but I assume that this is not a good solution.
All TYPO3 CMS changes as RSS Feed: https://github.com/TYPO3/TYPO3.CMS/commits/master.atom
Each released version also has release notes, which are located in the wiki: http://wiki.typo3.org/Category:ReleaseNotes/TYPO3_7.x
The releases notes contain some additional information next to the list of changes (like warnings fpr breaking changes, tips how to upgrade things safely etc)
Magento moved to GitHub recently, so you have a Feed of all changes as well: https://github.com/magento/magento2/commits/develop.atom
Having had a good Google, I can't seem to find a CDN link for ui-grid ... is there a reason it's not on a CDN?
Edit: Added to CDNJS Sept. 2015
Yes, because UI-Grid (as of this writing) is still pre-release. Once it's ready for release we'll look at automating submission to something like cdnjs.
In the meantime you can use rawgit.com's cdn links:
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.js
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.css
Just replace the release tag with the most recent RC.
You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid
What`s new with the RestKit-release? Should I update? Where are the changes documented?
I can not find any information on the several news channels: website, github, twitter, google groups
This is on github.
And describes in general terms the changes.
I would suggest if you are in active development you should upgrade, if you are maintaining something and have no problems with Restkit I would leave as is until you able to fully test with the new version.
http://restkit.org/api/ This page will give you API documents.
https://github.com/RestKit/RestKit/wiki/Upgrading-from-v0.10.x-to-v0.20.0 - Upgrading from v0.10.x to v0.20.0
I need to find release notes for Bash from 3 to 4.
I could not find them neither by google.com/linux nor by default google.
I also looked unsuccessfully at gnu.org.
Where are the release notes for Bash?
From Bash website you can download "Bourne again shell (BASH)".
Inside the download you can find the release notes.
EDIT: Or browse the source online, see NEWS for the summaries, and CHANGES for details.
For patch releases, these could be useful:
https://ftp.gnu.org/gnu/bash/bash-4.4-patches/
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/
https://ftp.gnu.org/gnu/bash/bash-5.2-patches/
There are two files distributed with the source: NEWS and CHANGES. CHANGES documents everything, while NEWS summarises new features.
You can find a summary for BASH 4 here, or check out section B1 of the FAQ for the latest NEWS.
Here you go:
http://tiswww.case.edu/php/chet/bash/NEWS
On my machine (Ubuntu 9.04) it's located at /usr/share/doc/bash/CHANGES.gz