-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global: Invenio 3.0 initial structure #3546
Conversation
73de31a
to
8dc7f89
Compare
@@ -77,17 +87,25 @@ qthelp: | |||
@echo | |||
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ | |||
".qhcp project file in $(BUILDDIR)/qthelp, like this:" | |||
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Invenio.qhcp" | |||
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/cookiecutterproject_name.qhcp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A cookiecutter leftover? I would be good to s/cookiecutterproject_name/invenio/g
here and in several other places.
LGTM besides (1) the above-mentioned cookiecutter leftovers: $ git grep -Hni cookiecutter
docs/Makefile:90: @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/cookiecutterproject_name.qhcp"
docs/Makefile:92: @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/cookiecutterproject_name.qhc"
docs/Makefile:107: @echo "# mkdir -p $$HOME/.local/share/devhelp/cookiecutterproject_name"
docs/Makefile:108: @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/cookiecutterproject_name"
docs/make.bat:130: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\cookiecutterproject_name.qhcp
docs/make.bat:132: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\cookiecutterproject_name.ghc and (2) Docker removal that we may partially still keep here to reproduce what python venv is doing. This may be important as the
and we'll address this later. (E.g. the demo site could perhaps even be moved here under a new |
* Prepares code structure for Invenio 3 and aligns package structure with current package standards. * Removes all remaining legacy code from Invenio. * Removes docker scripts temporarily from Invenio. * Leaves current documentation in place. Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
8dc7f89
to
c4c292f
Compare
@tiborsimko I've updated the PR now. |
structure with current package standards.
Invenio-Demosite).
Signed-off-by: Lars Holm Nielsen lars.holm.nielsen@cern.ch