1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/website/docs
Nnenna Ndukwe 542acd30a9
docs: simplify Python tutorial (#6073)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

- Reducing the amount of steps to implement the Python app feature flag
- fixed spaces & indentations in Python code snippets (mentioned in past
PR review)
- `git clone` my forked repo so we can customize that code in the future
as we improve it, without being blocked.


<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

More improvements to be made to the HTTP calls in `routes.py` as I
continue working on resolving some issues I'm running into in the app.

---------

Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
2024-01-31 08:34:46 -05:00
..
contributing chore: update database migration ADR (#6036) 2024-01-30 11:07:32 +02:00
feature-flag-tutorials docs: simplify Python tutorial (#6073) 2024-01-31 08:34:46 -05:00
how-to docs: spelling and grammar (#6007) 2024-01-23 19:52:10 +01:00
migrations
reference chore: add documentation to search filters/operators (#6088) 2024-01-31 13:28:15 +02:00
topics
understanding-unleash docs: Minor typos (#6014) 2024-01-23 20:19:06 +01:00
unleash-academy docs: change "time burden" to "time investment" (#6079) 2024-01-31 10:48:28 +00:00
using-unleash Docs: Getting Started Self-Hosting unleash (#6019) 2024-01-24 13:06:01 +04:00
client-specification.md
quickstart.md
welcome.md