edgedb/.gitignore
Colin McDonnell 99c778022b
Docs reorg (#3039)
* Move round and random to Numerics. Add references to len, contain, and find to bytes.

* Data Model -> Schema Modeling. Simplify Overview page. Add Terminology Overview section. Split out separate Modules page.

* Add Comparison page under schema modeling

* Add Guides > Terminology

* Add Guides > Migrations

* Improve wording

* Git comm

* Remove Type System. Add Inheritance page.

* Consolidate Object Types, User-defined types, and Free objects into one page

* Add Using Projects guide

* Add Data Model > Migrations

* Centralize Array and Tuple docs into Standard Library. Remove Data Model > CollTypes, Data Model > Scalars, EdgeQL > Expressions > Tuple, and EdgeQL > Expressions > Array

* Update DDL callout in Data Model > Overview

* Write SDL > Links page. Add Modeling Relations guide.

* Fix -diff parsing

* Add Links docs

* Add constraints, readonly, annotations to props page

* Remove table from Terminology

* Update Properties and Link Props pages.

* Update Computeds and Indexes pages

* Rework Aliases page

* Rework Constraints page. Add constraint examples to Links and Using Link Props guide.

* Remove references to 'computable'. Move Migrations to guides. Address PR reviews.

* Reorganize file structure. Start EdgeQL docs.

* Filled out literals page with funcops tables

* Simplify datamodel > primitives

* Write sets page

* WIP

* Write select page. Move introspection under Guides. Move Shaping and Function Calls to Reference.

* Update command pages

* WIP

* Update edgedb-info docs

* Add cfg to stdlib

* Finish EdgeQL docs

* Fix tests

* Improve Inheritance page, add abstract annotation example, clean up Schema > Object Types

* Clean up Primitive Types intro

* Clean up funcops, rename

* Remove link props page

* Lowercase headers

* Write using projects guide

* Add ref to Sets

* Update quickstart

* Improve quickstart

* Simplify quickstart

* Add tabular See Also

* Remove cookbook

* Add tabular TOCs to top of large pages

* Clarify wording

* Address reviews. Commands -> EdgeQL. Update connection parameters page.

* Move commands to Reference > EdgeQL

* Move casts to Reference > EdgeQL. Standarize navbar casing

* Document gotchas with relative durations

* Add clients connection docs. Document delete source limitation.

* Closes #3079

* Rename props.rst files

* Document detached

* Address @1st1 reviews

* Remove .vscode

* Update .gitignore

* Remove extra code block

* Rearrange constraints, fix typos

* Clarify that {} is union

* Document custom scalars

* Clarify conneciton docs

* Clean up edgedb_info

* Address reviews
2021-11-10 17:27:39 -05:00

39 lines
369 B
Text

*._*
*.pyc
*.pyo
*.o
*.so
.vscode
*~
.#*
.*.swp
.DS_Store
\#*#
/test*.py
/.local
/perf.data*
/build
/target
/tmp
__pycache__/
.d8_history
/.eggs
/*.egg
/*.egg-info
/dist
/.cache
docs/_build
/AUTHORS
/ChangeLog
/tests/dumps/**/*_dev*.dump
/edb/_buildmeta.py
/.coverage*
/htmlcov
*.code-workspace
/.pytest_cache
/.mypy_cache
/.vagga
/.dmypy.json
/compile_commands.json