mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 51 forks source link

Move `.gitignore` out of docs `autosummary` dir #903

Closed fabcor-maxiv closed 3 months ago

fabcor-maxiv commented 3 months ago

Sometimes it is necessary to delete all Sphinx autosummary files in order to generate them from scratch. For example, if a Python file is (re)moved from source code tree its corresponding autosummary .rst file remains.

The easy way is to delete the autosummary directory. But then the .gitignore file is deleted as well, which is inconvenient.

marcus-oscarsson commented 3 months ago

:+1: