@ -394,8 +394,8 @@ in inverse.
7. Mention the new functionality in `doc/changelog.dox` (and similar files in
other repos)
8. @ref building-doc "Build documentation":
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings
- eyeball the relevant docs and fix suspicious things
9. Build a coverage build (`package/archlinux/PKGBUILD-coverage`), or abuse
the CI for that later
@ -417,8 +417,8 @@ in inverse --- but usually @ref developers-deprecation "deprecate first".
5. Mention the new functionality in `doc/changelog.dox` (and similar files in
other repos)
6. @ref building-doc "Build documentation":
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings
- eyeball the relevant docs and fix suspicious things
7. Build a coverage build (`package/archlinux/PKGBUILD-coverage`), or abuse
the CI for that later
@ -443,8 +443,8 @@ in inverse --- but usually @ref developers-deprecation "deprecate first".
6. Mention the new page in `doc/changelog.dox` (and similar files in other
repos)
7. @ref building-doc "Build documentation":
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings
- eyeball the relevant docs and fix suspicious things
8. Push to `master`
@ -488,8 +488,8 @@ in inverse --- but usually @ref developers-deprecation "deprecate first".
8. Mention the deprecated API in the deprecation section of `doc/changelog.dox`
(and similar files in other repos)
9. @ref building-doc "Build documentation":
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings
- eyeball the relevant docs and fix suspicious things
10. Push to a temporary branch (e.g., `next`)
11. Iterate until the CIs are green
@ -563,9 +563,9 @@ in inverse --- but usually @ref developers-deprecation "deprecate first".
3. Mention the removed API in the compatibility section of `doc/changelog.dox`
(or similar files in other repos)
4. @ref building-doc "Build documentation":
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings --- sometimes it happens that a
deprecated API is still being referenced
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings --- sometimes it
happens that a deprecated API is still being referenced
5. Push to a temporary branch (e.g., `next`)
6. Iterate until the CIs are green
7. Merge to `master`
@ -1157,8 +1157,8 @@ inverse.
1. (Optionally) remove `build/doc-public` to get rid of stale files
2. Verify there are no untracked files, modifications or branches different
than `master` checked out that could mess up the docs
3. Run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-public`,
look for suspicious warnings
3. Run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf-public.py`, look for suspicious warnings
4. Upload contents of `build/doc-public/html/` to `doc/magnum-new/` and remove
`doc/magnum-old/` if any
5. Once the upload is finished, rename `doc/magnum/` to `doc/magnum-old/` and
@ -1178,8 +1178,8 @@ inverse.
6. Update `doc/changelog.dox` (and similar files in other repos), if not
already done
7. @ref building-doc "Build documentation:
- run [doxygen.py](http://mcss.mosra.cz/doxygen/) on `Doxyfile-mcss`
and verify there are no new warnings
- run [doxygen.py](https ://mcss.mosra.cz/documentation/do xygen/) on
`doc/conf.py` and verify there are no new warnings
- eyeball the relevant docs and fix suspicious things
8. Push to a temporary branch (e.g., `next`)
9. Iterate until the CIs are green