Skip to content

Commit

Permalink
Fix reference to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Jun 18, 2024
1 parent 0e57721 commit bca299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This documentation has following chapters:
- Community guide
- Data documentation

Basic information contain this :ref:`introduction <introduction-reference>`, :doc:`installation instructions<installation>`, :doc:`software architecture and workflow schematics<architecture>`, and information about :doc:`compatible data input-formats<input-formats>` and the :doc:`required data schema<schema>`.
Basic information contain this :ref:`introduction <introduction-reference>`, :doc:`installation instructions<installation>`, :doc:`software architecture and workflow schematics<architecture>`, and information about :doc:`compatible data </user_guide/reading>` and the :doc:`required data schema<schema>`.

The :doc:`quickstart guide </quick-start>` provides a minimal working analysis example to get you started.

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/reading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"source": [
"## DataFrame format (in-memory)\n",
"\n",
"In-memory, data is stored in a [pandas DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html). This is basically a normal dataframe. There are some standardized columns (see the [schema](/about/schema)) and the index is a DatetimeIndex."
"In-memory, data is stored in a [pandas DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html). This is basically a normal dataframe. There are some standardized columns (see the [schema](/about/schema.html)) and the index is a DatetimeIndex."
]
},
{
Expand Down

0 comments on commit bca299c

Please sign in to comment.