Skip to content

Commit c33146a

Browse files
committed
Tidy docs
1 parent 41e16b7 commit c33146a

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
ref: ${{ github.event.workflow_run.head_branch }}
8383

8484
- name: Write release info
85-
run: awk 'BEGIN {p = 0} {a = 0 }; /^v\d*.\d*.\d*./ { p += 1; a = 1}; p + a == 1 { print } ' docs/src/changelog.rst | sed -e '1,1d' | sed -e '/./,$!d' -e :a -e '/^\n*$/{$d;N;ba' -e '}' > release_info.txt
85+
run: awk 'BEGIN {p = 0} {a = 0 }; /^v\d*.\d*.\d*./ { p += 1; a = 1}; p + a == 1 { print } ' docs/src/user/changelog.rst | sed -e '1,1d' | sed -e '/./,$!d' -e :a -e '/^\n*$/{$d;N;ba' -e '}' > release_info.txt
8686

8787
- name: Release
8888
uses: actions/create-release@v1

docs/src/changelog.rst renamed to docs/src/user/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
v0.0.2
5+
------
6+
7+
Automated releases.
8+
49

510
v0.0.1
611
------
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/src/license.rst renamed to docs/src/user/license.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
License
22
=======
33

4-
``jobflow`` is developed under a modified BSD license, reproduced below:
4+
``atomate2`` is developed under a modified BSD license, reproduced below:
55

66
.. code-block:: raw
77
8-
jobflow Copyright (c) 2021, The Regents of the University of
8+
atomate2 Copyright (c) 2021, The Regents of the University of
99
California, through Lawrence Berkeley National Laboratory (subject
1010
to receipt of any required approvals from the U.S. Dept. of Energy).
1111
All rights reserved.

0 commit comments

Comments
 (0)