Skip to content
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

Rename folders in the repo #3

Open
PinkShnack opened this issue Nov 15, 2021 · 0 comments
Open

Rename folders in the repo #3

PinkShnack opened this issue Nov 15, 2021 · 0 comments

Comments

@PinkShnack
Copy link
Contributor

We have two main types of code that people will share:

  1. scripts
  2. functions/classes

These should be in a folder called code_sharing perhaps. So:

code_sharing
    |
    |
    scripts
        |
        |
        rtdc_scripts
            |
            print_av_brightness
                |
                |
                requirements.txt
                print_av_brightness.py  
        |
        file_opening_scripts
    functions
        |
        |
        rtdc_functions
        plotting_functions
            |
            cool_plot_func
                |
                |
                requirements.txt
                cool_plot_func.py
                test_cool_plot_func.py

This might be overkill. Could have all just in code_sharing/theme1/filename.py...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant