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

Add examples to documentation (2/11) #493

Closed
42sol-eu opened this issue Jan 27, 2024 · 3 comments
Closed

Add examples to documentation (2/11) #493

42sol-eu opened this issue Jan 27, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@42sol-eu
Copy link
Contributor

Add examples to documentation (2/11)

To avoid double work - leave a small comment in this issue to claim it for you.

for checklist see ./examples/README.md
also check the documentation snippets in ./docs/examples_1.rst

NOTE: Image files are placed in ./docs/assets/examples/
NOTE: Setup of the sphinx tool is descibed in CONTRIBUTING.md

  • build123d_logo.py and build123d_logo_algebra.py
  • canadian_flag.py and canadian_flag_algebra.py
  • circuit_board.py and circuit_board_algebra.py
@gumyr gumyr added the documentation Improvements or additions to documentation label Jan 27, 2024
@gumyr gumyr added this to the Not Gating Release 1.0.0 milestone Jan 27, 2024
@42sol-eu
Copy link
Contributor Author

I will do these examples!

@42sol-eu
Copy link
Contributor Author

docs updated with #504

@42sol-eu
Copy link
Contributor Author

There was one error in the build123d_logo_algebra.py the Rot(z= was lower-case.

Now in line 41:

    extension_lines += (Pos(*(l2 @ 0.5)) * Rot(Z=180)) * arrow_left

gumyr added a commit that referenced this issue Jan 27, 2024
closing issue #493 - examples to documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants