mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
2667ddc686
**Description: a description of the change** Fixed `make docs_build` and related scripts which caused errors. There are several changes. First, I made the build of the documentation and the API Reference into two separate commands. This is because it takes less time to build. The commands for documents are `make docs_build`, `make docs_clean`, and `make docs_linkcheck`. The commands for API Reference are `make api_docs_build`, `api_docs_clean`, and `api_docs_linkcheck`. It looked like `docs/.local_build.sh` could be used to build the documentation, so I used that. Since `.local_build.sh` was also building API Rerefence internally, I removed that process. `.local_build.sh` also added some Bash options to stop in error or so. Futher more added `cd "${SCRIPT_DIR}"` at the beginning so that the script will work no matter which directory it is executed in. `docs/api_reference/api_reference.rst` is removed, because which is generated by `docs/api_reference/create_api_rst.py`, and added it to .gitignore. Finally, the description of CONTRIBUTING.md was modified. **Issue: the issue # it fixes (if applicable)** https://github.com/hwchase17/langchain/issues/6413 **Dependencies: any dependencies required for this change** `nbdoc` was missing in group docs so it was added. I installed it with the `poetry add --group docs nbdoc` command. I am concerned if any modifications are needed to poetry.lock. I would greatly appreciate it if you could pay close attention to this file during the review. **Tag maintainer** - General / Misc / if you don't know who to tag: @baskaryan If this PR needs any additional changes, I'll be happy to make them! --------- Co-authored-by: Bagatur <baskaryan@gmail.com> |
||
---|---|---|
.. | ||
example_data | ||
acreom.ipynb | ||
airbyte_json.ipynb | ||
airtable.ipynb | ||
alibaba_cloud_maxcompute.ipynb | ||
apify_dataset.ipynb | ||
arxiv.ipynb | ||
aws_s3_directory.ipynb | ||
aws_s3_file.ipynb | ||
azlyrics.ipynb | ||
azure_blob_storage_container.ipynb | ||
azure_blob_storage_file.ipynb | ||
bibtex.ipynb | ||
bilibili.ipynb | ||
blackboard.ipynb | ||
blockchain.ipynb | ||
brave_search.ipynb | ||
chatgpt_loader.ipynb | ||
college_confidential.ipynb | ||
confluence.ipynb | ||
conll-u.ipynb | ||
copypaste.ipynb | ||
csv.ipynb | ||
cube_semantic.ipynb | ||
datadog_logs.ipynb | ||
diffbot.ipynb | ||
discord.ipynb | ||
docugami.ipynb | ||
duckdb.ipynb | ||
email.ipynb | ||
embaas.ipynb | ||
epub.ipynb | ||
evernote.ipynb | ||
excel.ipynb | ||
facebook_chat.ipynb | ||
fauna.ipynb | ||
figma.ipynb | ||
git.ipynb | ||
gitbook.ipynb | ||
github.ipynb | ||
google_bigquery.ipynb | ||
google_cloud_storage_directory.ipynb | ||
google_cloud_storage_file.ipynb | ||
google_drive.ipynb | ||
grobid.ipynb | ||
gutenberg.ipynb | ||
hacker_news.ipynb | ||
hugging_face_dataset.ipynb | ||
ifixit.ipynb | ||
image_captions.ipynb | ||
image.ipynb | ||
imsdb.ipynb | ||
iugu.ipynb | ||
joplin.ipynb | ||
jupyter_notebook.ipynb | ||
larksuite.ipynb | ||
mastodon.ipynb | ||
mediawikidump.ipynb | ||
merge_doc_loader.ipynb | ||
mhtml.ipynb | ||
microsoft_onedrive.ipynb | ||
microsoft_powerpoint.ipynb | ||
microsoft_word.ipynb | ||
modern_treasury.ipynb | ||
notion.ipynb | ||
notiondb.ipynb | ||
obsidian.ipynb | ||
odt.ipynb | ||
open_city_data.ipynb | ||
org_mode.ipynb | ||
pandas_dataframe.ipynb | ||
psychic.ipynb | ||
pyspark_dataframe.ipynb | ||
readthedocs_documentation.ipynb | ||
recursive_url_loader.ipynb | ||
reddit.ipynb | ||
roam.ipynb | ||
rst.ipynb | ||
sitemap.ipynb | ||
slack.ipynb | ||
snowflake.ipynb | ||
source_code.ipynb | ||
spreedly.ipynb | ||
stripe.ipynb | ||
subtitle.ipynb | ||
telegram.ipynb | ||
tencent_cos_directory.ipynb | ||
tencent_cos_file.ipynb | ||
tomarkdown.ipynb | ||
toml.ipynb | ||
trello.ipynb | ||
tsv.ipynb | ||
twitter.ipynb | ||
unstructured_file.ipynb | ||
url.ipynb | ||
weather.ipynb | ||
web_base.ipynb | ||
whatsapp_chat.ipynb | ||
wikipedia.ipynb | ||
xml.ipynb | ||
xorbits.ipynb | ||
youtube_audio.ipynb | ||
youtube_transcript.ipynb |