ochubar / SRW

Synchrotron Radiation Workshop
Other
82 stars 69 forks source link

Update SRW project structure #37

Closed mrakitin closed 2 years ago

mrakitin commented 2 years ago

Worked with @himanshugoel2797 on restructuring the project. The current structure looks like this (first 2 levels):

$ tree -L 2
.
├── CMakeLists.txt
├── COPYRIGHT.txt
├── README.txt
├── clients
│   ├── igor
│   └── python
├── cpp
│   ├── cmake
│   ├── src
│   ├── vc
│   └── xcode
├── docs
│   ├── Doxyfile_core
│   ├── Doxyfile_lib
│   ├── Makefile
│   ├── make.bat
│   └── source
└── examples
    ├── igor
    └── python

13 directories, 7 files

Resolves #7.

mrakitin commented 2 years ago

Closing, wrong target repo/branch.