Skip to content

Commit

Permalink
Added CNAME to docs directory. Updated periodic_table docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Aug 5, 2024
1 parent b3d66c3 commit c0d62c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

- Added `CNAME` file to `/docs` directory.
- Added `data_source` and `data_url` to `periodic_table` docstring.

## [0.11.7] - 2024-07-27

### Added
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qcio.coltonhicks.com
4 changes: 4 additions & 0 deletions qcio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ def number(self, number: int) -> Atom:
periodic_table = PeriodicTable.from_pubchem()
"""Periodic table data from PubChem.
Attributes:
data_source (str): Data source.
data_url (str): Data URL.
Example:
```python
>>> from qcio.constnats import periodic_table as pt
Expand Down

0 comments on commit c0d62c4

Please sign in to comment.