Skip to content

Commit 25ed1ac

Browse files
committed
update getting_started.rst documentation for ease of use
1 parent 75d3f96 commit 25ed1ac

3 files changed

Lines changed: 195 additions & 93 deletions

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,7 @@
6464
"help": "Temperature for entropy calculation (K)",
6565
"default": 298.0,
6666
},
67-
"verbose": {
68-
"action": "store_true",
69-
"help": "Enable verbose output",
70-
},
7167
"thread": {"type": int, "help": "How many multiprocess to use", "default": 1},
72-
"output_file": {
73-
"type": str,
74-
"help": "Name of the file where the output will be written",
75-
"default": "output_file.json",
76-
},
7768
"force_partitioning": {"type": float, "help": "Force partitioning", "default": 0.5},
7869
"water_entropy": {
7970
"type": bool,

docs/developer_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Edit docs in the following directories:
9898

9999
Contributing Code
100100
-----------------
101+
If you would to contribution to **CodeEntropy** please refer to our `Contributing Guidelines <https://github.com/CCPBioSim/CodeEntropy?tab=contributing-ov-file>`_
101102

102103
Creating an Issue
103104
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)