QuantEcon / lecture-python-advanced

Source files for https://python-advanced.quantecon.org
BSD 3-Clause "New" or "Revised" License
41 stars 22 forks source link

[wald_friedman] Fix context for reference to external document #35

Closed mmcky closed 4 years ago

mmcky commented 4 years ago
/wald_friedman.rst:140: WARNING: unknown document: exchangeable
/wald_friedman.rst:1011: WARNING: unknown document: exchangeable
najuzilu commented 4 years ago

@mmcky how should we go about converting if the lecture is located in a new repo? Should we use absolute paths or hrefs? Here's an example:

:doc:`Exchangeability and Bayesian Updating<exchangeable>`

The absolute path would depend a lot on how each repo is build, right?

mmcky commented 4 years ago

thanks @najuzilu it takes some care and iteration. I will add a style guide for this kind of update in the README.md but essentially we will update the language to point to the other lecture series (rather than specific lectures which are fragile links). Let's pick one to work on as a group to get this editing style right.

cc: @jstac @najuzilu

mmcky commented 4 years ago

So this will require some updates to language surrounding the link. Project links will be:

  1. python-programming.quantecon.org
  2. python-intro.quantecon.org
  3. python-advanced.quantecon.org