langchain/docs/docs
jessicaou 396c0aee4d
docs: Adding LC Academy links (#26164)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Jess Ou <jessou@jesss-mbp.local.meter>
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-09-11 23:37:17 +00:00
..
_templates Docs: Fixed grammatical mistake (#16858) 2024-02-01 11:28:15 -08:00
additional_resources docs: arxiv reference updates (#24949) 2024-08-29 18:51:18 -07:00
changes/changelog docs: Add langchain over time (#21434) 2024-05-10 00:34:35 +00:00
contributing docs: review process gh discussion (#25921) 2024-09-01 17:20:46 +00:00
example_data docs[minor]: Add "Build a PDF ingestion and Question/Answering system" tutorial (#22570) 2024-06-05 17:09:28 -07:00
how_to docs: Update func doc strings in tools_human (#26149) 2024-09-08 18:48:24 +00:00
integrations [Docs] Correct the admonition explaining min langchain-anthropic version in doc (#26359) 2024-09-11 23:03:42 +00:00
tutorials docs: typos fixed (#26234) 2024-09-10 00:52:20 +00:00
versions docs: api ref to new site somewheres (#25679) 2024-08-23 10:01:16 -07:00
.gitignore
concepts.mdx docs: arxiv reference updates (#24949) 2024-08-29 18:51:18 -07:00
introduction.mdx docs: Adding LC Academy links (#26164) 2024-09-11 23:37:17 +00:00
people.mdx 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
security.md docs: standardize capitalization (#21641) 2024-05-13 16:25:51 -07:00