Skip to content

Commit dcc50be

Browse files
committed
docs: removed mentions of eclipse
1 parent 7db6884 commit dcc50be

File tree

10 files changed

+3
-158
lines changed

10 files changed

+3
-158
lines changed

docs/source/DeveloperGuide/AddingNewComponents/YourFirstDIRACCode/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ We will put the unit test in DIRAC.Core.Utilities.test. The unit test has been f
7373
testResult = unittest.TextTestRunner(verbosity=2).run(suite)
7474
7575
76-
Now, try to run it. In case you are using Eclipse, it's time to try to run this test within Eclipse itself (run as: Python unit-test): it shows a graphical interface that you can find convenient. If you won't manage to run, it's probably because there is a missing configuration of the PYTHONPATH within Eclipse.
77-
78-
Then, code ``checkCAOfUser`` and run the test again.
76+
Now, try to run it. Then, code ``checkCAOfUser`` and run the test again.
7977

8078

8179
Exercise 2

docs/source/DeveloperGuide/WebAppDIRAC/DevelopWebApp/index.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@ This framework loads each application:
1010
* in a separate window, and these windows can be arranged at the desktop area by means of resizing, moving and pinning.
1111
* in a separate tab and these tabs can be customized.
1212

13-
In this tutorial we are going to explain the ways of developing and testing
14-
15-
new applications.
16-
Before you start this tutorial, it is desirable that you have some experience with programming in Python, JavaScript, HTML,
17-
CSS scripting, client-server communication (such as AJAX and web sockets) and sufficient knowledge
18-
in object-oriented programming. If you are not familiar with some of the web technologies, or
19-
there has been a while since you used those technologies, please visit the `W3CSchool web site <http://www.w3schools.com/>`_.
20-
There, you can find tutorials that you can use to learn or to refresh your knowledge for web-programming.
21-
As well we suggest to read :ref:`webappdirac_setupeclipse` section.
22-
23-
Each application consists of two parts:
13+
In this tutorial we are going to explain the ways of developing and testing new applications. Each application consists of two parts:
2414

2515
* Client side (CS): Builds the user interface and communicates with the web server in order to get necessary data and show it appropriately.
2616
* Server side (SS): Provides services to the client side run in browser.

docs/source/DeveloperGuide/WebAppDIRAC/InstallWebAppDIRAC/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Install WebAppDIRAC
55
===================
66

7-
You have already prepared your eclipse. Now you can try to install DIRAC and the Web portal locally.
7+
You can try to install DIRAC and the Web portal locally.
88
The instruction is given for MAC OS users, but it is similar to Linux users as well.
99
I use different directory for developing WebAppDIRAC than the directory where the portal is installed.
1010
You can link the directory where you develop the WebAppDIRAC to where the Web portal installed or
-92 KB
Binary file not shown.
-78.6 KB
Binary file not shown.
-93.6 KB
Binary file not shown.
-67.7 KB
Binary file not shown.
-61.6 KB
Binary file not shown.

docs/source/DeveloperGuide/WebAppDIRAC/SetupEclipse/index.rst

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

docs/source/DeveloperGuide/WebAppDIRAC/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ There, you can find tutorials that you can use to learn or to refresh your knowl
1919
.. toctree::
2020
:maxdepth: 1
2121

22-
SetupEclipse/index
2322
InstallWebAppDIRAC/index
2423
DevelopWebApp/index

0 commit comments

Comments
 (0)