Skip to content

Commit

Permalink
Adjust docs for v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Oct 9, 2023
1 parent a52824f commit 4c448ae
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Release Notes

## v0.x.x -- October 2023
## v0.7.0 -- October 2023

- Update required pytask to version 0.4 and adjust code accordingly.
- Update required pytask to version 0.4 and adjust code accordingly (only Python
example).
- Pre-commit autoupdate / fix ruff complaints.

## v0.6.4 -- March 2023
## v0.6.5 -- March 2023

Incorporate more feedback from EPP students, @janosg:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
release = "0.6.5"
version = "0.6.5"
release = "0.7.0"
version = "0.7.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 0 additions & 3 deletions docs/source/development/changes.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
parser: myst_parser.sphinx_
---
```

```{include} changes.md
```
4 changes: 2 additions & 2 deletions docs/source/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ but it is precise...).
Then type:

```bash
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.5.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.7.0.json
```

If you are not using VS Code as your editor of choice, adjust the line accordingly.
Expand All @@ -130,7 +130,7 @@ you have spaces or special characters in your path, you need to adjust your path
When done, launch a new shell if necessary and type:

```bash
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.5.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.7.0.zip
```

(stata_failure_check_erase_log_file)=
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/cookiecutter_dialogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1. Type (i.e., copy & paste):

```console
cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.5.zip
cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.7.0.zip
```

1. The dialogue will move you through the installation. **Make sure to keep this page
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ guides_explanations/index
programming_languages/index
faq
development/index
release_notes
zreferences
```
7 changes: 7 additions & 0 deletions docs/source/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release Notes

```{include} ../../CHANGES.md
---
start-line: 1
---
```

0 comments on commit 4c448ae

Please sign in to comment.