mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Little tweak to RST [skip ci]
This commit is contained in:
@@ -25,17 +25,15 @@ Manual Installation
|
||||
1. Get the shared libraries at :sfdownloads:`shared_library/Windows/32bit__stdcall` and :sfdownloads:`shared_library/Windows/64bit`, put the DLLs into a folder of your choice and rename them to `CoolProp_stdcall.dll` and `CoolProp_x64.dll`. Make sure to add that folder to your path. Technically you only need the DLL that matches your system architecture (`CoolProp_stdcall.dll` = 32-bit, `CoolProp_x64.dll` = 64-bit), but it can’t hurt to copy both if you don’t know which system architecture version you have. The Excel macro will select the correct one and use it.
|
||||
2. Download the xla and xlam files from :sfdownloads:`MicrosoftExcel` and activate the add-in from Excel as described below. and copy the files to a convenient accessible location.
|
||||
3. The **TestExcel.xlsx** from :sfdownloads:`MicrosoftExcel` can be copied to a working directory in ``My Documents``.
|
||||
1. Open Excel
|
||||
2. Go to the menu ``File–>Options–>Add-Ins``
|
||||
3. At the bottom, select ``Manage: Excel Add-ins``, then click the ``Go...`` button
|
||||
4. Click the ``Browse`` button on the Add-in Manager panel
|
||||
5. Browse to the file **CoolProp.xlam** you downloaded and select it
|
||||
6. Make sure the CoolProp Add-in is selected (box checked) and close the Add-in Manager.
|
||||
7. Open the file **TestExcel.xlsx** and try to re-evaluate one of the cells; the CoolProp formulas should all be working now. (To recalculate the entire worksheet, press ``Ctrl``-``Alt``-``Shift``-``F9`` ) [#]_
|
||||
4. Open Excel
|
||||
5. Go to the menu ``File–>Options–>Add-Ins``
|
||||
6. At the bottom, select ``Manage: Excel Add-ins``, then click the ``Go...`` button
|
||||
7. Click the ``Browse`` button on the Add-in Manager panel
|
||||
8. Browse to the file **CoolProp.xlam** you downloaded and select it
|
||||
9. Make sure the CoolProp Add-in is selected (box checked) and close the Add-in Manager.
|
||||
10. Open the file **TestExcel.xlsx** and try to re-evaluate one of the cells; the CoolProp formulas should all be working now. (To recalculate the entire worksheet, press ``Ctrl``-``Alt``-``Shift``-``F9`` )
|
||||
|
||||
.. info::
|
||||
|
||||
**Alternate DLL Location** - Some environments, lock down the folders included in the binary search path for normal users for security reasons. If this is the case, you will need to put the DLL files in an alternate location (possibly on a shared network location for all users). Follow the instructions below:
|
||||
* **Alternate DLL Location** - Some environments, lock down the folders included in the binary search path for normal users for security reasons. If this is the case, you will need to put the DLL files in an alternate location (possibly on a shared network location for all users). Follow the instructions below:
|
||||
|
||||
1. Place the CoolProp DLL files in the alternate location
|
||||
2. Place the CoolProp xlam file in a writable location and open it.
|
||||
|
||||
@@ -23,10 +23,7 @@ the CoolProp library.
|
||||
should not be mentioned in the changelog. We have created a script that
|
||||
check the issues for you:
|
||||
|
||||
- Move into the ``dev/scripts`` folder and run
|
||||
``python milestone2rst.py check vX.X.X``. This command finds the date
|
||||
of the latest release and looks at all issues that have been closed
|
||||
since then. It reports problems such as missing labels.
|
||||
- Move into the ``dev/scripts`` folder and run ``python milestone2rst.py check vX.X.X``. This command finds the date of the latest release and looks at all issues that have been closed since then. It reports problems such as missing labels.
|
||||
- Take the time to fix all problems and label issues and PRs.
|
||||
|
||||
* **Version**: Edit CMakeLists.txt and remove all qualifiers (alpha, dev,
|
||||
@@ -35,14 +32,8 @@ the CoolProp library.
|
||||
* **Changelog**: Update the changelog and generate a list of closed GitHub
|
||||
issues:
|
||||
|
||||
- Move into the ``dev/scripts`` folder and do ``python milestone2rst.py
|
||||
changelog vX.X.X`` where ``vX.X.X`` is the version number of the
|
||||
milestone on GitHub.
|
||||
- Review the generated text from ``snippet_issues.rst.txt`` and
|
||||
``snippet_pulls.rst.txt`` and update the changelog file in
|
||||
``Web/coolprop/changelog.rst``. You might also use the same text for
|
||||
the annotated tag / release on GitHub.
|
||||
|
||||
- Move into the ``dev/scripts`` folder and do ``python milestone2rst.py changelog vX.X.X`` where ``vX.X.X`` is the version number of the milestone on GitHub.
|
||||
- Review the generated text from ``snippet_issues.rst.txt`` and ``snippet_pulls.rst.txt`` and update the changelog file in ``Web/coolprop/changelog.rst``. You might also use the same text for the annotated tag / release on GitHub.
|
||||
* **Delete cache**: Delete the cached property plots and consistency plots stored
|
||||
at https://github.com/CoolProp/CoolProp/actions/caches. This forces their
|
||||
recreation when building the documentation. Recalculating all the consistency
|
||||
|
||||
Reference in New Issue
Block a user