Skip to content

Commit b4de4e1

Browse files
committed
Prepare first major release: v1.0.0
1 parent 8171c0b commit b4de4e1

21 files changed

+70
-70
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<img src="docs_src/efficalc.png" alt="Logo" width="200"/>
2+
<img src="https://github.com/youandvern/efficalc/raw/main/docs_src/efficalc.png" alt="Logo" width="200"/>
33
</p>
44

55
<p align="center">
66
<a href="https://github.com/youandvern/efficalc/actions/workflows/tests.yml"><img alt="Tests" src="https://github.com/youandvern/efficalc/actions/workflows/tests.yml/badge.svg"></a>&nbsp;&nbsp;&nbsp;
77
<a href="https://coveralls.io/github/youandvern/efficalc?branch=main"><img alt="Coverage Status" src="https://coveralls.io/repos/github/youandvern/efficalc/badge.svg?branch=main"></a>&nbsp;&nbsp;&nbsp;
88
<a href="https://github.com/youandvern/efficalc/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>&nbsp;&nbsp;&nbsp;
9-
<a href="https://badge.fury.io/py/efficalc"><img alt="PyPI version" src="https://badge.fury.io/py/efficalc.svg"></a>
9+
<a href="https://badge.fury.io/py/efficalc"><img alt="PyPI version" src="https://badge.fury.io/py/efficalc.svg?version=1.0.0"></a>
1010
</p>
1111

1212

@@ -36,13 +36,13 @@
3636

3737
**efficalc** is designed to transform how engineers approach calculations, moving away from traditional methods like manual spreadsheets and toward a more efficient, accurate, and collaborative engineering calculation process.
3838

39-
![Efficalc Demo Screenshot](docs_src/_static/efficalc_basic_demo2.jpg?raw=true)
39+
![Efficalc Demo Screenshot](https://github.com/youandvern/efficalc/raw/main/docs_src/_static/efficalc_basic_demo2.jpg?raw=true)
4040

4141

4242
## Links
4343

4444
- [Read the full documentation](https://youandvern.github.io/efficalc)
45-
- [See more examples](examples).
45+
- [See more examples](https://github.com/youandvern/efficalc/tree/main/examples).
4646
- [The PyPI distribution](https://pypi.org/project/efficalc/)
4747

4848

@@ -113,7 +113,7 @@ builder = ReportBuilder(calculation)
113113
builder.view_report()
114114
```
115115

116-
![The resulting calculation report](docs_src/_static/pythagorean_default.png)
116+
![The resulting calculation report](https://github.com/youandvern/efficalc/raw/main/docs_src/_static/pythagorean_default.png)
117117

118118

119119
### Update Input Values
@@ -150,5 +150,5 @@ We welcome contributions of all kinds from the community! Whether it's reporting
150150

151151
## License
152152

153-
efficalc is released under the [MIT License](LICENSE).
153+
efficalc is released under the [MIT License](https://github.com/youandvern/efficalc/tree/main/LICENSE).
154154

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 015c513932ab675a78b810c3efdce5d7
3+
config: 6396533e82e7bf2b8aebb70796681edc
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

-15 Bytes
Binary file not shown.

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.2.0',
2+
VERSION: '1.0.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/base_classes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Calculation Helpers" href="calculation_helpers.html" /><link rel="prev" title="Purpose and Background" href="purpose.html" />
77

88
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
9-
<title>Base Classes - efficalc 0.2.0 documentation</title>
9+
<title>Base Classes - efficalc 1.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -126,7 +126,7 @@
126126
</label>
127127
</div>
128128
<div class="header-center">
129-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
129+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
130130
</div>
131131
<div class="header-right">
132132
<div class="theme-toggle-container theme-toggle-header">
@@ -152,7 +152,7 @@
152152
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
153153
</div>
154154

155-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
155+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
156156

157157
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
158158
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -674,7 +674,7 @@
674674

675675
</aside>
676676
</div>
677-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
677+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
678678
<script src="_static/doctools.js?v=888ff710"></script>
679679
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
680680
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/calculation_helpers.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Section Properties" href="section_properties.html" /><link rel="prev" title="Base Classes" href="base_classes.html" />
77

88
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
9-
<title>Calculation Helpers - efficalc 0.2.0 documentation</title>
9+
<title>Calculation Helpers - efficalc 1.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -126,7 +126,7 @@
126126
</label>
127127
</div>
128128
<div class="header-center">
129-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
129+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
130130
</div>
131131
<div class="header-right">
132132
<div class="theme-toggle-container theme-toggle-header">
@@ -152,7 +152,7 @@
152152
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
153153
</div>
154154

155-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
155+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
156156

157157
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
158158
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -471,7 +471,7 @@
471471

472472
</aside>
473473
</div>
474-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
474+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
475475
<script src="_static/doctools.js?v=888ff710"></script>
476476
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
477477
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/constants.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Styling Reports" href="styling.html" /><link rel="prev" title="Math Operations" href="math_operations.html" />
77

88
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
9-
<title>Constants and Unit Conversions - efficalc 0.2.0 documentation</title>
9+
<title>Constants and Unit Conversions - efficalc 1.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -126,7 +126,7 @@
126126
</label>
127127
</div>
128128
<div class="header-center">
129-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
129+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
130130
</div>
131131
<div class="header-right">
132132
<div class="theme-toggle-container theme-toggle-header">
@@ -152,7 +152,7 @@
152152
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
153153
</div>
154154

155-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
155+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
156156

157157
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
158158
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -367,7 +367,7 @@ <h2>Constants<a class="headerlink" href="#id1" title="Link to this heading">#</a
367367

368368
</aside>
369369
</div>
370-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
370+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
371371
<script src="_static/doctools.js?v=888ff710"></script>
372372
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
373373
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/examples.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Testing Your Calculations" href="testing.html" />
77

88
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
9-
<title>Examples - efficalc 0.2.0 documentation</title>
9+
<title>Examples - efficalc 1.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -126,7 +126,7 @@
126126
</label>
127127
</div>
128128
<div class="header-center">
129-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
129+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
130130
</div>
131131
<div class="header-right">
132132
<div class="theme-toggle-container theme-toggle-header">
@@ -152,7 +152,7 @@
152152
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
153153
</div>
154154

155-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
155+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
156156

157157
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
158158
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -300,7 +300,7 @@ <h3>Steel Beam Moment Strength<a class="headerlink" href="#steel-beam-moment-str
300300

301301
</aside>
302302
</div>
303-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
303+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
304304
<script src="_static/doctools.js?v=888ff710"></script>
305305
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
306306
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
66

7-
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 --><title>Index - efficalc 0.2.0 documentation</title>
7+
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 --><title>Index - efficalc 1.0.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
99
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1010
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -124,7 +124,7 @@
124124
</label>
125125
</div>
126126
<div class="header-center">
127-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
127+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
128128
</div>
129129
<div class="header-right">
130130
<div class="theme-toggle-container theme-toggle-header">
@@ -150,7 +150,7 @@
150150
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
151151
</div>
152152

153-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
153+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
154154

155155
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
156156
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -642,7 +642,7 @@ <h2>Z</h2>
642642

643643
</aside>
644644
</div>
645-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
645+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
646646
<script src="_static/doctools.js?v=888ff710"></script>
647647
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
648648
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

docs/get_started.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Purpose and Background" href="purpose.html" /><link rel="prev" title="efficalc" href="index.html" />
77

88
<link rel="shortcut icon" href="_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
9-
<title>Quickstart - efficalc 0.2.0 documentation</title>
9+
<title>Quickstart - efficalc 1.0.0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -126,7 +126,7 @@
126126
</label>
127127
</div>
128128
<div class="header-center">
129-
<a href="index.html"><div class="brand">efficalc 0.2.0 documentation</div></a>
129+
<a href="index.html"><div class="brand">efficalc 1.0.0 documentation</div></a>
130130
</div>
131131
<div class="header-right">
132132
<div class="theme-toggle-container theme-toggle-header">
@@ -152,7 +152,7 @@
152152
<img class="sidebar-logo" src="_static/efficalc.png" alt="Logo"/>
153153
</div>
154154

155-
<span class="sidebar-brand-text">efficalc 0.2.0 documentation</span>
155+
<span class="sidebar-brand-text">efficalc 1.0.0 documentation</span>
156156

157157
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
158158
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -351,7 +351,7 @@ <h2>View Reports<a class="headerlink" href="#view-reports" title="Link to this h
351351

352352
</aside>
353353
</div>
354-
</div><script src="_static/documentation_options.js?v=938c9ccc"></script>
354+
</div><script src="_static/documentation_options.js?v=8d563738"></script>
355355
<script src="_static/doctools.js?v=888ff710"></script>
356356
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
357357
<script src="_static/scripts/furo.js?v=32e29ea5"></script>

0 commit comments

Comments
 (0)