Skip to content

Commit

Permalink
Fix docs etc. (#126)
Browse files Browse the repository at this point in the history
* Harmonise post_gen_project with cookiecutter-pytask-project.

* Forgot to adjust version in docs.
  • Loading branch information
hmgaudecker committed Dec 10, 2022
1 parent 2ccf826 commit 28024d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
release = "0.6.0"
release = "0.6.1"
version = "0.6"

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
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.5.1.json
$ code ~/.cookiecutter_replay/econ-project-templates-0.6.1.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.5.1.zip
$ cookiecutter --replay https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.1.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 @@ -4,7 +4,7 @@
Navigate to the parent folder of your future project and type (i.e., copy & paste):

```console
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.5.1.zip
$ cookiecutter https://github.com/OpenSourceEconomics/econ-project-templates/archive/v0.6.1.zip
```

1. The dialogue will move you through the installation. **Make sure to keep this page
Expand Down

0 comments on commit 28024d0

Please sign in to comment.