Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigned notebooks to subfolders #3

Merged
merged 4 commits into from
Dec 17, 2020
Merged

Assigned notebooks to subfolders #3

merged 4 commits into from
Dec 17, 2020

Conversation

fonnesbeck
Copy link
Member

@fonnesbeck fonnesbeck commented Dec 16, 2020

There are a sufficient number of notebooks now that it makes sense to have some structure to the notebooks directory. Here is a draft based loosely on the examples page. I've left the getting_started notebook unassigned, making it the obvious starting point for newcomers.

I'm not sure the changes I made to the two .js index files are correct.

@MarcoGorelli
Copy link
Contributor

MarcoGorelli commented Dec 16, 2020

the pre-commit check is failing because we don't have the check_toc_is_complete.py script in this repo, it needs copying over (though it may need further revising because now the keys in the .js are paths rather than just file names)

EDIT

Fixed now (this also helped catch some incorrect updates to the table of contents, such as

-    "hierarchical_partial_pooling": "(Generalized) Linear and Hierarchical Linear Models",
+    "case/studies/hierarchical_partial_pooling": "(Generalized) Linear and Hierarchical Linear Models",

instead of

-    "hierarchical_partial_pooling": "(Generalized) Linear and Hierarchical Linear Models",
+    "case_studies/hierarchical_partial_pooling": "(Generalized) Linear and Hierarchical Linear Models",

Thus, the power of pre-commit hooks 😇 )

@twiecki twiecki merged commit cb72656 into main Dec 17, 2020
@twiecki twiecki deleted the folder_organization branch December 17, 2020 13:55
gbrunkhorst added a commit to gbrunkhorst/pymc-examples that referenced this pull request Jan 16, 2023
twiecki pushed a commit that referenced this pull request Jan 17, 2023
* cp over hsgp class

* copy over pymc gitignore

* add basic DTC/projectedprocess implementation

* add KarhunenLoeveExpansion, add notebook

* Add conditional draws to latent_approx notebook

Co-authored-by: lucianopaz <luciano.paz.neuro@gmail.com>
Co-authored-by: Osvaldo A Martin <aloctavodia@gmail.com>
OriolAbril pushed a commit to gbrunkhorst/pymc-examples that referenced this pull request Feb 2, 2023
OriolAbril pushed a commit that referenced this pull request Feb 2, 2023
* New notebook on ODEs drawing from the previously scatter work and updating based on the current state of the pymc examples

* Revision #1 ODE Notebook based on Pymcdev comments

* Revision #2 ODE Notebook changes based on comments

* Revision #3 based on comments

* Revision #5 based on comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants