Skip to content

Commit

Permalink
Initial refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 16, 2023
1 parent f5f4808 commit 0c0f813
Show file tree
Hide file tree
Showing 142 changed files with 82 additions and 36,069 deletions.
8 changes: 0 additions & 8 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ dependencies:
- pyparsing =3.1.1
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
- randspg =0.0.1
- boto3 =1.28.62
- moto =4.2.5
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.1
- distributed =2023.9.3
- python >= 3.10
- lammps
- nglview >=3.0.8
8 changes: 0 additions & 8 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ dependencies:
- pyparsing =3.1.1
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
- randspg =0.0.1
- boto3 =1.28.62
- moto =4.2.5
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.1
- distributed =2023.9.3
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
master_doc = 'index'

# General information about the project.
project = 'pyiron_contrib'
project = 'pyiron_potentialfit'
copyright = u'2021, Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department ' \
u'All rights reserved'

Expand Down Expand Up @@ -274,10 +274,10 @@
# dir menu entry, description, category)
texinfo_documents = [
('index',
'pyiron_contrib',
'pyiron_potentialfit',
'pyiron Documentation',
'Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department',
'pyiron_contrib',
'pyiron_potentialfit',
'One line description of project.',
'Miscellaneous'),
]
Expand All @@ -294,7 +294,7 @@
# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False

main(['-e', '-o', 'apidoc', '../pyiron_contrib', '--force'])
main(['-e', '-o', 'apidoc', '../pyiron_potentialfit', '--force'])

curdir = os.path.dirname(os.path.abspath(__file__))

Expand Down
Loading

0 comments on commit 0c0f813

Please sign in to comment.