... | @@ -14,3 +14,7 @@ Thanks to the support on the readthedocs issue tracker (https://github.com/rtfd/ |
... | @@ -14,3 +14,7 @@ Thanks to the support on the readthedocs issue tracker (https://github.com/rtfd/ |
|
|
|
|
|
The bad thing: the url for these "edit on github" links has to be (partially) hard coded in `_templates` -- for each version of the docs (see also the issue 226 there). It's a small price to pay right now, but if we get to localization of our docs we might want to revisit this.
|
|
The bad thing: the url for these "edit on github" links has to be (partially) hard coded in `_templates` -- for each version of the docs (see also the issue 226 there). It's a small price to pay right now, but if we get to localization of our docs we might want to revisit this.
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
New attempt using http://stackoverflow.com/questions/359424/detach-subdirectory-into-separate-git-repository to keep the entire editing history in the new repository. It might be a little silly (since the history remains in the main repo), but since we can, we should.
|
|
|
|
|