Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
         ./analisys-rel/
                        arch/
                        build/
                        data/
                        include/
                        SConstruct
Panel

(question) Who needs in all these files and directories?
(question)
Why the directory web is added later after the scons command (question)?

Below we refer to this directory as a "test release". Usually separate analyses use separate test releases, and each test release should bear unique name if they are located in the same directory.

...

Code Block
       .../analisys-rel/
                      ./my_ana_pkg/
                                   SConscript
                                   doc/
                                       README
                                       ChangeLog
Panel

(question) Who needs in all these files and directories?
(question)
Why the directory src is not created automatically at this stage (question)?

6. Add analysis module (Freq: once)

...