Skip to content

Commit ecb4445

Browse files
Merge pull request #247 from codevence/develop
Reelase 4.28 (Preview)
2 parents f7e9ea4 + bf17e5f commit ecb4445

File tree

10 files changed

+15
-60
lines changed

10 files changed

+15
-60
lines changed

docs/applications/data-management-planner/knowledge-models/list/detail.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ In the top pane, we can see the options based on our role:
1717
- :guilabel:`Fork KM` is again a shortcut for :doc:`../editors/create` for to create a fork (some more specific KM based on this one).
1818
- :guilabel:`Create project` is a shortcut to :doc:`../../projects/list/create` with this KM.
1919
- :guilabel:`Set deprecated` or :guilabel:`Restore` for setting a KM deprecated when we no longer want the **researchers** to use it.
20-
- :guilabel:`Delete` the specific version of the KM (possible only if is not used in any projects or linked in other KMs and editors, cannot be undone).
20+
- :guilabel:`Delete` for all versions of the KM. (Single version can be deleted from the KM's :doc:`./detail` page).
21+
22+
.. WARNING::
23+
24+
It is possible to force delete a KM. Doing so will delete all KM versions, all KM editors based on this KM and all projects based on this KM, as well as all documents and files related to these projects.
25+
26+
This action is irreversible, so be careful when doing it.
27+
2128

2229
If we are not seeing the latest version of the KM, a warning message is shown in the top. Similarly, we will see a notification that update is available if there is a newer version in the `FAIR Wizard Registry <https://registry.fair-wizard.com/>`__.
2330

docs/applications/data-management-planner/projects/importers.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.
Binary file not shown.

docs/applications/data-management-planner/projects/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ Projects are mainly used by the researchers. Watch this video to see the basic r
2424
List<list/index>
2525
Files<files>
2626
Documents<documents>
27-
Importers<importers>

docs/applications/data-management-planner/projects/list/detail/questionnaire.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ In the questionnaire tab, there is a menu bar with various options. The first on
190190
Import answers
191191
==============
192192

193-
Questionnaire answers can be imported for various sources using :ref:`project importers<importers>`.
193+
Questionnaire answers can be imported for various sources using :ref:`plugins<plugins>`.
194194

195-
If there are some project importers available for the project, there is the :guilabel:`Import answers` button in the questionnaire menu bar. We can choose one of the available importers there and then follow the instructions in the importer window.
195+
If there are some project importer plugins available for the project, there is the :guilabel:`Import answers` button in the questionnaire menu bar. We can choose one of the available importer plugins there and then follow the instructions in the importer plugin window.
196196

197197

198198
.. _warnings:

docs/applications/data-management-planner/settings/system/plugins.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _plugins:
2+
13
Plugins
24
*******
35

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'FAIR Wizard'
21-
copyright = '2020 - 2025, FAIR Wizard Team'
21+
copyright = '2020 - 2026, FAIR Wizard Team'
2222
author = 'FAIR Wizard Team'
2323

2424
project_name = 'FAIR Wizard'
2525
project_name_full = 'FAIR Wizard'
2626
registry_name = 'FAIR Wizard Registry'
2727

2828
# The full version, including alpha/beta/rc tags
29-
version = release = '4.27'
29+
version = release = '4.28'
3030

3131
rst_prolog = f"""
3232

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ Here are some recommended sections where to start based on the role:
8888
* -
8989
- :ref:`integration-questions`
9090
- `Changelog <https://fair-wizard.com/changelog>`__
91-
* -
92-
- :ref:`importers`
93-
-
9491

9592
.. raw:: html
9693

docs/more/development/importers.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/more/development/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Development
22
***********
33

4-
|project_name| can be extended in many ways and new components and ways of integrations can be developed to support our needs. Besides the API available for everything that can be done in |project_name|, new :ref:`integration questions<integration-questions>` and :ref:`project importers<development-importers>` can be implemented to get data from outside to |project_name|, or new :ref:`document templates<document-template-development>` and :ref:`submission services<submission-service>` can be created to get the data outside of |project_name| in the desired form.
4+
|project_name| can be extended in many ways and new components and ways of integrations can be developed to support our needs. Besides the API available for everything that can be done in |project_name|, new :ref:`integration questions<integration-questions>` or new :ref:`document templates<document-template-development>` and :ref:`submission services<submission-service>` can be created to get the data outside of |project_name| in the desired form.
55

66
This section provides information on how to develop custom content for |project_name| to fully tailor the tool to our specific requirements.
77

@@ -19,6 +19,5 @@ This section provides information on how to develop custom content for |project_
1919
metamodel-schemas
2020
Document Templates<document-templates/index>
2121
integration-questions/index
22-
Project Importers<importers>
2322
submission-service
2423
Integration via API<api>

0 commit comments

Comments
 (0)